Hello,
When the picklist of a combobox is opened an invisible mask is spanning the screen and the events of the widgets of the rest of the window aren't call anymore. Let's say that I have a button, when the mouse leaves the picklist, clicking on the button will close the picklist but won't call the click event of the button.
Our users are complaining about that, because they have to "double-click" the button to start a search for instance.
Is there a way to disable this mask or to force the button to receive the click event too?
I'm using SmartClient "v9.1p_2014-04-30/PowerEdition Deployment".
Regards,
Cédric
When the picklist of a combobox is opened an invisible mask is spanning the screen and the events of the widgets of the rest of the window aren't call anymore. Let's say that I have a button, when the mouse leaves the picklist, clicking on the button will close the picklist but won't call the click event of the button.
Our users are complaining about that, because they have to "double-click" the button to start a search for instance.
Is there a way to disable this mask or to force the button to receive the click event too?
I'm using SmartClient "v9.1p_2014-04-30/PowerEdition Deployment".
Regards,
Cédric
Comment