> 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: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
