Re: [flexcoders] How to get a value

2010-02-21 Thread Wally Kolcz
Here is a small sample of my code. The Page Class is created in a module called Journal. The function to update the text of the TextArea is in the Journal so I dont think 'this' will work. ... public function updateText(e:FocusEvent):void { var uj:JournalEvent = new

[flexcoders] How to get a value

2010-02-20 Thread Wally Kolcz
I have an instance of a Class (Page) which has a textarea on it which is editable. I added an eventlistener to the TextArea for FocusEvent.FOCUS_OUT. When the FocusEvent (e) gets to the hander, I can use e.currentTarget to get the value of the TextArea, but I need a value in a variable in the

Re: [flexcoders] How to get a value

2010-02-20 Thread Alex Harui
If you have: Public class Page { private var myTextArea:TextArea; private var journalID:String; override protected function createChildren():void { myTextArea = new TextArea(); myTextArea.addEventListener(FocusEvent.FOCUS_OUT, myFocusOutHandler); }

[flexcoders] How to get updated value from dataGrid

2009-11-25 Thread markflex2007
Hi, I set one column in dataGrid as editable='true',so we can update values with dataGrid.I try to use acPeopleUpdate to get updated value from dataGrid, but acPeopleUpdate get values that is before updated. Please help me know how to get updated values from dataGrid. Thanks code: ?xml

Re: [flexcoders] How to get updated value from dataGrid

2009-11-25 Thread Romeo Obane
I usually add a listener to my ArrayCollection. e.g. collection.addEventListener(CollectionEvent.COLLECTION_CHANGE, handler); http://livedocs.adobe.com/flex/3/html/help.html?content=about_dataproviders_5.html On Thu, Nov 26, 2009 at 1:04 PM, markflex2007 markflex2...@yahoo.comwrote: Hi, I

[flexcoders] how to get components value

2007-02-02 Thread sekar r
Hi all, i am create one panel with in the panel i added the tap navigator panel. i desgined some text box and text area and other components. thia all components. in this my question is. i have to design this all with form inside the tapnavigator? or can design directly