[flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread bhaq1972
i got my hands on flex2 beta3 and dropdownFactory works fine. heres a simple example for anyone whos interested mx:ComboBox id=cb labelField=fname dropdownWidth={cb.width*2} mx:dataProvider mx:Object fname=one lname=1/ mx:Object fname=two lname=2/ mx:Object fname=three lname=3/

Re: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread Sreejith Unnikrishnan
Beta 3? Out? - Original Message - From: bhaq1972 To: flexcoders@yahoogroups.com Sent: Wednesday, May 03, 2006 1:15 PM Subject: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down? i got my hands on flex2 beta3 and

[flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread bhaq1972
sorry i just realized its not yet out. we signed up to the early release. --- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Beta 3? Out? - Original Message - From: bhaq1972 To: flexcoders@yahoogroups.com Sent: Wednesday, May 03, 2006 1:15 PM

[flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-02 Thread bhaq1972
I also have a need to have a datagrid as a dropdown. matt's suggestion (previously to me) was to to subclass ComboBox and override the dropdown getter. However, i have never been able to get the dropdown getter to be called (my trace() never shows) mx:ComboBox mx:Script override public

Re: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-02 Thread Manish Jethani
On 5/2/06, raghuramab [EMAIL PROTECTED] wrote: I already tried that. Including trying to assign the property in AS code instead of MXML. In either case, I get a flex compiler error saying Unrecognized combobox property - dropdownFactory. I am using Flex 2.0. Beta 2. Sorry about that: it's