Skip to content

[FEATURE] Add ability to show Win32 Message Boxes conveniently #13

@osinjoku

Description

@osinjoku

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions