WebForm in various browser TABs

For questions about Gambas web tools.
Post Reply
omoreno
Posts: 2
Joined: Thursday 24th June 2021 2:01pm

WebForm in various browser TABs

Post by omoreno »

Hello everybody.

IDE: Gambas 3.16.1
Component: gb.web.gui
S.O.: Linux Mint 20.1.
Browsers: Chrome, Firefox.

You could help me by testing this project on your systems and see if the same problem happens to me.
Please provide a possible solution or report to Bugtracker.

To see the Problem:
Run the Gambas project
-Open it in the browser
-Test changed form with buttons (Start, F1, F2, F3)
-Test the selection of radio buttons and see that only one should be selected.

Everything should work fine, but if you open a new TAB and then change TAB two or three times, selecting the radio buttons and changing the form in each TAB, observe that several of the webradiobuttons are selected and the forms are stacked in the container.

I have attached a small Gambas WebForm project that:
It has a menu of buttons to make the change from WebForm to a container.
It also has a container with 4 radio buttons.

Greetings and thanks for your possible answers.
Attachments
WebP9-0.0.1.tar.gz
(12.88 KiB) Downloaded 425 times
User avatar
PJBlack
Posts: 184
Joined: Tuesday 9th June 2020 10:26pm
Location: Florstadt, Hessen, Germany

Re: WebForm in various browser TABs

Post by PJBlack »

hello,
I am just cooking and therefore not very concentrated ... but when skimming your code I noticed that you create a new object with every click ...
omoreno
Posts: 2
Joined: Thursday 24th June 2021 2:01pm

Re: WebForm in various browser TABs

Post by omoreno »

PJBlack thanks for responding.

I am new to Gambas WebForm.

How should the different WebForms be loaded on each call?
Why do the WebRadioButtons behave that way, even though they are in the main WebForm?

Note: I have translated from Spanish to English with Google.

Greetings.
Post Reply