or even something along these lines:
<mx:RemoteObject id="foo" ... >
<mx:method name="someFunction" ... />
</mx:RemoteObject>
<mx:TextInput text={foo.someFunction.lastResult.fieldName}
On Fri, Mar 20, 2009 at 7:15 AM, Fotis Chatzinikos
<[email protected]> wrote:
> bind the textarea's text to a bindable string:
>
> [Bindable]
> private var myText:String ;
>
> <mx:textarea text="{myText}".../>
>
> and then on your remote response:
>
> myText = remoteResultText
>
> On Fri, Mar 20, 2009 at 9:25 AM, johndoematrix <[email protected]>
> wrote:
>>
>> how can i bind a text area(or text input) to a field that i return from a
>> query with a remoteObject?
>>
>
>
>
> --
> Fotis Chatzinikos, Ph.D.
> Founder,
> Phinnovation
> [email protected],
>
>
>