Page 1 of 1

FULLSCREEN, maked windwos IDE not update text

Posted: Fri Nov 15, 2024 6:53 pm
by plouf
usign the following example, if you open a full text , the debug text is NOT dispalyed,
however using mouse to select text (mark it blue) you see that text is actually there but is not refreshed !

Code: Select all

CreateDisplay(2, {Width = 300, Height = 100, X = 10, Y = 10, Title = "", Borderless = True, Fixed = True, Mode = "Ask", Active = True, Hidden = True})
OpenDisplay(2)

Local DisplayMode = GetAttribute(#DISPLAY, 2, #ATTRMODE)

If DisplayMode = #DISPMODE_WINDOWED
	DebugPrint("NOT LOST TEXT")
ElseIf DisplayMode = #DISPMODE_FULLSCREEN
	DebugPrint("LOST TEXT")
EndIf

WaitLeftMouse()

Re: FULLSCREEN, maked windwos IDE not update text

Posted: Sat Nov 23, 2024 12:16 am
by airsoftsoftwair
True, will be fixed.