RE: [flexcoders] howto call titlewindow vars in class imported by titlewindow?

2005-04-13 Thread Tracy Spratt
If I have misunderstood you, just ignore me, but here are a few comments: Why are you extending ccardWindow in the applyBillingCycle class? Just create a custom class, pass a reference to the title window into it: class ApplyBillingCycle { public var myParent:ccardWindow public function

RE: [flexcoders] howto call titlewindow vars in class imported by titlewindow?

2005-04-13 Thread Tracy Spratt
I neglected to pass the reference into the class: ApplyBillingCycle id=abs myParent={this} ../ Tracy -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 4:15 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] howto call titlewindow