Re: [Gambas-user] Stop watch

2014-03-10 Thread richard terry
On 11/03/14 13:50, richard terry wrote: > Hi List, > > I don't suppose anyone would have a little mini project with code etc > for a simple stopwatch? > > If so would appreciate a copy to add to our EasyGP project as a > consultation time. > > Richard > > > -

[Gambas-user] Stop watch

2014-03-10 Thread richard terry
Hi List, I don't suppose anyone would have a little mini project with code etc for a simple stopwatch? If so would appreciate a copy to add to our EasyGP project as a consultation time. Richard -- Learn Graph Databas

Re: [Gambas-user] stop

2011-06-26 Thread Kevin Fishburne
On 06/26/2011 06:30 PM, francesc...@gmail.com wrote: > How to Stop from maillinglist? Ah... Go here: https://lists.sourceforge.net/lists/listinfo/gambas-user and visit the bottom section, "Gambas-user Subscribers". -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa.

[Gambas-user] stop

2011-06-26 Thread francescokm
How to Stop from maillinglist? Powered by Telkomsel BlackBerry® -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threat

Re: [Gambas-user] stop

2011-06-25 Thread Kevin Fishburne
On 06/25/2011 07:04 PM, francesc...@gmail.com wrote: > Stop > In the name of love... Before you break my heart. Think it o-over. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -

[Gambas-user] stop

2011-06-25 Thread francescokm
Stop Powered by Telkomsel BlackBerry® -Original Message- From: Kevin Fishburne Date: Sat, 25 Jun 2011 18:45:16 To: Reply-To: mailing list for gambas users Subject: Re: [Gambas-user] gb3: Format$ On 06/24/2011 06:42 PM, Benoît Minisini wrote: >> I'm using this to print a formatted date

Re: [Gambas-user] stop event and gtk

2010-12-13 Thread Emanuele Sottocorno
It works, fantastic!!! Many tanks. Emanuele -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Busine

Re: [Gambas-user] stop event and gtk

2010-12-13 Thread Emanuele Sottocorno
Tanks Benoit, and all people developing Gambas. Emanuele Il giorno lun, 13/12/2010 alle 06.43 +0100, Benoît Minisini ha scritto: > > Hi Benoit, here is the project. > > The form showing the problem is the FLanguage". > > I suppose it is a GTK bug 'cause of switching to QT it works fine. > > > > O

Re: [Gambas-user] stop event and gtk

2010-12-12 Thread Benoît Minisini
> Hi Benoit, here is the project. > The form showing the problem is the FLanguage". > I suppose it is a GTK bug 'cause of switching to QT it works fine. > OK. The bug should be fixed in revision #3359. Regards, -- Benoît Minisini ---

Re: [Gambas-user] stop event and gtk

2010-12-11 Thread Benoît Minisini
> Hi, > having the need to avoid the user closes the form before filling all > fields, I try to intercept the click on the Close Button on Form Title > with the following sub: > > Public Sub Form_Close() > If (Not $bLang) Then Stop Event > End > > under GTK the Form_Close event isn't stopped. >

Re: [Gambas-user] stop event and gtk

2010-12-11 Thread Michael
Not sure what you mean by "$bLang". In my Close button I set the Form.Tag to any value and then test for this in the form_close event. If the user closes from the Form Header the tag is not set and I can use a message box to confirm the closure. The Stop Event works ok. I am using Ubuntu 10.10

[Gambas-user] stop event and gtk

2010-12-11 Thread Emanuele Sottocorno
Hi, having the need to avoid the user closes the form before filling all fields, I try to intercept the click on the Close Button on Form Title with the following sub: Public Sub Form_Close() If (Not $bLang) Then Stop Event End under GTK the Form_Close event isn't stopped. Gambas3 rev 3355 Ubun

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 --