[flexcoders] Re: How can I put a PopUPMenuButton in an AdvancedDatagridColumn?

2009-11-04 Thread thomas_13s
{ switch(event.label) { case Go to Web Site: navigateToURL(new URLRequest(http://; + _URL),_top); break; } } } } HTH Steve --- In flexcoders@yahoogroups.com, thomas_13s

[flexcoders] How can I put a PopUPMenuButton in an AdvancedDatagridColumn?

2009-11-03 Thread thomas_13s
Hi, I have an advanced data grid , with 8 columns one of the columns i want the 8 th column as a POPUPMenu Button, and when I click on the menu item it should navigate to a url value which is in the Array dArr. Array dArr has 2 values ,how can i do this I have tried many things. Array dArr

[flexcoders] How can I populate the data in PopUpMenuButton?

2009-11-03 Thread thomas_13s
Hi , I have an advanced data grid , with 8 columns one of the columns i want the 8 th column as a POPUPMenu Button, and when I click on the menu item it should navigate to a url value which is in the Array dArr. Array ddArr has 2 values ,how can i do this I have tried many things. Array ddArr

[flexcoders] how can I parse this Srting in Flex

2009-10-30 Thread thomas_13s
Hi All, Label1|url1|label2Explorer|url2|Label3|url3 how can I parse this string in flex and get the label1|url1 , label2|url2, label3|url3 seperately , Please some sample code to do this. Thanks Tom