Re: Starting the virtual machine [message #41113] |
Fri, 01 October 2004 06:26  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Jan R. Andersen writes:
> When I start the IDL virtual machine (on LINUX) with the command
> idl -vm=filename.sav,
> there is a pop-up window telling me to "Click to continue", before the
> program is executed.
>
> Does anyone know how to avoid this window from popping up, so that
> program execution starts immediately?
Oh, sorry. This is the tax you pay for an
IDL executable. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|
Re: Starting the virtual machine [message #41295 is a reply to message #41113] |
Sat, 02 October 2004 04:46  |
jan.roger.andersen
Messages: 4 Registered: October 2004
|
Junior Member |
|
|
David Fanning <david@dfanning.com> wrote in message news:<MPG.1bc708d6c69ccd3d98968d@news.frii.com>...
> Jan R. Andersen writes:
>
>> When I start the IDL virtual machine (on LINUX) with the command
>> idl -vm=filename.sav,
>> there is a pop-up window telling me to "Click to continue", before the
>> program is executed.
>>
>> Does anyone know how to avoid this window from popping up, so that
>> program execution starts immediately?
>
> Oh, sorry. This is the tax you pay for an
> IDL executable. :-)
>
> Cheers,
>
> David
I have written a small IDL application that I want to run from a PHP
script through a web-browser. The IDL program reads a datafile,
generates a plot, and the browser displays this plot as an image. I
believed that I could make a call to IDL virtual machine and execute
the program from PHP. However, this cant be done as long as this
splash screen appears and asks for user interaction. My question is
then:
Is it impossible to have an IDL-script that is executed via a
web-browser?
Regards
Jan R. Andersen
|
|
|