call CwStopRender viewHandle viewHandle (handle) The handle to a view.
/* Draw something complex, switching rendering off for the duration of the process. */ vh = CwGetCurrentView() call CwStopRender vh call drawLotsOfStuff /* Some REXX procedure. */ call CwStartRender vh
Please note that if the script is halted for any reason before the render engine for the view is started again, refreshes will never happen. Hence CwStopRender is a function which can easily shoot you in the foot, particularly when used during script development when errors and operator interrupts are relatively common.
Functions by NAME |
Index |
Functions by PURPOSE |