Example:
-Created a simple 400x400 window.
-Put a progress bar on it
-Run some cpu heavy cycles updating the progress bar using the updateprogbar command every 100 ms or so..
Now if I run this using the IDE, everything is fine..
After creating an exe and running it, the following will happen:
After clicking on another window on the desktop i cant see the contents of my blitz program window anymore.. it goes all white.. Once it's finished going through my heavy cycles, its comes back, but i cant see the progress bar or anything anymore while it is processing..
Like i said, works fine when ran from the IDE (can go between multiple windows and never loose visibility of anything on the program window)... just when in EXE form..
Any thoughts?
-Created a simple 400x400 window.
-Put a progress bar on it
-Run some cpu heavy cycles updating the progress bar using the updateprogbar command every 100 ms or so..
Now if I run this using the IDE, everything is fine..
After creating an exe and running it, the following will happen:
After clicking on another window on the desktop i cant see the contents of my blitz program window anymore.. it goes all white.. Once it's finished going through my heavy cycles, its comes back, but i cant see the progress bar or anything anymore while it is processing..
Like i said, works fine when ran from the IDE (can go between multiple windows and never loose visibility of anything on the program window)... just when in EXE form..
Any thoughts?