You want to say, that whenever one comboBox is changed, all three should have the same value.............. right?
On Mon, Aug 30, 2010 at 12:30 PM, madhured <[email protected]> wrote: > Hi all, > > There are multiple comboboxes, > > like combobox1, combobox2, combobox3, > > all share same data provider, > > for example they share a data provider of array > > arr:Array = ["John", "Holland","Jim","Bob"] > > if combobox1 selects John, > > combobox2 must now see John in the list > > and like wise 3 list should not have 2 selected item, > > any easier way to do this, > > Regards, > madhured > > -- > 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.

