Re: Minimize windows ! [message #21598] |
Fri, 01 September 2000 01:09 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Mathias wrote:
>
> How can i minimize the IDL development environment from the execute program
> so that the user not see what happend ?
>
> Thxs
> Mathias
I believe this was not quite the best question for what you like to
want.
You may like to have an runtime application. Then you don't have the
developer
environment system.
Try,
.r program
resolve_all
save,file='proram.sav',/routines,/compress
Then double click the program.sav file.
That's all.
Reimar
|
|
|
Re: Minimize windows ! [message #21615 is a reply to message #21598] |
Thu, 31 August 2000 08:44  |
promashkin
Messages: 169 Registered: December 1999
|
Senior Member |
|
|
Gee, I never thought of that. I'd like to see the answer too. I have
never yet been ashamed of anything my code prints out but if I had this
ability then all those dozens of Heap_gc, /ver would be fully acceptable
for the "production code" - right, David? :-)
Cheers,
Pavel
Mathias wrote:
>
> How can i minimize the IDL development environment from the execute program
> so that the user not see what happend ?
>
> Thxs
> Mathias
|
|
|
Re: Minimize windows ! [message #21620 is a reply to message #21615] |
Thu, 31 August 2000 08:40  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Mathias (Mathias.Vieweg@dlr.de) writes:
> How can i minimize the IDL development environment from the execute program
> so that the user not see what happend ?
Maybe the user *wants* to see what has happened. Have
you given that any thought? :-)
If you don't want the user to see anything, I'd consider
running your program as a run-time program. Then the user
can't even *beg* to see what has happened. They are completely
at your mercy.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|