Sizeable window the content disappear
Posted: Sun Jan 03, 2016 1:33 pm
I find this problem when you rezise the window the content inside of it, the graphics disappear.
Example:
The graphic is place in 0,0, and the Sizeable=True is where I found the problem.
This problem is for Windows and Amiga(tested under MorphOS).
Example:
Code: Select all
@BRUSH 300, "Amiga500.jpg", {Loader="inbuilt"} ;Here you can test with other picture.
@DISPLAY {Title="Example Sizeable Bug ", Width=320, Height=208, Color=#WHITE, Borderless = False, NoClose=False,
KeepProportions=True, Sizeable = True, NoModeSwitch=True
}
DisplayBrush(300, 0, 0)
EscapeQuit(True)
Repeat
WaitEvent
Forever
This problem is for Windows and Amiga(tested under MorphOS).