Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Showing a web site in a Web Dialog
-
I am curious to know if anyone has already set an external URL in a Web dialog.
When I try the following code, I get an HTML error page:w = UI;;WebDialog.new w.set_url "http://www.google.com" w.showThe doc mentions a method allow_actions_from_host (hostname) to manage secure sites, but it does not work either, if I use it in the code:
w = UI;;WebDialog.new w.allow_actions_from_host "google.com" w.set_url "http://www.google.com" w.showThanks in advance
Fredo
-
w = UI;;WebDialog.new w.set_url "http://www.google.com" w.showWorks just fine on Windows XP+IE6 - both from Ruby script file and ruby console.
Verify you dont have another issue.
-
Morisdov,
You are right. I tried from another computer and it works fine.
Must be the firewall I have on my laptop.Thanks
Fredo
Advertisement