Looking to Use Windows Dialog Box - Help

I have a graph that moves files, I’d like a Windows dialog window to present a summary of the operation, with a clickable link to the output directory folder.

I’ve search and haven’t been finding much, I keep getting redirected to Revit.API solutions. Does anyone have any knowledge of creating a Windows10 dialog box/window using Python?

You’re in sandbox, so Python 3 is an option if you are upgraded. As such this might be a good place to start: Open Files Dialog Box - Python Tkinter GUI Tutorial #15 - YouTube

That looks awesome, I’m just having trouble importing tkinter to the Python Node. it just says “ImpotError: No module named tkinter”

you can look into how datashapes makes their nodes for UI. I believe they are in python nodes you could open and explore. Personally I find Datashapes easier than making anything more than a task dialog via python

I didn’t realize that for Dynam Core the MuliInput++ form does not always utilize the Revit API, so thanks!

1 Like