I have done what you want with textTableItems no problems. It is OK to call � TblSetLoadDataProcedure (tableP, col, f1); TblSetSaveDataProcedure (tableP, col, f2); TblSetCustomDrawProcedure (tableP, col, f3); � all on the same column. f1 and f2 will be called for the textTableItems, and f3 will be called for the customTableItems. Or if you really want labelTableItem, just use the 3rd function call, it won�t interfere with the labelTabelItem�s. � To popup the list, catch the tblEnterEvent, then do the following: a)��� check that you are on the correct row and column, b)��� make the list usable and visible, and set its initial selection. c)��� Call LstPopupList to see the list. d)��� When LstPopupList returns, make the list hidden and non-usable. e)��� Make the table row invalid and redraw it f)��� Return handled=true. � You can�t draw symbolRepeat in the symbol 7 font � it is only defined in the 9 point font. I solved this problem by creating my own down-arrow icon. It is 7 x 4 pixels and looks like: � xxxxxxx xxxxx �xxx � �x � Draw this at bounds->topLeft.x, bounds->topLeft.y+3. Then draw the text starting at bounds->topLeft.x+11, bounds->topLeft.y. This gave me results that look identical to lists built the "normal" way with popup-triggers. � It might be possible to find the correct symbol for the popup-trigger icon in the OS somewhere, but I couldn't, so I gave up and made the icon. � Hope this helps� � Dave � ======================================================================== ======= I wnt to implement a column with lableTableItem & customTableItem. Setting TblSetCustomDrawProcedure(table,<col number>,DrawCustomTableItem) function specifys the column in that table that should have a custom behaviour. Can any one help me to have a custom draw behaviour for one cell alone? � How can I draw a repeat button Symbol7 FontID in DrawCustomTableItem function? �
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
