A text representation of recent actions?

Ken Ray kray at sonsothunder.com
Wed Jan 7 11:30:49 EST 2004


> For example, say a user has
> 
> choose pencil tool
> 
> set and draws in the image.
> 
> Is there a way of capturing, in text form, what the user did 
> so that information can be sent to a server?

The only way is to trap the messages that are caused by the user and
forwarding them to your server. Like for example you can trap
"closeField" to forward the message "Changed data in field <fieldName>"
to your server. Other things you'll have to do based on commands you
implement. So for example, if someone clicks on a pencil tool in your
tool palette, you can trap the mouseUp message and forward "Selected
pencil tool" to your server.

There's nothing automatically built into Rev, however.

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 




More information about the use-livecode mailing list