Jump to content

Creating a dialog box to Fill in keywords in to the editor


---
 Share

Recommended Posts

  • [ma...] changed the title to Creating a dialog box to Fill in keywords in to the editor

If you want to create own dialog to fill report header, then go to app editor.

Make a new script.
Right click in code and press "Import -> Dialog"
In dialog editor you have to learn UI first. You can not remove component, but you can rewrite it or remove whole row/column.
I would prefer using dialog in own file instead of in-code - better readability.

Here is a dialog help
https://zeiss.github.io/zeiss-inspect-app-api/2026/howtos/user_defined_dialogs/user_defined_dialogs.html

Here is a help for handling keywords ( remember, you have to include both - value and description )
https://zeiss.github.io/zeiss-inspect-app-api/2026/howtos/project_keywords/project_keywords.html

Here are some examples to be downloaded
https://zeiss.github.io/zeiss-inspect-app-api/2026/python_examples/examples_overview.html#example-projects

Link to comment
Share on other sites

 Share

×
×
  • Create New...