[Gambas-user] Controls WebForm Ignore Events

2018-01-25 Thread Mayost Sharon
Hello gambas: 3.10.0 Hello Is there a possibility to cancel EVENT of a control I need this for the controls of WebForm In my example I do it But it's complicated I want not to run the WebTextBox1 event when I press WebButton1 If there was such a possibility WebTextBox.IgnoreEvent = True This

[Gambas-user] WebForm With httpd

2018-01-18 Thread Mayost Sharon
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