> JLG wrote: > I may need to go back to the revBrowser implementation, since > layering isn't working with the widget anyway and internal links > aren't reliable.
The browser widget needs some time after a "reloading" (setting the htmltext in your case). set htmltext of widget "browser" to empty set htmltext of widget "browser" to htm wait 10 ticks with messages --> may need even more time on preopenstack set url of widget "browser" to "http://libbrowser_dummy_url/#1234" Moreover: = Canvas methods work with revbrowser on Mac only, nowhere else. = You can put a palette over a browser widget: http://forums.livecode.com/viewtopic.php?p=152773#p152773 = You can put a browser widget over a browser widget: http://forums.livecode.com/viewtopic.php?p=172789#p172789 _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
