Re: [flexcoders] Help with node indentation after drag/drop

2005-05-22 Thread Rick Schmitty
No need to investigate further, knowing to use the resultFormat is enough for me :) Thanks a bunch Manish!On 5/22/05, Manish Jethani <[EMAIL PROTECTED]> wrote: On 5/20/05, Rick Schmitty <[EMAIL PROTECTED]> wrote:>  Hi Manish thanks for taking the time.  I got this code from an earlier post> in

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-22 Thread Manish Jethani
On 5/20/05, Rick Schmitty <[EMAIL PROTECTED]> wrote: > Hi Manish thanks for taking the time. I got this code from an earlier post > in the FlexCoders list. I wanted to change it to grab from an xml file > instead of hard coding it into the mxml The key difference in the two approaches is that o

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-20 Thread Rick Schmitty
Hi Manish thanks for taking the time.  I got this code from an earlier post in the FlexCoders list.  I wanted to change it to grab from an xml file instead of hard coding it into the mxml To see it working, comment out line 50 and uncomment line 49 and 75-87 http://www.macromedia.com/2003/mx

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-20 Thread Manish Jethani
On 5/20/05, Rick Schmitty <[EMAIL PROTECTED]> wrote: > Hi all, was wondering if there is some kind of function to 'correct' (?) > the indentation after doing a drag/drop with a tree Can you post some code with instructions? Yahoo! Groups Links <*> To visit your group on the web, go to: h

[flexcoders] Help with node indentation after drag/drop

2005-05-19 Thread Rick Schmitty
Hi all, was wondering if there is some kind of function to 'correct' (?) the indentation after doing a drag/drop with a tree For example root -A --1 --2 -B --3 --4 Now if I drag A into B, the B folder will appear correctly root -B --A --3 --4 But when I expand/close A its chilrend don't g