Is it possible to have code running constantly while the gui app is in an event loop?
Let's say I need a gui app that needs to check for new file uploads in a directory, regardless if there are events happening. Is it possible with blitzplus?
EDIT: Sorry, I should have checked the documentation :)
a WaitEvent(0) instead of WaitEvent() should do the trick.
You can move this post to /dev/null
Let's say I need a gui app that needs to check for new file uploads in a directory, regardless if there are events happening. Is it possible with blitzplus?
EDIT: Sorry, I should have checked the documentation :)
a WaitEvent(0) instead of WaitEvent() should do the trick.
You can move this post to /dev/null