David You are right. The menuBar I created was six months ago (Haven't even looked at it since then) when I was first learning Flex. XML handling was still a bit of a mystery (To me) back then. Once I got it working I was loath to touch it in case it stopped.
--- In [email protected], "David C. Moody" <[EMAIL PROTECTED]> wrote: > > valdhor, > > Thank you for your help. Using your code, I was able to make my > menubar function properly as well. > > You should take a look at Tracy's method, its much cleaner and works > great! > > All you have to do is: > > var resultXML:XML = new XML(evt.result.valueOf()); > mainAppMenuBar.dataProvider = resultXML.menuitem; > > Thanks! > -David

