messages watcher in a standalone
Posted: Wed Dec 07, 2011 11:05 am
Hi All,
What is the best way to have a messages watcher in a standalone ?
Jean-Marc
What is the best way to have a messages watcher in a standalone ?
Jean-Marc
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseup
put "mouseup" && the millisecs & CR after fld "eventlog" of cd X
pass mouseup
end mouseup
on mousemove
...
etc..
...
If you cannot select this in the "standalone inclusions" then it will be very difficult to extractjmburnod wrote:No way to use the messages watcher stack from a standalone ?