[flexcoders] Extending Tree component (Getting the x and y )

2008-05-22 Thread augie3333
Hi All, Can someone point me in the right direction of being able to get the specific x and y positions of an item in a tree control? I'm using tree.contentMouseY but it is a little flaky. I am looking for the exact cordinates(x and y) and the height and width of the itmes rollover style box and

RE: [flexcoders] Extending Tree component (Getting the x and y )

2008-05-22 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending Tree component (Getting the x and y ) Hi All, Can someone point me in the right direction of being able to get the specific x and y positions of an item in a tree control? I'm using tree.contentMouseY but it is a little flaky. I am

[flexcoders] Extending Tree component

2008-02-17 Thread Rafael Faria
I'm extending the Tree component and i have had some great progress with it. Somethings still bug me like the place you will drop the item. Whenever you drag an item, a thick black line show marking where will be drop it. The thing is, sometimes i'm positioning the element over the element i want

[flexcoders] Extending a component

2007-04-25 Thread André Rodrigues Pena
Hi all, My problem is: I have a MXML component (already implemented) that extendeds TitleWindow its code was something like ListOperations.mxml ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical width=700

Re: [flexcoders] Extending a component

2007-04-25 Thread Manish Jethani
The root tag of your MXML component should be referring to your AS3 class. There are examples in the docs/samples. On 4/25/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all, My problem is: I have a MXML component (already implemented) that extendeds TitleWindow its code was

Re: [flexcoders] Extending a component

2007-04-25 Thread André Rodrigues Pena
Thanks for your reply Manish.. but how would it look like? Can you give me an example? On 4/25/07, Manish Jethani [EMAIL PROTECTED] wrote: The root tag of your MXML component should be referring to your AS3 class. There are examples in the docs/samples. On 4/25/07, André Rodrigues Pena

[flexcoders] Extending Calendar Component for Federal Holidays

2006-04-26 Thread Wally Randall
I have a client who loves the Flex 2 calendar component but wants to display Federal holidays in a different color. Is it possible to extend the component and add that capability? Has anyone else done this? -- Flexcoders Mailing List FAQ: