I'm almost done with my little App! Yay! (and Boo!)

I'm working on my last table and
I realize now that my lack
of foresight or experience
has left me in a quandry.

I've got a table with two columns (checkbox and text).
For some of the rows,
I don't WANT a checkbox to appear at all.
The table is scrollable.

I know the intelligent solution was to set up something like they
have in ToDo, since I have one checkbox for each field, which 
may have more than one line. There is no time to change to this
superior tactic.

Basically, I know when I call my own DrawTable
(at frmOpen or scrolling or from other events that change the table data)
whether or not there should be a checkbox.

Should I just create a CustomDrawProcedure that can
1) Draw an unmarked checkbox
2) Draw a marked checbox
3) Draw Nothing

I wish I had a TblSetItemUsable(table,row,column);

-Josh "Fairly Close To Deadline" Narins

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

Reply via email to