CGridView:AttachFromList
The AttachFromList method creates a new CGridView object attached to a grid window on the Mira desktop. The script can then collect data from the grid and change its contents. This function requires the user to select the target window from a list of all grid windows on the desktop. This function does not use an existing CTextView object. Also see the equivalent non-class function attachlist_gridview. Since a new CGridView object is created by this method, you must call it using the CGridView class name rather than an existing object (see the example below).
The related attach_gridview function attaches the top-most grid window.
CGridView_obj = CGridView:AttachFromList() |
On success, a new CGridView class object is returned.
On failure, nil is returned. This usually means no grid window is shown on the Mira desktop.
This function collects all grid windows on the Mira desktop into a list, then displays them in a window where the target grid window is selected. The selected grid window is returned as a new CGridView object.
Assume that several grid windows are displayed on the Mira desktop along with other windows. The following script attaches one of these grid windows to the script:
|
-- select the target grid window |
|
-- if not successful, exit the script |
|
-- print the title of the attached window |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.