Dear all, Please kindly help in instructing me how to using the popup list in table. Thanks. char *popup = "abcde"; TblSetItemStyle( tableP , row , 0 , popupTriggerTableItem ); TblSetItemInt( tableP, row, 0, 0 ); TblSetItemPtr( tableP , row , 0 , popup ); -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
