[flexcoders] Question about shared objects

2005-08-22 Thread nostra72
Ok I took the following code ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*"mx:Script![CDATA[private function addItemToCombo( event ){if ( event.target.text.length 0 !itemExsistsInComboDataProvider( event.target, event.target.text )

RE: [flexcoders] Question about shared objects

2005-08-22 Thread Matt Horn
PROTECTED]Sent: Monday, August 22, 2005 11:03 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Question about shared objects Ok I took the following code ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"

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