Home »
Public Forums »
archive »
Re: Close window command?
Re: Close window command? [message #49392] |
Mon, 24 July 2006 12:40 |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
adisn123@yahoo.com wrote:
> Hello,
>
> My program generates 4 different images in 4 different window in one
> operation.
>
> It is quite tedious to close every window after display to run the
> program again after I change some
>
> parameters in the program in order to see new 4 images.
>
> I'm wondering there is a way to kill/close the old windows when the
> program starts over.
>
> Thank you.
>
You can use the WDELETE procedure. You have to know the window index of
the window you want to close.
You could also reuse the old windows instead of deleting them (WSET
before displaying the images).
|
|
|
Current Time: Sat Oct 11 13:03:36 PDT 2025
Total time taken to generate the page: 0.72182 seconds