[flexcoders] Creating a popup Menu input

2008-09-10 Thread Aaron Miller
Hello, I want to have a quick little popup text input so I am using a Menu component set to editable and using an item renderer. I've almost got it working, except I get a null property error when hit enter (coming from List.itemEditorItemEditBeginHandler). Here is my menu creation code:

RE: [flexcoders] Creating a popup Menu input

2008-09-10 Thread Alex Harui
] Creating a popup Menu input Hello, I want to have a quick little popup text input so I am using a Menu component set to editable and using an item renderer. I've almost got it working, except I get a null property error when hit enter (coming from List.itemEditorItemEditBeginHandler). Here is my

Re: [flexcoders] Creating a popup Menu input

2008-09-10 Thread Aaron Miller
:[EMAIL PROTECTED] *On Behalf Of *Aaron Miller *Sent:* Wednesday, September 10, 2008 3:18 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Creating a popup Menu input Hello, I want to have a quick little popup text input so I am using a Menu component set to editable and using

RE: [flexcoders] Creating a popup Menu input

2008-09-10 Thread Tracy Spratt
Why not pop-up a TextInput? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Miller Sent: Wednesday, September 10, 2008 7:30 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Creating a popup Menu input Good

Re: [flexcoders] Creating a popup Menu input

2008-09-10 Thread Aaron Miller
:* Wednesday, September 10, 2008 7:30 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Creating a popup Menu input Good to know. I'll use PopUpButton instead. Thanks Alex! ~Aaron On Wed, Sep 10, 2008 at 4:14 PM, Alex Harui [EMAIL PROTECTED] wrote: How about PopUpButton