Search found 7 matches

by crevilla
Saturday 30th April 2022 9:44pm
Forum: Web
Topic: Anybody having issue with web-debugging?
Replies: 4
Views: 6049

Re: Anybody having issue with web-debugging?

THANK YOU!

You are a life saver, and will do code button next time.
by crevilla
Friday 29th April 2022 9:55pm
Forum: Web
Topic: Anybody having issue with web-debugging?
Replies: 4
Views: 6049

Re: Anybody having issue with web-debugging?

I used the pre-defined form that you get once you create a new web project. Nothing added. 'Gambas class file Export Public Sub WebButton1_Click() Message("This is a message box.") End Public Sub WebTimer1_Timer() WebLabel1.Text = Format(Now, "hh:nn:ss") End Public Sub WebForm_Op...
by crevilla
Friday 29th April 2022 11:06am
Forum: Web
Topic: Anybody having issue with web-debugging?
Replies: 4
Views: 6049

Anybody having issue with web-debugging?

Hello, A couple of days ago I got an update for gambas. Since then, when I press "play" in my web-project, instead of opening the browser using gambas internal web server, it just shows me the html text in the debug window below in the IDE. ¿Is it not possible anymore to test web apps? How...
by crevilla
Friday 7th January 2022 9:22pm
Forum: Beginners
Topic: Array of Text Boxes
Replies: 3
Views: 2677

Re: Array of Text Boxes

My little commentary here.

You can use the "tag" property of each textbox to know which one is being edited. That way you have one group but the "tag" can help you decide which textbox was active.

Cheers,
CR
by crevilla
Tuesday 4th January 2022 12:11am
Forum: Web
Topic: Help with AddHheader / AddJavascript, seem not to be working.
Replies: 1
Views: 5382

Help with AddHheader / AddJavascript, seem not to be working.

Hi. I am trying to load some javascript and css files into my Web project, using the WebForm functions AddHeader and AddJavascript. I have been fiddling a little bit with this, but no good. Please check my project see what is wrong. Enclosed in zip is the index.html which must be put in some accessi...
by crevilla
Friday 31st December 2021 11:55pm
Forum: Web
Topic: WebForm AddHeader implemented?
Replies: 1
Views: 5744

WebForm AddHeader implemented?

Hello, Has anyone tried to work with WebForms and the AddHeader function. According to help, it accepts an string as argument. However, when I test the app the header is not included. Code snippet: Webform1.AddHeader("<link href=\"http://cdn.syncfusion.com/19.4.0.38/js/web/flat-azure/ej.we...
by crevilla
Thursday 30th December 2021 11:04pm
Forum: Web
Topic: Code QR WebForm
Replies: 1
Views: 5663

Re: Code QR WebForm

Can you be a little more specific please?

Greetings
CR