Re: [Gambas-user] Fw: Shell with wait does not wait till work complettion

2012-05-21 Thread tobi
On Mon, 21 May 2012, sundar j wrote: > > TextLabel.Text = "Copy in progress" > > Shell "cp -r " Wait > TextLabel.Text = "Completed." > > I used above code in my application. Shell indicated that all files are being > copied one-by-one. But TextLable did not display Copy in progress.

[Gambas-user] Fw: Shell with wait does not wait till work complettion

2012-05-21 Thread sundar j
TextLabel.Text = "Copy in progress" Shell "cp -r " Wait TextLabel.Text = "Completed." I used above code in my application. Shell indicated that all files are being copied one-by-one. But TextLable did not display Copy in progress. I did lot of experiment with the above code. Finaly