-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When playing macros with VBScript in Synergy we had the ability to show Win32 Message Boxes natively, with the Python migration this functionaly is missing
Describe the solution you'd like
A MessageBox convenience class to show info, warning, errors and get user inputs from a Python script using the moldflow package.
Describe alternatives you've considered
Users can implement this themselves using Python's ctypes
directly but this is error prone.
API Design (if applicable)
# Example of how you'd like to use this feature
from moldflow import MessageBox
message_box = MessageBox("Enter your material ID: ", MessageBoxType.Input)
message_box.show()
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request