Skip to main content
Version: v6.5

UI Library

UI Library window

UI Library

  • It is used to uniformly manage the selected UI targets (elements/windows). Each UI target can be user-defined named. At present, each process has an independent UI Library, that is, the included sub process is also an independent UI Library. The target name is used separately in the main sub process.

  • The UI target with name can make it easier for users to understand the text in visual mode, and improve the readability in source code mode (change the original hard coding style).

  • The target command can directly select the target from the UI Library. When multiple target names are referenced by multiple commands, they need to be modified and adjusted only once.

  • Click "Find Element" and "Find Window" in the toolbar, the picked target will be stored in the UI Library, and click" UI Analyzer ", You can also store the captured target in the UI Library.

  • The target attribute in the attribute panel supports both re selection from the UI Library and direct editing of the target in the UI Library.

  • When the target in the UI Library is edited/deleted separately, the name of the UI in the visualization area will be displayed in orange. Currently, reference lookup prompt or replacement is not supported.

UI elements - Find Reference

In UI Library, you can right-click UI elements and select Find Reference to find all references of the UI elements.

img

img

UI elements - Delete

When deleting a UI elements in the UI Library, a reference search will be performed first. When there are>=1 references, a reference list will be given, prompting the user to confirm whether to delete

img