findpanel Command
From Wiki077
findpanel [-q] [-S] [-x] path [mx] [my]
Finds the child panel on a component panel. mx and my are the position of the child of the given path. By default the coordinates are assumed to be between 0 and 1. U and V for the child panel will be set after the click.
Options
-x |
Give the child's coordinates in pixels instead of normalized coordinates. |
-S |
Coordinates are given in screen space (both pixels and normalized). |
-q |
Quiet mode, supress error and warning output messsages. |
Examples
Return the child's fullpath at relative position (0.2,0.5)
findpanel /container 0.2 0.5
