[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Urgent solution for bug in Gambas 3.19.2 stable
[Thread Prev] | [Thread Next]
- Subject: Urgent solution for bug in Gambas 3.19.2 stable
- From: Safiur Rahman <isafiur@xxxxxxxxx>
- Date: Fri, 31 May 2024 14:44:19 +0545
- To: user <user@xxxxxxxxxxxxxxxxxxxxxx>
Hi With update to gambas 3.19.2 (using gambas stable repo ppa:gambas-team/gambas3 in Ubuntu 22.04) all the combobox are displaying this problem Public Sub Form_Open() ComboBox1.List = ["aa", "bb", "cc"] End Public Sub ComboBox1_KeyRelease() If Key.Code = Key.Down Then ComboBox1.Popup Endif End On pressing down key while combobox in focus "No Mouse event data" [Combobox.ArrorBox_MouseDown.367] I am requesting for urgent fix of this issue. Attached a project -- Regards Safiur Rahman
Attachment:
combotest.zip
Description: Zip archive
Re: Urgent solution for bug in Gambas 3.19.2 stable | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |