[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minimize windows !





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