On Apr 11, 2005 2:38 PM, nithya karthik <[EMAIL PROTECTED]> wrote:

> how should i use the dataprovider and retrive only the category name and
> display it in the menubar.. please help me inthis regard.. 

Iterate over the items and add them one by one.

  for (var i:uint = 0; i < foo.bar.category.length; i++)
    menu.addItem(foo.bar.category[i]);

Something to that effect.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to