[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minimize windows !
- Subject: Re: Minimize windows !
- From: "r.bauer" <r.bauer(at)fz-juelich.de>
- Date: Fri, 01 Sep 2000 10:09:10 +0200
- Newsgroups: comp.lang.idl-pvwave
- Organization: Forschungszentrum Juelich GmbH
- References: <8olpea$6h2$1@news.go.dlr.de>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21242
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