Try to run this simple program. It displays on the screen a number, then wait for a second, then again it displays a number.
case 1: if I start the program and I DONT' MOVE the windows, it works as expected
case 2: if I try to move the window or click on the window I lock the application; sometimes I have an OS error sometimes nothing...
It's the same on your computer or it's my computer that's starting to going crazy?
Thanks
SuperStrict Graphics 640 , 480 Local x:Int While x < 1000 Cls DrawText X , 100 , 100 Flip x:+1 Wend x = 0 Delay 1000 While x < 1000 Cls DrawText X , 200 , 100 Flip x:+1 Wend
case 1: if I start the program and I DONT' MOVE the windows, it works as expected
case 2: if I try to move the window or click on the window I lock the application; sometimes I have an OS error sometimes nothing...
It's the same on your computer or it's my computer that's starting to going crazy?
Thanks