User Tag List

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

Thread: MMF Windows Size too large for display

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    MMF Windows Size too large for display

    If you start a new application and click on Application to see the properties you can set the "Window Size" to 1024 by 768.
    If your Windows XP display is also set at 1024 by 768 a user would expect the MMF window to fix correctly. However I found that the MMF window when the application is run is larger the the top and edges do not fix within the screen size.

    This was a problem in MMF 1.5. The MMF 2 code needs to change so that when the user selects a Window size a correct size is given to match the screen setting size.

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    MMF Windows Size too large for display

    If you start a new application and click on Application to see the properties you can set the "Window Size" to 1024 by 768.
    If your Windows XP display is also set at 1024 by 768 a user would expect the MMF window to fix correctly. However I found that the MMF window when the application is run is larger the the top and edges do not fix within the screen size.

    This was a problem in MMF 1.5. The MMF 2 code needs to change so that when the user selects a Window size a correct size is given to match the screen setting size.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    It's always worked fine for me. Are you taking the space used by the title bar and menu into account?

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    It's always worked fine for me. Are you taking the space used by the title bar and menu into account?

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    In my Windows training a Window's size always included the Title bar and menu bar ect... MMF is the only programming system I am aware of that treats them different.

    If you just start a new application with a single frame and run the application it has a title bar and menu by default.
    If the windows size is set to the Windows screen display then the MMF Window is too large for the display.

    In the past in MMF 1.5 you have to recalculate the MMF Windows size to have it fix correctly. This should be an option in the window properties or changed in the MMF code.

    To tell you the truth I don't remember the values to include in the calculation. It was so may pixels something you had to subtract from overall heigth and width.

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    In my Windows training a Window's size always included the Title bar and menu bar ect... MMF is the only programming system I am aware of that treats them different.

    If you just start a new application with a single frame and run the application it has a title bar and menu by default.
    If the windows size is set to the Windows screen display then the MMF Window is too large for the display.

    In the past in MMF 1.5 you have to recalculate the MMF Windows size to have it fix correctly. This should be an option in the window properties or changed in the MMF code.

    To tell you the truth I don't remember the values to include in the calculation. It was so may pixels something you had to subtract from overall heigth and width.

  7. #7
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    when you disable the menu (hide it) it fits.

  8. #8
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    when you disable the menu (hide it) it fits.

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

    Join Date
    Jun 2006
    Location
    St. Ave France
    Posts
    1,166
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    Most of the people that want their window to fit the size of the screen is because they want a full-screen game, not a giant window the size of the screen game. It's easy for you to compensate mathematically if you want a giant window the size of the game to perfectly fit the whole screen.

    I'd venture a guess that most people want to emulate a professional game experience or console game experience when going "full screen", so they want no title bar or window at full screen. (*as evidence I point to the fact that no-one else has ever complained about this)

    Would you like the vast majority of MMF users to be inconvenienced to suit your particular taste in window handling?

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

    Join Date
    Jun 2006
    Location
    St. Ave France
    Posts
    1,166
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF Windows Size too large for display

    Most of the people that want their window to fit the size of the screen is because they want a full-screen game, not a giant window the size of the screen game. It's easy for you to compensate mathematically if you want a giant window the size of the game to perfectly fit the whole screen.

    I'd venture a guess that most people want to emulate a professional game experience or console game experience when going "full screen", so they want no title bar or window at full screen. (*as evidence I point to the fact that no-one else has ever complained about this)

    Would you like the vast majority of MMF users to be inconvenienced to suit your particular taste in window handling?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Large number display in Counter Objects?
    By Benicle in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 7th December 2012, 09:46 AM
  2. Large Active Objects vs Resize to Fill Window Size
    By WhatPixelYouOn in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 3rd July 2012, 08:17 AM
  3. Display of large numbers in MMF...
    By bockert in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th February 2012, 05:58 PM
  4. Does a large frame size take a lot of memory?
    By Yikes in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 17th October 2011, 09:26 PM
  5. Best Way to display large backdrops
    By Zoglu in forum Hardware Accelerated Runtime
    Replies: 8
    Last Post: 5th December 2009, 01:36 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
  •