[flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Sascha
Not sure if the subject makes complete sense but what would be the best way to defer setting properties on a sub component when writing custom Flex components without getting a null reference? Let's say I create a custom component that wraps another component, for example a button ... package {

RE: [flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Tracy Spratt
: [flexcoders] Best way to defer sub-component initialization? Not sure if the subject makes complete sense but what would be the best way to defer setting properties on a sub component when writing custom Flex components without getting a null reference? Let's say I create a custom component

RE: [flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Sascha
to archieve this. Sascha From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Tuesday, April 21, 2009 11:48 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Best way to defer sub-component initialization? What is your issue