Hi Berkowitz,
Hope this helps you.
[Bindable]private var comboAC:ArrayCollection = new ArrayCollection();
<mx:ComboBox id="lstLocations" labelField="description"
dataProvider="{comboAC}" ></mx:ComboBox>
On click of any image update the comboAC with the possible values and which
will automatically updates the Combobox.
Thanks
Kiran
On Wed, May 19, 2010 at 8:09 PM, Berkowitz - Fator13 <
[email protected]> wrote:
> Hello everybody!
>
> I have an application with three states, where:
> In the first state the user must select an image.
> The second presents a combobox with some information related to the
> image that the user selected in the previous state. But the problem is
> already happening here: when I first click on the image everything
> works fine, but the next it executes all the methods correctly, but
> the combobox is not updated.
> Can anyone give me a help please?
>
> Picture 1: 1st state
>
> http://picasaweb.google.com/lh/photo/S4MdYP-bmZIYFlT2pQZVG98JK9F_j2OQThefG7V0tPY?feat=directlink
>
> Picture 2: 2nd state (when an image is selected)
>
> http://picasaweb.google.com/lh/photo/EfQD2kser_pFzu-GZhO2b98JK9F_j2OQThefG7V0tPY?feat=directlink
>
> Picture 3: 2nd state (when another image is selected. Notice that the
> combobox values were not updated)
>
> http://picasaweb.google.com/lh/photo/FjUeOGKSfnvImApCwE_oVt8JK9F_j2OQThefG7V0tPY?feat=directlink
>
> Image 3_2: 2nd state as it should be
>
> http://picasaweb.google.com/lh/photo/xSOps0lg5NHQbCUocIUCOt8JK9F_j2OQThefG7V0tPY?feat=directlink
>
> Thank you!
>
> --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
--
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.