User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

Thread: Positioning

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Positioning

    Is there any way to put a graphics object in front of an active x web browser?

  2. #2
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    Layers.

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    No way. Active X is always rendered last. So even layers that are on top of it, will disappear behind it.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    Well is there a way to make it render last?

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Positioning

    You have to understand this.
    There are window objects, and graphical objects (and objects that don't display anything).

    The graphical objects basically just draw their stuff into a big canvas, the white screen you have at the beginning of your app. This canvas is a window handle on its own.

    The window objects are separate window handles. They are child handle of that canvas handle, means they are relative to it, and always in front of it.

    Layers work like this:
    Draw all graphical objects in layer #1
    Draw all graphical objects in layer #2
    Draw all graphical objects in layer #3
    [...]
    "Draw" all window handles

  6. #6
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    Can't you use a sub-app as a pop-up to put an object over the Active X?
    Working as fast as I can on Fusion 3

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    sub-app might just work in itself, because it's a "window" too (always in front of everything). But then you won't have transparency or anything.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    No because I need it to be transparent.

  9. #9
    RayMarble
    Guest

    Re: Positioning

    Would masking the subapp with an Active Object help (Window Shape, under Interface objects)?

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    I don't think that you can do that with a sub app?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Positioning Windows control object positioning based on resolution?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 21st August 2013, 03:32 PM
  2. Ads positioning?
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 6th July 2012, 01:50 AM
  3. Positioning
    By dsilvers in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th February 2010, 10:57 PM
  4. Positioning
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th July 2007, 09:25 PM
  5. Random positioning?
    By Ravenius in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 21st July 2006, 07:18 PM

Posting Permissions

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