[Gambas-bugtracker] Bug #1790: WebListBox1.Selection not working when compiled

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri May 15 07:57:42 CEST 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1790&from=L21haW4-

Comment #4 by Safiur RAHMAN:

For my use I solved it by changing JS($iMode = Select.Multiple); to JS($iMode = Select.Single); on line 66 of WebListBox _Render(). Please look on it. The changed lines are:

Print " onmousedown=\"gw.listbox.select("; JS(Me.Name); ","; I; ",event,"; JS($iMode = Select.Single); ");\"";




More information about the Bugtracker mailing list