SharedObjects don't emit changeEvents.
You'll have to wrap your SharedObject with an Object that is bound to
DataProvider.

Please post some sample code & perhaps folks can take a look at it and see
if anything else is missing.

HTH,
-e

-----Original Message-----
From: Andrew Spaulding [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 26, 2004 9:18 PM
To: [email protected]
Subject: [flexcoders] client side with remote shared object

Hi all,

Im currently using Flex with Flash Communication Server and flash 
remoting.

On the serverside actionscript I have created a gateway connection to 
a Java class in my back end. I call a getIssueList() function that 
returns an arrayList of issue object. The result handler places this 
arraylist into a slot in the remote shared object. I can see it 
exists via the comm app inspector.

The client side connects to the shared object and I can get the list 
out of the slot. From here I can run .length on the list and I can 
see that the correct amount of objects exist.

My problem is when I try to set my dataProvider of my dataGrid to the 
returned list nothing happens. I cant even access individual 
attributes of the objects in the list. It is almost as if the client 
doesnt know what type of objects they are.

Any ideas on how I can use the objects from within the array list??

thanks in advance 





Yahoo! Groups Links






Reply via email to