Re: [Gambas-user] WebTimer Event
Brought to you by:
gambas
|
From: Benoît M. <g4...@gm...> - 2018-01-18 10:50:01
|
Le 18/01/2018 à 11:22, מיוסט שרון a écrit : > Hello > > gambas: 3.10.0 > > If within the event WebTimer1_Timer() > WebTimer1.Stop Or WebTimer1.Enable = False > > It stops the WebTimer1 > > But when i do again which Start > > It does not work > > Export > > Public Sub WebButton1_Click() > WebTimer1.Start() > End > > Public Sub WebTimer1_Timer() > WebLabel1.Text = Now() > WebTimer1.Stop() > End > > Public Sub WebButton2_Click() > WebTimer1.Stop() > End > Please subscribe to the new mailing-list at http://lists.gambas-basic.org, and post your question again. This mailing-list is deprecated. Thanks. -- Benoît Minisini |