Yes, StyleManager.NOT_A_ COLOR is 0xFFFFFFFF.
A uint is 32 bits. Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, June 25, 2008 4:33 PM To: [email protected] Subject: Re: [flexcoders] Re: uint unset value I guess StyleManager.NOT_A_COLOR is some value of uInt that's never going to be valid for a colour. I'll take a stab and guess it's -1 or 0xFFFFFFFF assuming 32 bit, although I can't remember if uint is 32 or 64 :) -Josh On Thu, Jun 26, 2008 at 9:22 AM, Amy <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: I'm going through the UITextField code, looking to see why the f* AdvancedDataGridItemRenderer is so hard to style in the normal ways, and it looks like in that, they check it against StyleManager.NOT_A_COLOR, but use the uint type. I'm not sure how they account for keywords, but presumably StyleManager works it out...? Thanks; Amy -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

