10-11-2023, 02:56 PM
Great demo!
Trying to write a program using only QB64peĀ code, I got failure...
It seems that the keyword SCREEN does not trigger the adjourn/redraw of window's surface.
Moreover trying to use _ScreenMove or _ScreenHide & _ScreenShow the redraw of the surface of the windos has been activated only sometimes. So you get this result showed in followinng screenshot.
As showed by picture, the dimensions of _Width are not adjourned, and the same happens for _Height.
So we get a window with a regular area drawn plus a black (not drawn) area extra dimensions.
Feedbacks welcome!
Trying to write a program using only QB64peĀ code, I got failure...
It seems that the keyword SCREEN does not trigger the adjourn/redraw of window's surface.
Moreover trying to use _ScreenMove or _ScreenHide & _ScreenShow the redraw of the surface of the windos has been activated only sometimes. So you get this result showed in followinng screenshot.
As showed by picture, the dimensions of _Width are not adjourned, and the same happens for _Height.
So we get a window with a regular area drawn plus a black (not drawn) area extra dimensions.
Feedbacks welcome!