[flexcoders] Need Help

2013-05-07 Thread Mohammad Usman Ashraf
Hi everyone.  Can anyone provide me solution for this facing  problem: I am using dropdownlist in flash 4.6 , where I have applied custom skin. custom skin contained on button , label, Datagroup. So, I want to change the color of specific item from list, as given option is only to change

Re: [flexcoders] Need Help

2013-05-07 Thread Alex Harui
I think you are supposed to create a custom item renderer for the list where the item renderer knows to display differently for that one item. On 5/7/13 8:14 AM, Mohammad Usman Ashraf m.usmanash...@yahoo.com wrote: Hi everyone. Can anyone provide me solution for this facing problem: I

Re: [flexcoders] Need Help

2013-05-07 Thread anas naeem
Hey Usman, Anas here  hope you are doing great I also agree to Alex's solution for your problem. Thanks and Regards Anas.Parallel-Programming Evangelist. --- On Tue, 5/7/13, Mohammad Usman Ashraf m.usmanash...@yahoo.com wrote: From: Mohammad Usman Ashraf m.usmanash...@yahoo.com Subject:

[flexcoders] Re: context menu in a datagrid in flex 4

2013-05-07 Thread Nitin Gopi
Hi All, It worked . If we assign the context menu using the id of datagrid then the context menu works, for example if the id of datagrid is dg, then by using dg.contextmenu = cm. But I wonder why it doesn't work by assigning it directly in datagrid using binding. Thanks Nitin Gopi