In commitProperties. ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Monday, April 02, 2007 11:47 AM To: [email protected] Subject: [flexcoders] Question for Adobe folks Hi, I am implementing a custom Label control which has a 'selected' property upon which the label text is either bold or normal. I am using setStyle method to set the font weight of the control My question is where should I implement a setStyle call for the control: commitProperties() or updateDisplayList()?

