comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: IDL app launched from an icon
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL app launched from an icon [message #12993] Mon, 28 September 1998 00:00 Go to previous message
hellman is currently offline  hellman
Messages: 4
Registered: September 1998
Junior Member
In article <hellman-2509981817040001@images.ms.nwu.edu>,
hellman@ksan.ms.nwu.edu (Olof Hellman) wrote:

> If you want the user to supply arguments (like an input file) try this:
>
> set inputFile to choose file
> tell application "IDL"
> do script " ignoredResult = anyIDLProcedure( path to inputFile ) "
> end tell
>

Silly me. What you want is:

set inputFile to path to (choose file)
tell application "IDL"
do script " ignoredResult = anyIDLProcedure(inputFile ) "
end tell
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Tab between fields
Next Topic: Re: Contributed Source: CW_selectaxes (Corrected and working!)

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 06:20:31 PDT 2025

Total time taken to generate the page: 0.00165 seconds