[ma...] Posted Tuesday at 05:35 PM Share Posted Tuesday at 05:35 PM (edited) Can someone please help me create a dialog box to enter the keywords before running the rest of the scripting Edited Tuesday at 05:40 PM Link to comment Share on other sites More sharing options...
[Ma...] Posted yesterday at 05:41 AM Share Posted yesterday at 05:41 AM 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in