Not sure I understand the question.  There is a .states property in
UIComponent.  Button doesn't use it right now.  So you can subclass
Button, or simulate Button in UIComponent with states.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of tchredeemed
Sent: Monday, April 28, 2008 8:06 AM
To: [email protected]
Subject: [flexcoders] UIComponent's updateDisplayList()

 

does a UIComponent have the a property that contains states, such as
'upSkin', 'overSkin', 
'downSkin', etc (and is this property accessible during
updateDisplayList()?

In other words, can I simulate mouseOvers with this, so that I can draw
the button?

 

Reply via email to