Re: window foreground [message #10050] |
Mon, 06 October 1997 00:00 |
rkj
Messages: 66 Registered: February 1996
|
Member |
|
|
Dr. Andr� Diedrich (andre.diedrich@dlr.de) wrote:
: I tried an application with WWInit that should appear in the foreground.
: WWSetValue with the keyword "show" or display" dosn't work first time
: after starting PV-Wave. After I swaped the windows with ALT-TAB back and
: forward, my application works fine. How can I bring the window into the
: foreground just ater initializing PV-Wave?
: I'm using PV-Wave 6.1 under Windows95.
: Here is a part of y code:
: top = WwInit('example', 'xyz', layout, 'DestroyCB', $
: background='SkyBlue',/Vertical);
: ...
: ...
: status = WwSetValue(top, /Show)
: status = WwSetValue(top, /Display)
: Wwloop
: Many thanks for any suggestions.
: Andre' Diedrich
Try the /Raise keyword. And, no, it is not in the docs ;-)
It is one of those secret keywords . . .
Kyle
|
|
|