Subject | How to show button in IB_ComboBox? |
---|---|
Author | russellbelding |
Post date | 2013-02-02T03:59:23Z |
Using IBO 4.9.9 in D2010 and Firebird 2.5.x
I have a TIB_LookupCombo (LC) for a text field inside a TIB_Grid (Grid).
The combo box is in col 2. When a single mouse click is made to col 2 the cell selected is painted. A second click is required to show the combo box's dropdown button. A click on the button will drop down the selection list.
I would like the dropdown button to appear when a col 2 cell is clicked, to show the user there is something here to be selected.
I have tried several things without success.
In Grid AlwaysShowEditor=True, EditLinksAuto=True. I know AlwaysShowEditor is for BlobFields.
In LC showButton returns True and seems to do nothing visible.
Any suggestions for me from fellow users?
I have a TIB_LookupCombo (LC) for a text field inside a TIB_Grid (Grid).
The combo box is in col 2. When a single mouse click is made to col 2 the cell selected is painted. A second click is required to show the combo box's dropdown button. A click on the button will drop down the selection list.
I would like the dropdown button to appear when a col 2 cell is clicked, to show the user there is something here to be selected.
I have tried several things without success.
In Grid AlwaysShowEditor=True, EditLinksAuto=True. I know AlwaysShowEditor is for BlobFields.
In LC showButton returns True and seems to do nothing visible.
Any suggestions for me from fellow users?