04-19-05 10:45 PM
OK, thanks. I knew it cleared it, but wasn't sure if it actually set the
"delete" value from server-side.
Thanks.
Brian Lesser <blesser-6s6ziW1YCwCw5LPnMra/2Q@public.gmane.org>
Sent by: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
04/19/2005 04:47 PM
Please respond to
FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gm
ane.org>
To
FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gm
ane.org>
cc
Subject
Re: [FlashComm] Setting the Code Property to "Delete" from Server-Side?
Hi Brandon,
Yes, after you delete a property of a shared object on the server the
client version of the shared object's onSync method will be called. It
is passed an array of information objects. One of those information
objects will have acode value of "delete" and the name property will be
the property name.
Yours truly,
-Brian
Brandon_Krakowsky-A5pIpylr7pFSljaRc5+PrA@public.gmane.org wrote:
>If the following is called server-side:
>
>this.so.setProperty(property, null);
>
>Will the "code" property show a value of "delete" client-side? I can't
>get it to work within the onSync.
>
>How can this be done in order to create a script which is based on the
>"delete" value of the "code" property.
>
>Thanks,
>Brandon Lee
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
[ Post a follow-up to this message ]
|