I am trying to draw selector trigger in table to pick the date. I have used the 
below mentioned code:

      TblSetItemStyle (table, row, editDataColumn, customTableItem);
      TblSetItemInt (table, row, editDataColumn, fieldIndex);
      TblSetCustomDrawProcedure(table,editDataColumn,DrawCustomTableItem);

In DrawCustomTableItem, I have drawn the selector trigger table item. But the 
trigger is drawn only on the form and not in the table. Please let me know if I 
am doing it right… or is there a better way to handle this issue?

  

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to