[Gambas-user] Possible bug in new ComboBox

Bruce Steers bsteers4 at gmail.com
Fri Apr 29 10:32:44 CEST 2022


Yep well spotted
seems the line 547 of ComboBox.class is in error.

$hTextBox(Start, Length)

I think should be..
$hTextBox.Select(Start, Length)

BruceS


On Fri, 29 Apr 2022 at 09:25, Safiur Rahman <isafiur at gmail.com> wrote:

> Hi
>
> I am getting an error with COmboBox in the development version.
>
> ComboBox1.Select(textPosition, Len(ComboBoxItems.Text) - textPosition)
>
> gives error
> "Not a function"
>
> --
> Regards
> Safiur Rahman
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220429/ab83b79a/attachment.htm>


More information about the User mailing list