Re: [Gambas-user] stop file COPY

2009-10-07 Thread Benoît Minisini
> Benoît, > > If I called COPY from a form and closed that form while the COPY command > was still copying a large file would that stop the action? > or would the command still copy the file in the background? > > Regards, > Dimtiris > There is no background process or threads in Gambas, unles

Re: [Gambas-user] stop file COPY

2009-10-07 Thread Dimitris Anogiatis
Benoît, If I called COPY from a form and closed that form while the COPY command was still copying a large file would that stop the action? or would the command still copy the file in the background? Regards, Dimtiris On Mon, Sep 28, 2009 at 7:10 AM, zerkowski sur bouquiniste.biz < zerkow...@bou

Re: [Gambas-user] stop file COPY

2009-09-28 Thread zerkowski sur bouquiniste.biz
-- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahea

Re: [Gambas-user] stop file COPY

2009-09-28 Thread nando
for gambas users Sent: Mon, 28 Sep 2009 02:43:35 -0600 Subject: [Gambas-user] stop file COPY > Hey guys, > > Does anyone if it's possible to cancel a file COPY of a pretty big file > (a few hundred megabytes) in the middle of the action? > > I'm trying to add this fu

Re: [Gambas-user] stop file COPY

2009-09-28 Thread Benoît Minisini
> Hey guys, > > Does anyone if it's possible to cancel a file COPY of a pretty big file > (a few hundred megabytes) in the middle of the action? > > I'm trying to add this functionality to my backup project but I can't find > any parameters on the Copy command within the documentation. > > Regar

[Gambas-user] stop file COPY

2009-09-28 Thread Dimitris Anogiatis
Hey guys, Does anyone if it's possible to cancel a file COPY of a pretty big file (a few hundred megabytes) in the middle of the action? I'm trying to add this functionality to my backup project but I can't find any parameters on the Copy command within the documentation. Regards Dimitris --