RE: [flexcoders] Re: getChildByName returning NULL SOLVED - kinda

2007-12-05 Thread Gordon Smith
PROTECTED] On Behalf Of riaengineer Sent: Wednesday, December 05, 2007 8:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: getChildByName returning NULL SOLVED - kinda Using callLater() seems to have fixed this behavior. I dynamically created var f:Object = new form1(); I t

[flexcoders] Re: getChildByName returning NULL SOLVED - kinda

2007-12-05 Thread riaengineer
Using callLater() seems to have fixed this behavior. I dynamically created var f:Object = new form1(); I then call a recusive function on f, f.GetData() o is found a 1-2 levels of recursion (a canvas that's in an accordion that' in the canvs, f) So perhaps the call to updateDisplayList,etc had'