Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I launch an IDL application by double-clicking an icon?

0
Posted

How can I launch an IDL application by double-clicking an icon?

0

David Fanning has provided instructions for Creating a Run-Time IDL Application for Windows NT. The following AppleScript provided by Olof Hellman will provide similar capabilities for Macintosh: set inputFile to path to (choose file) tell application “IDL” do script ” ignoredResult = anyIDLProcedure(inputFile ) ” end tell The following portion of a UNIX shell script which would be referenced by the IDL_STARTUP environment variable could be used similarly: ; set a variable to be checked momentarily status = ” ; check if an environment variable is set for our application (optional) IF (GetEnv(‘IDLBIN’) EQ ”) THEN $ status = Dialog_Message(‘IDLBIN not set.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123