HtmlDialog

Is there any way to keep a HtmlDialog box opened on the front while working on Sketchup.

Yes.
When you initialize the dialog:
HtmlDialog.initialize-instance_method

In the Options Hash (properties) use :
:style => UI::HtmlDialog::STYLE_DIALOG
or
:style => UI::HtmlDialog::STYLE_UTILITY

(Ps: I put your topic to [Developers][Ruby API] category. )

3 Likes

Thanks :+1:t3:

2 Likes