Roger, Thanks for the help. After I master something, it comes automatically, but before it does....
Do I use CustomTableItem or TblSetCustomDrawProcedure? Once I understand how to do it, I'm sure it will seem like so many other programming things in my past (basic, visual basic and now C). If you have any samples you can point me to, I would greatly appreciate it. Thanks for any help you can provide, and thanks for the time to read this, Jim Hoeger -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roger Stringer Sent: Wednesday, August 06, 2003 9:05 AM To: Palm Developer Forum Subject: RE: Alternate Row Shading >Subject: Alternate Row Shading >From: "Jim Hoeger" <[EMAIL PROTECTED]> >Date: Tue, 5 Aug 2003 22:41:50 -0400 > >First of all, this is my first post to this newsgroup, I've searched the >Internet, bought books on Palm and "C" and have searched every archive I >could find. >I'm in the process of finishing up a rather large program (190K+) and would >like to display one of my outputs (currently in a table) with an alternating >row shading (like Pocket Quicken does). No problem if you do custom drawing for the table cells. You can draw each row independently, which allows you to use different foreground and background colors and to display different parts of the cell in different ways. This is also the easiest way to do framing. Roger Stringer Marietta Systems, Inc. (www.mariettasystems.com) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
