Is it possible to close a Rev standalone (exe) by sending it a parameter from another standalone?
cheers
Marc
close a standalone with a parameter
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
HI,
If you are on Mac OS X, "kill" is just plain wrong, even though it works. This would literally kill the programme, not allowing the application to clean up or to show a dialog "Do you really want to quit.". Instead, use AppleScript:
tell application "You Standalone" to quit
Best,
Mark
If you are on Mac OS X, "kill" is just plain wrong, even though it works. This would literally kill the programme, not allowing the application to clean up or to show a dialog "Do you really want to quit.". Instead, use AppleScript:
tell application "You Standalone" to quit
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode