Hi, I have a colorpicker component that change the pallete color
dynamically, I just reset the dataprovider and when I open the
colorPicker the colors were changed, ok, the problem I have is that
the box that holds the pallete wont change its width and postion if I
have more colors or less, until I rollover one of the colors, I think
the problem is that flex doesn't refresh the layout of the component
when I change the dataprovider, so my question is how can I make the
component refresh before I open it, I already try with method like

colorPicker.validateSize(true);
colorPicker.validateDisplayList();
colorPicker.validateNow();

any help will be much appreciate it

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to