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

Home » Public Forums » archive » deleting a window created with envi_info_wid
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: deleting a window created with envi_info_wid [message #43697 is a reply to message #43498] Mon, 18 April 2005 12:04 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Francois L. writes:

> How a window created with envi_info_wid can be deleted ?
>
> str = 'hello world'
> envi_info_wid, str, title='information'
>
> Does it have a window number so I can use wdelete ?

Not knowing a thing about ENVI, I would try something
like this:

str = 'hello world'
envi_info_wid, str, title='information'
envi_window = !D.Window
WDelete, envi_window

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Fitting a function with multiple independent variables
Next Topic: Re: indexing 2-d vs. 3-d arrays...ARGH!

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

Current Time: Sun Oct 12 12:11:12 PDT 2025

Total time taken to generate the page: 1.36315 seconds