Fredosixx

Results 53 issues of Fredosixx

I noticed a strange behavior in SU2024. In short, **the delay between the call to `HtmlDialog#show` and the first message received by Javascript (`onDOMContentLoaded`) can vary from a factor 1...

bug
Ruby API
SketchUp
logged
regression
performance

It would be helpful to **have an API or a set of symbols to designate the built-in cursors**. Although their number (ex: 659 for vertical resize arrows) has been quite...

enhancement
Ruby API
SketchUp

The typical use case is to **construct a new definition from an existing one** (usually modify the definition while keeping the original one). The workaround that works is to: -...

bug
enhancement
Ruby API
SketchUp
logged

The method `view#draw_text` for Overlay seems to have some **random problems of rendering**. I have got blurring ![Bug - Overlay - Draw Text 2](https://github.com/SketchUp/api-issue-tracker/assets/57754157/0ce1938a-06e1-4812-9c5b-52094d426c03) ![Bug - Overlay - Draw Text](https://github.com/SketchUp/api-issue-tracker/assets/57754157/e5e9a3fb-6923-4b7b-83f3-f74d10129495)...

bug
Ruby API
SketchUp
need more info

The generation of component thumbnails can take very long, I have seen models where it takes over 20 seconds..... Why? I don't know, and this is probably another issue (more...

enhancement
Ruby API
SketchUp
performance

1) Start a new model in SU2023 2) Take a component definition (`cdef`), for instance the Heather component, with name _Heather_ 3) Change its name via `cdef.name = 'Fredo'`. This...

bug
Ruby API
SketchUp
logged
regression

This problem exists in SU2023.1 (and in SU2022) on both Windows and Mac. When you copy an instance of a definition (Copy/Paste or Move/Copy), **the `persistent_id` of the definition is...

bug
Ruby API
SketchUp
logged

I notice that `Model#place_component(cdef)` modifies the GUID of the definition. Is there any reason for that, noting that this is NOT the case for: - The manual placement of a...

need more info

Putting traces in my code, I found occurrences where `Menu#add_submenu` fails (i.e. return `nil`), although the argument are valid. The traces shows that `@su_menu.add_submenu(@menu_name)` returns `nil` with ```ruby @menu_name =...

bug
Ruby API
SketchUp
logged
ui

I am curious to know if there an **API to get and set the Author of a Component Definition**. For instance, in the component browser of SU2023, I see _'By...

question
Ruby API
SketchUp