[flexcoders] measure() not fired after calling invalidateSize()?

2009-03-24 Thread TJ Downes
Hi all, I am creating a custom component and I need to know the size of the component after the properties have changed. To my knowledge the best way to handle this is to fire invalidateProperties() and and invalidateSize() after I set the data of the component. My code below outlines my

RE: [flexcoders] measure() not fired after calling invalidateSize()?

2009-03-24 Thread Alex Harui
, March 24, 2009 8:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] measure() not fired after calling invalidateSize()? Hi all, I am creating a custom component and I need to know the size of the component after the properties have changed. To my knowledge the best way to handle