[flexcoders] Create an Object with Custom event.

2005-10-27 Thread digital_eyezed
Hi, I'm creating an object dynamically (a tab of a tabNavigator) and that object has a Custom event ('myEvent'), how do I initialize the handler for this when I create it dynamically? Normally you would do this: quick:SalesQuery2 myEvent=doPrintForm(event)/ But I am creating it dynamically

RE: [flexcoders] Create an Object with Custom event.

2005-10-27 Thread Tracy Spratt
an Object with Custom event. Hi, I'm creating an object dynamically (a tab of a tabNavigator) and that object has a Custom event ('myEvent'), how do I initialize the handler for this when I create it dynamically? Normally you would do this: quick:SalesQuery2 myEvent=doPrintForm(event)/ But I am