You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two TBCComboBox controls on a form (Form2) that is being shown from Form1 with .show (non modal). If I touch any of the combos (e.g. showing the dropdown list), when I close Form2, it happens that Form1 gets minimized or hidden (the user must find Form1 manually). This happens only after some kind of interaction with the combos. If I don't use any of them and close Form2, then Form1 remains on focus. It does not happen if I use a standard TComboBox control instead. The issue happens on Windows but not on Linux (using QT6, don't know about GTK).
Using the same scenario as issue #1 on Linux (QT6) when I click the combobox (dropdown list style), the dropdown list is shown behind the form containing the combo, so it can't be seen or clicked. This issue doesn't occur on Windows.
There are indeed some problems regarding the combobox. It is not trivial to create a dropdown, it is kind of a window with special properties.
I am considering adding a mode the combobox that instead creates the dropdown inside the window where the combobox is. Of course, this works only if the dropdown is small enough to fit in the current window.
Issue #1:
I have two TBCComboBox controls on a form (Form2) that is being shown from Form1 with .show (non modal). If I touch any of the combos (e.g. showing the dropdown list), when I close Form2, it happens that Form1 gets minimized or hidden (the user must find Form1 manually). This happens only after some kind of interaction with the combos. If I don't use any of them and close Form2, then Form1 remains on focus. It does not happen if I use a standard TComboBox control instead. The issue happens on Windows but not on Linux (using QT6, don't know about GTK).
Issue #2:
Using the same scenario as issue #1 on Linux (QT6) when I click the combobox (dropdown list style), the dropdown list is shown behind the form containing the combo, so it can't be seen or clicked. This issue doesn't occur on Windows.
Platforms used:
-Windows 10
-Linux Debian (using QT6)
-FPP 3.2.2
-Lazarus 4.0RC2
-BGRA controls: 9.0.1.6
-BGRA bitmap: 11.6.2.0
Message by Mastropiero, copied from Lazarus forum
The text was updated successfully, but these errors were encountered: