User Tag List

Results 1 to 3 of 3

Thread: Problem with the Title Bar

  1. #1
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Problem with the Title Bar

    Hey guys..... so my application has the option "resize to fill display" checked and I have options to change from x1, x2, x3 etc screen size. this all works perfectly.. my only issue is that you can double click the title bar and it will automatically maximize and stretch to fill the entire screen.. i don't want this to happen.. i only want the player to be able to choose from the pre-determined fixed window sizes... how can I achieve this?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with the Title Bar

    Go into the Window tab of your application properties and check "No Maximize Box." This will gray out the maximize button and will also prevent what you are describing. You should be aware, however, that the user will still be able to maximize your application through the Windows Task Manager (although I'm sure most users would not be motivated to do so). If you do wish to prevent this, add the Window Control object to your frame, and add the event:

    Code:
    Window Control: Window is Maximized? :
         --Window Control: Restore Window (under Resize menu)
    Hope that helps.

  3. #3
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with the Title Bar

    can't believe i missed that option! haha works now, i had no idea about the task manager thing either.. so thanks for the tip ^_^

Similar Threads

  1. Can you remove the title bar?
    By MattEsch in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 19th September 2013, 07:58 AM
  2. How to (Don't know a good title)
    By xCryonic in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th October 2011, 06:09 PM
  3. Get Windows Title? [HELP]
    By Dagge in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 24th January 2011, 09:06 PM
  4. Get windows Title
    By Dagge in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st July 2010, 05:19 PM
  5. Edited Title: Game crashing problem
    By Karl in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th July 2007, 04:46 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
  •