--- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > That's correct. > > > > Gordon Smith > > Adobe Flex SDK Team ... > So when I see examples that show using uint for color data, that's > wrong if I need to distinguish between black and not set, because uint > isn't capable of making that distinction. Correct? > > Thanks; > > Amy
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

