Alright, what I'd ideally like to do is assign a color at random to that, but it takes a const RGBColorType *, which I can't seem to be able to figure out how to code... I keep getting messages telling me that I can't set null as the first field of the struct, and the other message I get is that there's an illegal implicit conversion - for want of a better idea, what I have in my code right now is an RGBColorType set to (NULL, 255,0,0) and a const RGBColorType* that I'm trying to assign the RGBColorType to. I didn't think it would work, but it was worth a try... how am I supposed to do this? Has anyone had better luck with one of the other methods of assigning color to a pen?
-Craig __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
