Hi how about trying buddyAPI xtras baOpenURL command instead of gotonetpage to see if that brings it to the front,
if not you could force the browser window to the front again using buddy to bring the window to the front -------------- on mouseUp me baOpenURL( "http://www.macromedia.com" , "maximised" ) set WndList = baWindowList( "" , "Firefox" , false ) baWindowToFront(WndList[1]) end ----------------- Russell -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John R. Sweeney Jr Sent: 22 January 2006 20:23 To: Lingo programming discussion list Subject: <lingo-l> Bringing Webpage to Foreground 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? Thanks in advance, John =================================================== John R. Sweeney Jr. ([EMAIL PROTECTED]) Interactive Multimedia Developer/ Digital Media Specialist OnDemand - Interactive, Inc. 847.651.4469 (cell) 847.310.5959 (office/fax) =================================================== [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 [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] [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 [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
