Re: User interruption

2009-03-16 Thread I. Savant
On Mon, Mar 16, 2009 at 1:09 PM, Livio Isaia wrote: > I have a program searching data on disk for a long while and would like to > allow the user to stop the searching in any moment. What is the best and > easy way to do it? > (In addition, if the user clicks an another application during the sear

User interruption

2009-03-16 Thread Livio Isaia
I have a program searching data on disk for a long while and would like to allow the user to stop the searching in any moment. What is the best and easy way to do it? (In addition, if the user clicks an another application during the search and then again on my application, my application doesn'