Page 1 of 1

HideDisplay() in Windows and MOS

Posted: Thu Nov 01, 2012 12:21 pm
by Juan Carlos
This instruction has a way to work very strange under Windows, if you have a program in a window the instruction minimize your program but if you have the program to full screen here happen a strange case, the program open a new black screen but it isn't is minize, and you have two black screens of your program.
This instruction under MorphOS hide the program if it is to full screen and you can return to it with the key or A+M but only in the case of full screen, because if your program runs in a window the instruction doesn't hide or minimize the program.

Re: HideDisplay() in Windows and MOS

Posted: Sun Nov 04, 2012 5:07 pm
by airsoftsoftwair
HideDisplay() should not be used when Hollywood is in fullscreen mode. You first have to leave full screen mode using ChangeDisplayMode().

Re: HideDisplay() in Windows and MOS

Posted: Sun Nov 04, 2012 7:35 pm
by Juan Carlos
Andreas wrote:HideDisplay() should not be used when Hollywood is in fullscreen mode. You first have to leave full screen mode using ChangeDisplayMode().
As curiosity the third button of mouse below the wheel in MorphOS 3.1 doesn't work correctly as with AOS4 and Windows, because it is used to other thing as changing between windows opened.

Re: HideDisplay() in Windows and MOS

Posted: Sun Nov 04, 2012 9:33 pm
by Juan Carlos
I forgot in MOS 3.1 the HideDisplay in window doesn't work only in this case in full screen.