| Brian Lesser 2005-04-19, 5:45 pm |
| 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
|