[Gambas-user] Error WebTimer in gb.web.gui

Benoît Minisini g4mba5 at gmail.com
Sun Jan 24 18:31:49 CET 2021


Le 24/01/2021 à 11:11, Hans Lehmann a écrit :
> Hello,
> 
> With this reduced source code:
> 
> *' Gambas class file
> *
> *Export**
> **
> **Public Sub WebForm_Open()**
> **  WebHtml1.Text = "<h3>" & ("Sensor Data") & "</h3>"**
> **  WebTimer1.Start()**
> **End**
> **
> **Public Sub WebTimer1_Timer()**
> **  WebLabelTime.Text = Format(Now, "hh:nn:ss") **
> **End
> 
> *the lights went out after 6 seconds ... . The display just froze - the 
> time stopped and there was this error message in the IDE:
> 
> 'Unable to send signal - No suitable process found'
> 
> 
> Switching from component gb.web.gui to gb.web.form did not bring any 
> error. The time display works without errors!
> 
> I am at a loss. What now - what to do?
> 
> With kind regards
> 
> Hans
> 

Please can you send me a full project?

-- 
Benoît Minisini


More information about the User mailing list