Yeah, I think you do need to write
createClassObject that way to set up the inheritance (maybe createChild in a
container would have done that for you automatically?). Sorry, don’t
know the style mechanism all that well.
From: [email protected] [mailto:[email protected]] On Behalf Of JesterXL
Sent: Thursday, May 12, 2005 11:05
AM
To: Flexcoders
Subject: [flexcoders] ThemeColor
in CellRenderers
I have the same problem in Flash.
How do I have controls used in a CellRenderer
adopt the global themeColor?
Do I have to do like:
createClassObject(ComboBox, "my_cb",
getNextHighestDepth(), {styleName:
owner});
Or something?
ThemeColor is "haloOrange", but the
controls default to haloGreen.
Thanks if you can help!
--JesterXL
Yahoo! Groups Links
|
- RE: [flexcoders] ThemeColor in CellRenderers Matt Chotin
-