revBrowser and modal stack
Mark Schonewille
m.schonewille at economy-x-talk.com
Mon Feb 17 09:14:34 EST 2014
Hi Jbv,
One possibility is that the external works but that the page doesn't
load because the modal dialog is blocking. Not very likely to be the
case, though.
Another possibility is that the modal dialog disaplays on top of the
browser window. The browser isn't a real control but a window drawn on
top of the stack window. Modal dialogs are drawn in a layer in front of
all other windows of an app, possibly including the browser windows.
That means that you can't do what you want.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
colour spaces. http://www.color-converter.com
Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi
LiveCode on Facebook:
https://www.facebook.com/groups/runrev/
On 2/17/2014 15:08, jbv at souslelogo.com wrote:
> Hi list,
> I am using revBrowser in a pop-up stack.
> When I use "open stack mystack", revBrowserOpen works fine
> and displays the requested webpage.
> When I use "modal stack mystack", revBrowserOpen doesn't
> seem to work, as nothing displays. In both cases an integer is
> returned by revBrowserOpen, which means that nothing went
> wrong...
> I'm on OSX 10.5.8 for the moment, and the problem is the
> same with LC 4.5.3 (on which the stack was originally made)
> and LC 6.5 .
> What am I missing ?
>
> Thanks,
> jbv
>
>
More information about the use-livecode
mailing list