getWindowId
Returns the local window manager identifier of the window corresponding to the AUI window id passed as parameter.
Syntax
ui.Interface.frontCall("standard", "getWindowId",
[aui-win-id], [loc-win-id])
- aui-win-id - The id of the window node in the AUI tree.
- loc-win-id - The id of the window in the window manager where the front-end is running.
Usage
Returns the local identifier that corresponds to the AUI window id passed as parameter, in the window manager where the front-end is displaying the application forms.
The node id must reference a Window
node, otherwise "0" is returned. In
traditional mode, window widgets are simple frames. Use "0" as aui-win-id
parameter
to get the top level window id in the local window system.