nrSetWindowVisibility
nrSetWindowVisibility(o_window t_showOrHide) =>t / nil
Description
Function logged when a window is displayed, removed from the screen, or iconified. When a window is displayed, the second argument of this function is the string show, when a window is removed, the second argument is hide, and when a window is iconified, the second argument is min. This function is intended only for replay use and should not be called explicitly.
Arguments
|
When a window is displayed, this argument is the string |
Values Returned
|
A window was displayed, closed, or iconified, or this function was called from SKILL. |
|
Examples
nrSetWindowVisibility( basicRenameForm “show” )
Related Topics
Return to top