π‘ LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
Malformed webdialogs passed to Ruby
-
If you call Ruby from the <head> of your webdialog HTML (or a .js file loaded in the <head>), the webdialog object object passed from JS to Ruby is incapable of execute_script(). No error is triggered. The execute_script() method just doesn't run.
-
Is the callback attached to any events?
If not - it might be because the full HTML document isn't loaded...
Advertisement