User Tag List

Results 1 to 8 of 8

Thread: Bringing new browser window to top

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    FL, USA
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bringing new browser window to top

    Hi,

    I'm having a little trouble with an app I'm working on. I'm using the Vitalize object to open a URL in a new window. The new window starts to open on top of my application, but then my application comes back to top. Is there a way of keeping my application behind the new window when it pops up?

    Thanks,
    Joe

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    England
    Posts
    820
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    Window Control Object

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    FL, USA
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    Yeah, been there, done that. Can't control app window from not coming back to top. The only thing you can do is minimize the app window so the spawned browser window is on top.

    This was never a problem with Browser 2 object from 3EE. Yes, I know the code is lost. Any other ideas would be appreciated.

    Thanks,
    Joe

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    England
    Posts
    820
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    In the window control object use Position -> Bring Window To Back.

    Have you tried using the big box object?

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    FL, USA
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    Yeah, I've tried everything possible with all the window objects, functions, you nameit. The only semi-acceptable approach is minimizing the window. Not exactly what I'm looking for, but it may be my only choice. I'll take a look at the Bigbox object though.

    Thanks,
    Joe

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    FL, USA
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    Good news! The Big Box object works exactly the way I want it to. Basically the exact same way Browser 2 would work in MMF 1.5. Anyone else with this browser in front after opening a web page should use Big Box. If you want your application to stay on top when opening a browser, use the Vitalize object.

    Thanks for the tip!

    Take care,
    Joe

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    England
    Posts
    820
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    Glad it worked :-)

    Steve


  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Kimera's Avatar
    Join Date
    Feb 2007
    Location
    Houston, TX
    Posts
    729
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Bringing new browser window to top

    You can use JavaScript in the window you want on top to bring it to the top. It's been a while since I needed code that did that but it can be done with a very small strip of code if I remember correctly. I think you can just put...

    onBlur="self.focus()"

    in the body tag of the HTML.


    Hope that is what you looking for.
    K

Similar Threads

  1. Putting exe file on browser window?
    By UltraHammer in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 27th July 2013, 02:11 PM
  2. How can I open a browser window like this?....
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 16th August 2011, 05:40 PM
  3. Opening a URL in the same browser window
    By algiz in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 12th December 2010, 07:30 PM
  4. Workaround for "Open default browser window"??
    By ProfessorAI in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th May 2007, 08:09 AM
  5. bringing items in front of each other
    By FormerTGFGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 1st July 2006, 10:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •