Page 1 of 1
[23 Aug 2008] Hollywood win32 fullscreen
Posted: Sat Jun 13, 2020 5:31 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 23 Aug 2008 22:08:28 +0200
Hello Andreas!
I am full of questions, please forgive me...
Have you worked on the win32 version after the latest release? Will there be fullscreen and
HidePointer() in the next one?
HidePointer() is planned. But full screen support is already there since Hollywood 3.0. Just start your program using the "-fullscreen" argument or specify it in
@DISPLAY and your script should open full screen on Win32.
[24 Aug 2008] Re: Hollywood win32 fullscreen
Posted: Sat Jun 13, 2020 5:31 pm
by lazi
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 24 Aug 2008 09:16:45 +0200
Hello Andreas
HidePointer() is planned. But full screen support is already there since Hollywood 3.0. Just start your program using the "-fullscreen" argument or specify it in
@DISPLAY and your script should open full screen on Win32.
Here is the first line of the script:
Code: Select all
@display { Mode = "fullscreen", Desktop=false, Borderless = true, Sizeable = False, Title = "Guru", X = #CENTER, Y = #CENTER, Width = 800, Height = 600 }
It works on fullscreen on OS4 and OSX and in a borderless window on win xp. Even the "fakefullscreen" doesn't work for me on xp.
Anybody have similar experiences?
[24 Aug 2008] Re: Re: Hollywood win32 fullscreen
Posted: Sat Jun 13, 2020 5:31 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 24 Aug 2008 11:45:00 +0200
Here is the first line of the script:
@DISPLAY { Mode = "fullscreen", Desktop=false, Borderless = true, Sizeable = False, Title = "Guru", X = #CENTER, Y = #CENTER, Width = 800, Height = 600 }
It works on fullscreen on OS4 and OSX and in a borderless window on win xp. Even the "fakefullscreen" doesn't work for me on xp.
Hmm, sucks, it's a bug. Thanks for the report, I'll fix this. Until then, please use the -fullscreen argument instead. This should always work.
[24 Aug 2008] Re: Re: Hollywood win32 fullscreen
Posted: Sat Jun 13, 2020 5:31 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 24 Aug 2008 11:53:30 +0200
HidePointer() is planned. But full screen support is already there since Hollywood 3.0. Just start your program using the "-fullscreen" argument or specify it in
@DISPLAY and your script should open full screen on Win32.
By the way, looking at the sources, I just noticed that I've already implemented
HidePointer() on Win32 since Hollywood 3.0. But it seems to be broken, too. Gotta fix this.