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.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?
[23 Aug 2008] Hollywood win32 fullscreen
- airsoftsoftwair
- Posts: 5833
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[23 Aug 2008] Hollywood win32 fullscreen
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 23 Aug 2008 22:08:28 +0200
[24 Aug 2008] Re: Hollywood win32 fullscreen
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
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?
Hello Andreas
Here is the first line of the script: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.
Code: Select all
@display { Mode = "fullscreen", Desktop=false, Borderless = true, Sizeable = False, Title = "Guru", X = #CENTER, Y = #CENTER, Width = 800, Height = 600 }
Anybody have similar experiences?
- airsoftsoftwair
- Posts: 5833
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[24 Aug 2008] Re: Re: Hollywood win32 fullscreen
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 24 Aug 2008 11:45:00 +0200
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.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.
- airsoftsoftwair
- Posts: 5833
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[24 Aug 2008] Re: Re: Hollywood win32 fullscreen
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 24 Aug 2008 11:53:30 +0200
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.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.