RE: [flexcoders] Namespace syntax

2005-11-22 Thread Dekayd Media Inc.
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick Sent: Tuesday, November 22, 2005 3:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Namespace syntax I'm using a button called treeButton to open a custom component called TreeWindow (based on the TitleWindow). TreeW

Re: [flexcoders] Namespace syntax

2005-11-22 Thread Tom Fitzpatrick
At 03:46 PM 11/22/2005, you wrote: >I'm using a button called treeButton to open a custom component called >TreeWindow (based on the TitleWindow). Never mind - I just forgot to import the components from the namespace. - Tom Yahoo! Groups Sponsor

[flexcoders] Namespace syntax

2005-11-22 Thread Tom Fitzpatrick
I'm using a button called treeButton to open a custom component called TreeWindow (based on the TitleWindow). TreeWindow is located in the namespace xmlns:mk=com.company.components.* Here's how I would call it if the component were in the same directory: mx.managers.PopUpManager.createPopUp(tre