On Feb 1, 2007, at 9:12 PM, Charles Szasz wrote:
Has anybody use the relaunch command to prevent an application from being launch a second time while it is open?



Charles,

Just include a relaunch handler in the stack script that blocks the message from being passed. I do this all the time to prevent multiple instances of my app on Windows.

on relaunch
  ## block - not passing relaunch kills the new instance
end relaunch

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to