and specially for u, freeze ( app not responding, flattering etc.), 'do nothing' (waiting for some time to do something)
One guy post on other forum, '' u want to freeze ur app, is that what u wanna do ?''
I dont wanna pause the program
Last edited by DataMiser; March 6th, 2013 at 11:21 AM.
When you put your app to sleep it does nothing which means it is frozen.
You would use a timer to make something happen at given intervals, sleep to halt execution for a given interval
You can but should not use a busy loop to cause your code to not go past the loop for a given time but again this will effectively freeze your app unless you have a doevents in there and that will allow other stuff to happen so that does not sound like what you want.
In the future you should try to give the best description possible of what you are trying to do and do not insult other members of the forum.
Last edited by DataMiser; March 7th, 2013 at 12:40 AM.
When you put your app to sleep it does nothing which means it is frozen.
You would use a timer to make something happen at given intervals, sleep to halt execution for a given interval
You can but should not use a busy loop to cause your code to not go past the loop for a given time but again this will effectively freeze your app unless you have a doevents in there and that will allow other stuff to happen so that does not sound like what you want.
In the future you should try to give the best description possible of what you are trying to do and do not insult other members of the forum.
Bookmarks