[flexcoders] Re: Extending Tree component

2008-02-19 Thread Ryan Frishberg
Is this what you were sort of asking? - Original Message From: Rafael Faria rafaelfaria.grupos@ To: flexcoders@yahoogroups.com Sent: Monday, February 18, 2008 5:20:03 PM Subject: [flexcoders] Re: Extending Tree component you mean showDropFeedback? Another

Re: [flexcoders] Re: Extending Tree component

2008-02-18 Thread Sherif Abdou
? - Original Message From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 18, 2008 5:20:03 PM Subject: [flexcoders] Re: Extending Tree component you mean showDropFeedback? Another problem im having is, whenever you try to drop from one tree to another

[flexcoders] Re: Extending Tree component

2008-02-18 Thread Rafael Faria
: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 18, 2008 5:20:03 PM Subject: [flexcoders] Re: Extending Tree component you mean showDropFeedback? Another problem im having is, whenever you try to drop from one tree to another, the event DRAG_COMPLETE

[flexcoders] Re: Extending Tree component

2008-02-18 Thread Rafael Faria
Subject: [flexcoders] Re: Extending Tree component you mean showDropFeedback? Another problem im having is, whenever you try to drop from one tree to another, the event DRAG_COMPLETE or DRAG_EXIT does not works. Any explanation? Alex? --- In [EMAIL PROTECTED] ups.com, Sherif Abdou

[flexcoders] Re: Extending a component

2007-04-25 Thread Doug Lowder
All you need to do is have your MXML component reference the class you want to extend and set the XML namespace to the extended class's location. For example, if your resizable title window class is ./mycomponents/ResizableTitleWindow.as, you could have: mine:ResizableTitleWindow

Re: [flexcoders] Re: Extending a component

2007-04-25 Thread André Rodrigues Pena
yes! exaclty! thank you Doug On 4/25/07, Doug Lowder [EMAIL PROTECTED] wrote: All you need to do is have your MXML component reference the class you want to extend and set the XML namespace to the extended class's location. For example, if your resizable title window class is