Yep.
1. set up a RGBColorType variable with the color you want (use
UIGetColorTableRGB(UIFieldText, ..) and save for changing back.)
2. Set up your table to do Custom Draw (TblSetCustomDrawProcedure(...)).
3. In your draw procedure, you'll want to use
UIColorSetTableEntry(UIFieldText, ...) and
WinSetTextColor(UIColorGetTableEntryIndex(UIFieldText));
4. Then draw your text
5.  set the color back to the old color.


-- 
-------------------------------------------------------------------------
Free software  - Baxter Codeworks  www.baxcode.com
-------------------------------------------------------------------------


"Roberto Pedrozo Mendes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
> I need to colorizing some rows in the table is possible ?
>
>



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

Reply via email to