DISPMODE_FULLSCREEN
Posted: Thu Oct 18, 2012 11:12 pm
I used this instruction in two ways, the last with the next routine:
If msg.key="COMMAND+Return"
ModeSwitch(1, #DISPMODE_FULLSCREEN)
EndIf
Well if my program AHIW has the window with these size width=680 and height=450 when I use this option of Full screen the true screen size is the same that my program, I used this instruction under windows and with the ALT+TAB to change to other program the Desktop has the same size than my program, I test other sizes for example with videos in VAMP and there is the same problem, the Full screen mode isn't true because it hasn't the Desktop size if you has a resolution of 1280x768 the Hollywood player uses the full screen with the size of program or videos.
If msg.key="COMMAND+Return"
ModeSwitch(1, #DISPMODE_FULLSCREEN)
EndIf
Well if my program AHIW has the window with these size width=680 and height=450 when I use this option of Full screen the true screen size is the same that my program, I used this instruction under windows and with the ALT+TAB to change to other program the Desktop has the same size than my program, I test other sizes for example with videos in VAMP and there is the same problem, the Full screen mode isn't true because it hasn't the Desktop size if you has a resolution of 1280x768 the Hollywood player uses the full screen with the size of program or videos.