I have a few tables in my application. However, I haven't found any APIs that handle drawing the tables with borders around the table, or borders around the cells themselves. Also, how do you specify that each row/column/cell has a specific background color? For the most part, each cell of my tables are fields.
These are things I see in a lot of applications, so I figure I'm just missing something obvious.
You aren't missing anything obvious. Those applications either do everything with custom drawn cells where they set their own foreground/background colors before drawing, or they just ditch the whole Palm OS table control and do everything themselves. This second technique can be really powerful, and it's the basis of the CCustomGrid class in Object Library for Palm OS.
-- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS Technical Lead, Metrowerks For programming help, see http://www.palmoswerks.com/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
