[Gambas-user] WebTimer Event

Benoît Minisini g4mba5 at gmail.com
Sun Jan 21 16:42:55 CET 2018


Le 21/01/2018 à 08:31, Mayost Sharon 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
> 

Hi,

It's easier for me to fix the bugs if you join a full (even if it is 
small) sample project that reproduces the bug. That way, I'm sure that 
I'm using exactly the same context as you (at least as possible).

Regards,

-- 
Benoît Minisini


More information about the User mailing list