Home »
Public Forums »
archive »
how to tell if run-time IDL app is already running?
how to tell if run-time IDL app is already running? [message #68550] |
Tue, 03 November 2009 07:58 |
j.coenia@gmail.com
Messages: 36 Registered: December 2008
|
Member |
|
|
How do I tell if another instance of my IDL application is already
running? I'm talking about a run-time application that I build into
a .sav file, which starts more or less like an executable when I
double-click its icon. If I then double-click the same icon again, I
do *not* want to run another instance: I want to check to see if the
application is already running, and just bring it to the front or
something. The XRegistered trick that works fine from within a single
IDL session does not work in this scenario, I believe since two
independent instances of IDL are running the two applications. (This
is on a Windows XP machine.)
|
|
|
Current Time: Fri Oct 10 01:04:35 PDT 2025
Total time taken to generate the page: 0.72131 seconds