@DISPLAY and Boderless=True

Find quick help here to get you started with Hollywood
Post Reply
User avatar
Juan Carlos
Posts: 884
Joined: Mon Sep 06, 2010 1:02 pm

@DISPLAY and Boderless=True

Post by Juan Carlos »

I found this problem with the @DISPLAY and Boderless=True

Code: Select all

@DISPLAY{Title="Example", Width=800, Height=600, Color=#BLACK, Borderless=True,
	 NoClose=False, KeepProportions=True, Sizeable=False, NoModeSwitch=False}

;The problem is #DISPMODE_MODESWITCH or #DISPMODE_WINDOWED don't take the state of
;Borderless=True and in returned to window working like with Borderless=False
	
EscapeQuit(True)
Repeat
  WaitEvent
Forever
;The problem is #DISPMODE_MODESWITCH or #DISPMODE_WINDOWED don't take the state of
;Borderless=True and in returned to window working like with Borderless=False
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: @DISPLAY and Boderless=True

Post by airsoftsoftwair »

True, will be fixed.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: @DISPLAY and Boderless=True

Post by airsoftsoftwair »

Code: Select all

- Fix: Borderless mode wasn't restored correctly when switching between windowed and fullscreen modes
Post Reply