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()
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 Su
Hello
gambas: 3.10.0
I want to compile my WebForm
And I want to run it with an "HTTPD server"
NOT with "gambas embedded HTTP"
The reason is that when I run with an "gambas embedded HTTP"
If there are "Multiple clients"
When a client first clicks a button and it enters the event and executes