User Input / Interface

Custom Values and Settings Window
Shows how to create a custom dialog window that prompts the user to enter values and settings.  Supports inputs: integer, real (float), checkbox and te...
Fri, 6 Jul, 2018 at 11:44 AM
Drop Down Lists
Demonstrates how to create a drop-down list in a dialog window.  Also shows how to obtain the selection when it is changed and when the user confirms t...
Fri, 6 Jul, 2018 at 12:09 PM
Getting User Input
Shows how to request information from the user and then use that data to construct a part. # Demonstrates requesting values from the user then creating ...
Fri, 6 Jul, 2018 at 12:18 PM
Useful Dialogs
Demonstrates how to show information, error and question dialogs. Win = Windows() Win.InfoDialog('I am about to create a part', 'My S...
Fri, 6 Jul, 2018 at 12:53 PM