File tree Expand file tree Collapse file tree
docs/content/uijson_format Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ The **ui.json** format provides a schema to create a simple User Interface (UI)
66The format uses `JSON objects <https://json-schema.org/specification.html >`_ to represent
77input parameters used in the UI, and pass those parameters to an accompanying python script.
88
9-
109.. figure :: ./images/drag_drop.gif
1110 :align: center
1211 :width: 800
Original file line number Diff line number Diff line change @@ -59,21 +59,26 @@ geoh5py as shown below:
5959Rendering
6060^^^^^^^^^
6161
62- The user-interface is rendered in ANALYST Pro by one of two methods.
63- Users can either drag-and-drop the ui.json file to the viewport:
62+ The user interface defined by the ``ui.json `` file can be opened in ANALYST Pro in two ways:
6463
65- .. figure :: ./images/drag_drop.gif
66- :align: center
67- :width: 800
64+ a. **Drag and Drop: **
65+ Simply drag the ``ui.json `` file into the viewport. The corresponding dialog will open immediately.
6866
67+ .. figure :: ./images/drag_drop.gif
68+ :align: center
69+ :width: 800
6970
70- Alternatively, users can add the application to the choice list of ANALYST- Python scripts:
71+ b. ** Add to Python Script Menu: **
7172
72- .. figure :: ./images/dropdown.gif
73- :align: center
74- :width: 800
73+ 1. From the ANALYST menubar, open the *Python * menu and select *Script Directory * to launch the file explorer.
7574
76- Note that ANALYST needs to be restarted for the changes to take effect.
75+ 2. Copy the ``ui.json `` file into the displayed folder.
76+
77+ 3. Close the workspace or restart ANALYST Pro. The new application will appear under the Python script menu.
78+
79+ .. figure :: ./images/dropdown.gif
80+ :align: center
81+ :width: 800
7782
7883
7984Execution
You can’t perform that action at this time.
0 commit comments