[flexcoders] Re: Remove Child

2008-08-04 Thread Michael VanDaniker
My guess is that you have something like this... mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Canvas id=canvas mx:LinkButton id=aboutMeLink /mx:Canvas /mx:Application If that's the case, the aboutMeLink is a child of canvas and you'll need to call

Re: [flexcoders] Re: Remove Child

2008-08-04 Thread Dan Vega
Thats exactly what was going on... thanks for the response. Thank You Dan Vega On Mon, Aug 4, 2008 at 10:29 AM, Michael VanDaniker [EMAIL PROTECTED] wrote: My guess is that you have something like this... mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Canvas id=canvas