John R. Sweeney Jr wrote:
Howdy all,

I'm using the standard gotoNetPage("myURL") to launch a couple of
weblinks. In IE it works everytime correctly. With FireFox (on a PC), the first call launches the browser just fine in foreground. Then if a user clicks on the task bar back to my program and clicks another link, the site is accessed, but the browser stays behind Director. You have to toggle back to the
browser. The average user thinks that the link didn't work. With IE,
each click brings the browser to the foreground over Director. How can I get that same result with FireFox, so each call puts the browser in foreground. If you close the browser is works everytime, but if you toggle over, it stays in background.

Any ideas?

hi john,

you could send the projector's window to the back with BuddyAPI and:
   baWindowToBack( baWinHandle() )
right after your gotoNetPage(...) .

cheers,
valentin
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to