[23 Aug 2008] Hollywood win32 fullscreen

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
airsoftsoftwair
Posts: 5833
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[23 Aug 2008] Hollywood win32 fullscreen

Post 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.
User avatar
lazi
Posts: 646
Joined: Thu Feb 24, 2011 11:08 pm

[24 Aug 2008] Re: Hollywood win32 fullscreen

Post 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?
User avatar
airsoftsoftwair
Posts: 5833
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[24 Aug 2008] Re: Re: Hollywood win32 fullscreen

Post 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.
User avatar
airsoftsoftwair
Posts: 5833
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[24 Aug 2008] Re: Re: Hollywood win32 fullscreen

Post 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.
Locked