Re: [Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread Sebastian Kulesz
On Mon, Nov 5, 2012 at 11:55 AM, J Sundar wrote: > Please bear with me. I have not clearly understood as i have not tried this > method earlier. The process "pFileCopy" is actually from other module. So i > do not know how to implement your suggestion. > > > On Mon, Nov 5, 2012 at 7:37 PM, Fabien

Re: [Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread J Sundar
Please bear with me. I have not clearly understood as i have not tried this method earlier. The process "pFileCopy" is actually from other module. So i do not know how to implement your suggestion. On Mon, Nov 5, 2012 at 7:37 PM, Fabien Bodard wrote: > you must to add a flag to test if th form

Re: [Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread Fabien Bodard
you must to add a flag to test if th form can be closed if not bCanClose then Stop Event MakeCopy endif 2012/11/5 J Sundar > I made a program which uses progress bar for removing and copying > files/folder. For this I made a different form and calling it each time > user remove/copy files

[Gambas-user] Progress bar error while closing (Form_Close)

2012-11-05 Thread J Sundar
I made a program which uses progress bar for removing and copying files/folder. For this I made a different form and calling it each time user remove/copy files. What i am trying to do is that when user click on close button (x) of progress bar i have tell user that "Please wait till process reach