-
**Investigate replacing ugly inputbox with WebDialog ?**
This would allow fixing limitations that the **UI.inputbox** has:
- The first field to be properly focused (instead of the last field.)
- More…
-
**WebDialog.set_on_close** page would be helpful to warn of double calling (at least in SU 2016 on Windows.)
Ref ... [UI::WebDialog set_on_close block is called twice](https://github.com/SketchUp/a…
-
Reported by @kovadam69 on gitter:
> if I add JDialog.setDefaultLookAndFeelDecorated(true);, the dialog header is changed to system decoration
```java
public static void main ( String[] args )
…
-
```
html = '
function hello() {
alert("hello")
window.location="skp:helloWorld@Thom";
alert("world")
}
Hello
Test
Hi
'
@wd = UI::WebDialog.new
…
-
I'm using this plug-in within Google Sketchup's WebDialog class to create a user interface for a Sketchup plug-in. The WebDialog class creates an internal HTML window, which on OS X is rendered using …
-
There used to be a `write_image` for UI::WebDialog.
This has not been reconducted in UI::HtmlDialog.
This is actually useful in case you wish to compose and generate custom images, for instance …
-
### "inputbox.html" uses CSS zoom incorrectly
In the style element of the file ...
```css
/* Applying a global zoom to scale down the default size of Bootstrap. */
html { zoom: 0.8; }
`…
-
There's already a way to launch Extension Warehouse inside of SketchUp to view a specific extension [using a WebDialog](http://ruby.sketchup.com/UI/WebDialog.html). However, the API doesn't support do…
-
### SketchUp API Issue - Documentation
* SketchUp Version: **2016**
* OS Platform: **MS Windows 7**
#### **The [**`UI::WebDialog # set_on_close`**](http://ruby.sketchup.com/UI/WebDialog.html#se…
-
https://github.com/jimfoltz/SketchUp-Ruby-API-Doc/blob/4356d2b6c5d2de7195b426dc66e5286378de2c5f/lib/webdialog.rb#L91
![image](https://user-images.githubusercontent.com/47720586/67551625-f4944680-f7…