User Tag List

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

Thread: how to adapt resolution 1280x800 to 1280x600

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    how to adapt resolution 1280x800 to 1280x600

    Hi, I have a problem with the resolution of a software that I have made for home automation.
    I developed the graphics with 1280x800 resolution but it is not possible to adapt this resolution on cards that have lower resolution.
    Unfortunately "change resolution mode" does not work because I have used a special "sub application" extension.
    is there an extension that could adapt to a lower resolution?
    Thanks

  2. #2
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    Guess you need to resize your App then

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Unfortunately it is not possible, the Software is very complex and must be compatible with many monitors. However it is not an App. There is no external system that adapts a high resolution to the lowest one? downscaling

  4. #4
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    Or a Game..
    In that case idk..

    I'm assuming you tried selecting Change resolution mode under the settings tab under Full screen mode?

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Perry View Post
    Or a Game..
    In that case idk..

    I'm assuming you tried selecting Change resolution mode under the settings tab under Full screen mode?
    EXACT I tried the change resolution mode, but it works only on higher resolutions. Unfortunately, a good part of the Software is cut.
    With MMF2 I tried all the functions, but without getting the result. I tried to download the Ultimate Full screen extension, but with sub application it has problems.

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleInstall Creator Pro
    Julian82's Avatar
    Join Date
    May 2012
    Location
    outbuddies.com
    Posts
    990
    Mentioned
    50 Post(s)
    Tagged
    0 Thread(s)
    @daniele : Not sure if I misunderstand your problem, but downscaling can be done easily by using the attached settings. I simulated your problem on my HD desktop by choosing a resolution of 2560 x 1600.
    Ticking fit inside will result in vertical bars on the sides and avoids distortion of your assets, while just choosing "Resize to fill window" will pinch your app on the vertical axis when going from 1280 x 800 to 1280 x 600. Ticking "maximize on boot up" is important to resize the app window to your actual display output which auto-provides the reference for rescaling your frame to the new window margins.


  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your help.
    I tried, but the sub applications no longer appear in place, they act as if the resolution had not changedfghj.jpgfff.jpg
    I sent you two photos:
    one with an original resolution of 1280x800 with the window on the right that appears correctly
    the second picture I made the changes as you told me, but the window on the right appears in the center of the home

  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleInstall Creator Pro
    Julian82's Avatar
    Join Date
    May 2012
    Location
    outbuddies.com
    Posts
    990
    Mentioned
    50 Post(s)
    Tagged
    0 Thread(s)
    @daniele : Sub-Apps do (unfortunately) not auto resize due to the display settings (think of them as individually handled windows that are not affected by the main app display output). You have to manually resize and reposition your sub-app elements using some calculations involving the scaling factors of the main app after stretch. I made you a commented example with code for distorted stretch and fit inside stretch (vertical bars in your example).

    https://www.dropbox.com/s/s91oowqx7h...ample.mfa?dl=0

    If you deactivate the code you see the same thing happening as in your posted pics.

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I thank you very much for your help, unfortunately I could not adapt your code to my code. your example is perfect and works very well, but I have problems with sub applications. if I put the settings you gave you, at normal resolution, they do not fit correctly. I try to do some tests, but I do not think I can get positive results.
    Thanks again, you have been a great help

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleInstall Creator Pro
    Julian82's Avatar
    Join Date
    May 2012
    Location
    outbuddies.com
    Posts
    990
    Mentioned
    50 Post(s)
    Tagged
    0 Thread(s)
    No problem, always learning something myself^^ really hope you’ll find a solution working for your setup, those sub-apps can cause a lot of trouble...

    Edit: in case it should be possible to boil it down to an .mfa that shows your trouble you can PM me anytime.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. game window resolution lower that frame resolution?
    By Bogeyman in forum Fusion 2.5
    Replies: 9
    Last Post: 12th August 2016, 08:46 PM
  2. Replies: 6
    Last Post: 19th April 2016, 02:23 AM
  3. Automatically scaling down? (Tablet resolution/Smartphone resolution)
    By Jonas in forum Android Export Module 2.5
    Replies: 1
    Last Post: 3rd December 2014, 04:08 AM
  4. Is hard to adapt an IOS project to Android?
    By Decoamorim in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 20th September 2013, 01:01 AM
  5. Adapt
    By Francois in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 19th July 2011, 12:54 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
  •