Re: [flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2009-01-02 Thread Alan Shaw
Thanks, I should be more clear. The dataProvider would be like a Tree's, so for example an array where some of the elements are leaves (- buttons in the bar) and some are arrays (- dropdown lists in the bar) (no deeper arrays, and no folder names). I want the user to be able to choose a single

Re: [flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2009-01-02 Thread Manish Jethani
On Fri, Jan 2, 2009 at 11:06 PM, Alan Shaw noden...@gmail.com wrote: The dataProvider would be like a Tree's, so for example an array where some of the elements are leaves (- buttons in the bar) and some are arrays (- dropdown lists in the bar) (no deeper arrays, and no folder names). I want

Re: [flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2009-01-02 Thread Alan Shaw
Thanks! -A On Fri, Jan 2, 2009 at 1:56 PM, Manish Jethani manish.jeth...@gmail.comwrote: On Fri, Jan 2, 2009 at 11:06 PM, Alan Shaw noden...@gmail.comnodename%40gmail.com wrote: The dataProvider would be like a Tree's, so for example an array where some of the elements are leaves

[flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2008-12-29 Thread Alan Shaw
Requesting advice on how to get started making this custom component. Thanks... -A

Re: [flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2008-12-29 Thread Manish Jethani
On Tue, Dec 30, 2008 at 5:46 AM, Alan Shaw noden...@gmail.com wrote: Requesting advice on how to get started making this custom component. A combo box is not exactly a button, so my first question is, how is this ToggleButtonBar with ComboBox going to behave exactly? Manish