Chapter Contents |
Previous |
Next |
WRAISE |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGCTRL(task-id, 'WRAISE'); |
Details |
WRAISE attempts to force the Image window to the top of the display as long as the IMGOP or IMGCTRL commands are executing. This command might not be executed by some window managers. Note that when you start the image task with the IMGINIT function, you can specify the TOPWINDOW option to force the window to always be on top.
Example |
Raise the Image window to the top of the display:
pop: rc = imgctrl(task-id,'WRAISE'); return;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.