RE: [flexcoders] Question about shared objects

2005-08-22 Thread Matt Horn
A TextInput field cannot take a dataprovider array as input values.Perhaps you can explain why you are trying to do what you are trying to do with a TextInput instead of a ComboBox? matt h. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: [flexcoders] Question about shared objects

2005-08-22 Thread Matt Horn
: Monday, August 22, 2005 11:25 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Question about shared objects Store a text and have it hold it for the next time I run the application -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] Question about shared objects

2005-08-22 Thread nostra72
What I meant was instead of using a combo box I was wondering how someone stores the text on a textinput box using shared objects -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Question about shared objects

2005-08-22 Thread Matt Horn
excoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Monday, August 22, 2005 11:25 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Question about shared objects Store a text and have it hold it for the next time I run the application

Re: [flexcoders] Question about shared objects

2005-08-22 Thread nostra72
Thanks one question though does the storeName function have to be private? I am asking because lets say I put the storeName function on a seperate .as file -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Question about shared objects

2005-08-22 Thread Matt Horn
nope, it can be public. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Monday, August 22, 2005 2:02 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Question about shared objects Thanks one question though does