[Gambas-user] Two bugs on gb.web.gui
Benoit Minisini
benoit.minisini at gambas-basic.org
Fri Nov 18 01:38:58 CET 2022
Le 14/11/2022 à 11:41, Marco Ancillotti a écrit :
> HI all ,
>
> I think I found two bug on gb.web.gui .
>
> FIRST:
> I've create a simple web page with a webtabpanel and a webcombobox
> linked by code:
>
> /Public Sub cbox_Click()//
> // tab.index = cbox.Index//
> //End/
>
> So when combobox change tabpanel change as well.
> Now on webform_open I have a /
> /
>
> /tab.index = 2
> cbox.index = 2/
>
> And everythink work as expected...
> BUT if I put before the index change a simple webtextbox.text =
> "somethink" ti completely hangs.
>
>
> SECOND:
>
> if I call the same webform from another as form.showmodal() the tabbox
> don't refresh the tab selected if I change it
> on form opening.
>
>
> I attach an example of bugs.
>
> gambas is latest daily trunk from ubuntu ppa.
>
> Thank's in advance ,
> marco.
>
Hi,
The two bugs should have been fixed by commit
https://gitlab.com/gambas/gambas/-/commit/d8831c7bbc49f1a914e19752d9dcf9afb6a88c79.
Regards,
--
Benoît Minisini.
More information about the User
mailing list