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

2006-05-03 Thread bhaq1972
s.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 dropdownFactory works fine. >   heres a simple example for anyone w

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
o:[EMAIL PROTECTED] On > Behalf Of Manish Jethani > Sent: Tuesday, May 02, 2006 3:40 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Re: How does one build a ComboBox with a Data > Grid as the drop down? > > On 5/2/06, raghuramab <[EMAIL PROTECTED]>

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

2006-05-02 Thread Matt Chotin
s.com Subject: Re: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down? 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 compil

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 tha

[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) override public function get dropdown()

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

2006-05-01 Thread Anatole Tartakovsky
th editing/formatting. Thank you, Anatole       - Original Message - From: raghuramab To: flexcoders@yahoogroups.com Sent: Monday, May 01, 2006 2:36 PM Subject: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down? I already tried that. Includ

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

2006-05-01 Thread raghuramab
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. --Raghu --- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL