Archive for October 17th, 2006

RemoteObjectAMF0 update - makeObjectsBindable

As more people are using the RemoteObjectAMF0 the component receives some updates. The update is in regards to the "makeObjectsBindable" attribute that is present on Flex RPC service components.

I used the HTTPService's makeObjectsBindable documentation to implemented a part of what makeObjectsBindable might do.

If makeObjectsBindable is true then the Array will be wrapped in an ArrayCollection.

Now you can bind the result straight to dataProvider value like:

ACTIONSCRIPT:
  1. [Bindable]
  2. [ArrayElementType("com.renaun.samples.login.vo.BookVO")]
  3. private var books:ArrayCollection;
  4.  
  5. books = ArrayCollection( event.result );
  6. // instead of
  7. books = new ArrayCollection( ArrayUtil.toArray( event.result ) );

You'll find the source and example changes in the here.

1 comment October 17th, 2006



Disclaimer: I work as a Flash/Flex Developer for Adobe Systems Incorporated. The opinions expressed here represent my own and not those of my employer.

My Amazon.com Wish List

Calendar

October 2006
S M T W T F S
« Sep   Nov »
1234567
891011121314
15161718192021
22232425262728
293031  

Posts by Month

Posts by Category


Flex.org - The Directory for Flex