In MITAble.app (wich shows MiTable behaviour) there is a Drop Down List column that show the folow results
The drop down list is expanded and the long entry becomes visible.
I Can't achieve the same in my app.
I can't found which configuration is needed.
The table is subclased and the drop down list column is definded as it's defined in MITable.app
I tried with a diferent flags but without success.
The last one
Code: Select all
Call SalTblDefineDropDownListColumn( col3, COL_DropDownList_VScroll | COL_DropDownList_Auto , 100 )
Call MTblSetColumnFlags( col3, COL_DropDownList_VScroll | COL_DropDownList_Sorted | COL_DropDownList_Editable, TRUE )
Call MTblSetDropDownListContext( col3, TBL_Error )
Call SalListAdd( col3, 'aaaaaa' )
Call SalListAdd( col3, 'bbbbbbbbbb' )
Call SalListAdd( col3, 'bbbbbbbb uuuuuuuuuuuuuu kkkkkkkkkk' )
Call SalListAdd( col3, 'cc' )
Call SalListAdd( col3, 'xxx' )
Call SalListAdd( col3, 'zzzzzzz' )
Any hints?
Thanks in advance.
Enrique