-
Hi,
I have tried to follow your script. I can launch the setup.exe but after I enter the Serial Number an empty window with the Title "HtmlDialog" appears over the installation window. The dialog has…
-
I'm using skui for some of my plugins and I wondered if it would be simple to upgrade it to the new HTMLdialog, or that it would be better to almost start from scratch again because of all the hacks t…
-
Hi @bbeaulant,
Firstly, 7.0 is looking cool. :)
I found these to small improvements that could be done in `plugin.rb`.
1. Changing the style of the tabs dialog from `UI::HtmlDialog::STYLE_…
-
# API Issues Only
*Please note that this is a tracker for the SketchUp and LayOut APIs only.*
Bugs or feature requests that do not relate to the APIs will be removed. Fill in as much details as …
-
Is there any way to use the VueJs DevTools in **`UI::HtmlDialog`** ?
https://github.com/vuejs/vue-devtools
-
For Windows platform...
It would be nice to dock HTMLDialogs to the tray using ruby code.
See this: https://forums.sketchup.com/t/add-abilitity-to-dock-htmldialogs/33470/30
-
```
Currently they do their own custom thing.
This will become more and more of an issue as the dialogs become more complex.
Can we patch webkit so that this can work? Any other workaround? I really…
-
Tested on SketchUp 2024 on Windows.
SketchUp crashes when the user quits if a `HtmlDialog` is open that has a `on_closed` event handler that calls `Sketchup.send_action`
Paste the following cod…
-
It looks like HTMLDialogs have a really inconsistent frame rate compared to WebDialogs.
Here is a quick test:
htmldlg = UI::HtmlDialog.new({dialog_title:"HTMLDialog"})
htmldlg.set_url("ht…
-
```
Currently they do their own custom thing.
This will become more and more of an issue as the dialogs become more complex.
Can we patch webkit so that this can work? Any other workaround? I really…