CwStartRender

Syntax:

call CwStartRender viewHandle

        viewHandle      (handle) The handle to a view.

Description:

This procedure causes rendering to resume on the specified view (referenced by viewHandle) if rendering had previously been disabled with a call to CwStopRender. See CwStopRender for more details.

Example:

/* 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


Functions by NAME

Index

Functions by PURPOSE