Re: Not accepting click on Button

2009-08-24 Thread Dave DeLong
Your copy method seems to be blocking the main thread. If you split it off onto its own thread, it should do what you're looking for. You mayhave to take other things into account, such as resource locking, but such is the world of threaded programming. Dave Sent from my iPod On Aug 24, 2

Re: Not accepting click on Button

2009-08-24 Thread I. Savant
On Aug 24, 2009, at 9:14 AM, Nikhil Khandelwal wrote: In my application, I am running a process for copying files from one location to another. In this I select number of files from panel and then showing a progress bar which shows progress of copying. In this window I have a cancel button

Not accepting click on Button

2009-08-24 Thread Nikhil Khandelwal
Hi List, In my application, I am running a process for copying files from one location to another. In this I select number of files from panel and then showing a progress bar which shows progress of copying. In this window I have a cancel button to cancel the copying process but clicking on the