[Gambas-user] Two bugs on gb.web.gui
Marco Ancillotti
gambas at servinfo.it
Mon Nov 14 11:41:31 CET 2022
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20221114/d9e569f7/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sviluppowebform-0.0.1.tar.gz
Type: application/gzip
Size: 12952 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20221114/d9e569f7/attachment-0001.gz>
More information about the User
mailing list