In a certain situation all loaded images dissapear. I'll try to describe it.
Since a while I'm using Vista Home Basic.
When I perform any Windows operation that requires permission, the desktop fades a bit, and the permission dialog appears. I click allow and the screen turns back to normal. A similair thing happens when starting the task manager.
If I have my windowed BMax program running under such circumstances, the screen turns black. The majority of the images seem to have dissapeared.
It happens for example on this program:
Is there anyone with the same problem, or does anybody know how to deal with it ?
Since a while I'm using Vista Home Basic.
When I perform any Windows operation that requires permission, the desktop fades a bit, and the permission dialog appears. I click allow and the screen turns back to normal. A similair thing happens when starting the task manager.
If I have my windowed BMax program running under such circumstances, the screen turns black. The majority of the images seem to have dissapeared.
It happens for example on this program:
Graphics 800, 600 DrawOval 0, 0, 64, 64 im = CreateImage(640, 480) GrabImage im, 0, 0 Repeat Cls DrawImage im, Rand(640), Rand(480) Flip Until KeyHit(key_escape) End
Is there anyone with the same problem, or does anybody know how to deal with it ?