I could see that with the new version of Hollywood for Windows is not need InstallEventHandler for this automatically when you press the keys Command+Return change to a special full mode, littlest than true desktop size, I work in this code:
Code: Select all
Local AnchoPantalla = GetAttribute(#DISPLAY, 0, #ATTRHOSTWIDTH)
Local AltoPantalla = GetAttribute(#DISPLAY, 0, #ATTRHOSTHEIGHT)
Function p_EventFunc(msg)
Switch msg.action
Case "ModeSwitch":
ModeSwitch(1, #DISPMODE_FULLSCREEN)
SetVideoSize(1, AltoPantalla, AnchoPantalla)
EndSwitch
EndFunction
InstallEventHandler({ModeSwitch=p_EventFunc})
To change the mode to real desktop size but the result is the special full mode from Hollywood, and this happen with all applications, but also with under MOS and OS4, why? I try to change to see movies to real full mode screen no this special screen of 800x600.