Page 1 of 1

@DISPLAY and Boderless=True

Posted: Thu Jul 08, 2021 5:47 pm
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

Re: @DISPLAY and Boderless=True

Posted: Sat Jul 10, 2021 6:05 pm
by airsoftsoftwair
True, will be fixed.

Re: @DISPLAY and Boderless=True

Posted: Sat Nov 06, 2021 7:13 pm
by airsoftsoftwair

Code: Select all

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