Skip to content

Instantly share code, notes, and snippets.

@stephensmitchell
Created October 14, 2025 10:35
Show Gist options
  • Save stephensmitchell/fd9437e4e73954298bd1e0799dd4dbf9 to your computer and use it in GitHub Desktop.
Save stephensmitchell/fd9437e4e73954298bd1e0799dd4dbf9 to your computer and use it in GitHub Desktop.
Useful Dialogs
#https://help.alibre.com/articles/#!alibre-help-v28/useful-dialogs
Win = Windows()
Win.InfoDialog('I am about to create a part', 'My Script')
Win.ErrorDialog("Oops. That didn't go as planned", 'My Script')
# returns True for 'yes' and False for 'no'
print Win.QuestionDialog('Shall I stop?', 'My Script')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment