| Re: number of available windows [message #298 is a reply to message #215] |
Fri, 21 February 1992 10:08  |
mfaust
Messages: 6 Registered: February 1991
|
Junior Member |
|
|
In article <1555@pvi.UUCP>, jeb@pvi.UUCP (John E. Bee x464) writes:
>
> In 3.1 of Wave, a new keyword, WINDOW_STATE, is now available. WINDOW_STATE
> will return an array for all available WAVE windows, with a value indicating
> if a window is opened or closed. A value of 1 shows the window is open, and 0,
> the window is closed. As an example for using this keyword, enter:
>
> WAVE> window, 3 ; Open window 3
> WAVE> device, window_state = winarray
> WAVE> print, winarray
> 0 0 0 1 0 0 0 0 0 0 0
> 0 0 0 0 0 0 0 0 0 0 0
> 0 0 0 0 0 0 0 0 0 0
>
It's interesting to note that this feature is not in my
documentation that came with WAVE 3.1. When I inquired
to my tech support a few months ago I was told that
this "fix" is being worked on and not in 3.1.
What gives? Now I'm wondering what other "undocumented"
features are in 3.1?
Mitchell O. Faust
mfaust@falcon.aamrl.wpafb.af.mil
"one of those evil defense contractors you've been warned about" :-)
"These opinions and views expressed here are strictly my very own
and do not reflect the official position of either the U.S. Air
Force, its contractors, staff, management or sponsors."
|
|
|
|