Hi All,
What is the best way to have a messages watcher in a standalone ?
Jean-Marc
messages watcher in a standalone
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
messages watcher in a standalone
https://alternatic.ch
Re: messages watcher in a standalone
Bonjour Jean-Marc,
insert a frontscript that catches ALL possible events and then passes them.
Like this:
Best
Klaus
insert a frontscript that catches ALL possible events and then passes them.
Like this:
Code: Select all
on mouseup
put "mouseup" && the millisecs & CR after fld "eventlog" of cd X
pass mouseup
end mouseup
on mousemove
...
etc..
...
Klaus
Re: messages watcher in a standalone
Guten Tag Klaus,
Danke noch einmal
Ok. I'll do that
No way to use the messages watcher stack from a standalone ?
Best
Jean-Marc
Danke noch einmal
Ok. I'll do that
No way to use the messages watcher stack from a standalone ?
Best
Jean-Marc
https://alternatic.ch
Re: messages watcher in a standalone
Bonjour Jean-Marc,
not only that little stack but all the scripts that LiveCode uses to "feed" it!
Best
Klaus
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 ?
not only that little stack but all the scripts that LiveCode uses to "feed" it!
Best
Klaus
Re: messages watcher in a standalone
Vielen Dank Klaus,
A doubt less
Best
Jean-Marc
A doubt less
Best
Jean-Marc
https://alternatic.ch