[Gambas-user] Error in getting value of WebComboBox when changed to ReadOnly
Benoît Minisini
g4mba5 at gmail.com
Sun Apr 18 18:09:54 CEST 2021
Le 18/04/2021 à 10:15, Safiur Rahman a écrit :
> Hi Benoît
>
> When I convert Non-Readonly WebComboBox to Readonly WebComboBox then
> there is an issue in getting Text of WebComboBox
>
> Eg.
> Put a WebComboBox in form and set its ReadOnly Property as False
>
> Public Sub _new()
>
> WebComboBox1.List = ["aaa", "bbb", "ccc", "ddd"]
> WebComboBox1.Text = ""
> WebComboBox1.ReadOnly = True
>
> End
>
> Public Sub WebButton1_Click()
>
> WebTextBox1.Text = WebComboBox1.Text
>
> End
>
> You get WebTextBox1.Text = -1
>
> Attached project
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
You should put your bug reports on the bugtracker instead on the
mailing-list. That way I will be able to deal with all the issues easily
as soon as I has time to do so.
Regards,
--
Benoît Minisini
More information about the User
mailing list