I simply want to change the color of a label to Red. I think I'm supposed to use a function like WinSetTextColor() or WinSetForeColor() or WinSetTextColorRGB(), but I don't understand how to get the value of the IndexedColorType that I want to pass to those methods.
I've read the Companion and Reference on this area and am still confused. It looks like I might also use the UIColorSetTableEntry() method as well. I'm also somewhat confused on the index of the RGBColorType structure. I figure if I just want plain red, I can simply create an RBGColorType, set the blue and green to 0, the red to 200 or so, but then what should the index be? Thanks __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
