[Gambas-user] combobox no longer scrolls with the mousewheel
BB
adamnt42 at gmail.com
Sat Oct 7 19:00:52 CEST 2023
On 8/10/23 12:03 am, Safiur Rahman wrote:
> Hi
>
> Any input control should not get value without explicit input
> initiation. To write anything in Textbox, TextArea, Checkbox,
> Radiobutton or any other you have to either click the control or use
> spacebar/Tab to get focus and only then you can put value.
>
> The Read-write combobox getting value without click/focus on control
> and just by mouse wheel scroll over it caused unintended input of
> values and put us in dangerous situation for production level
> applications. If you have a combobox in form and you have a mouse with
> scroll wheel then you don't know what value the combobox will get.
>
> Check this video: http://safiur.com.np/gambas/combobox.webm
> <http://safiur.com.np/gambas/combobox.webm>
> For example, I wrote something in the second combobox. Now I am at the
> centre of the second combobox. I want to go to the last combobox to
> write something leaving other comboboxes in between empty. How will I?
> If I scroll the mouse wheel to move the scrollview content area, the
> empty comboboxes will be filled. So I have to click scroll view slider
> on the right and drag it to bottom taking care no mouse scroll occurs
> while doing it.
>
>
> --
> Regards
> Safiur Rahman
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
This is nothing to do with what I am talking about.
b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231008/cc8f0372/attachment.htm>
More information about the User
mailing list