Search code examples
pythonuser-interfacewxpythonpythoncardpycard

PythonCard - Can I launch a CustomDialog Stand Alone?


I have a CustomDialog I made to let the user configure settings. Normally I want this to be launched from a menu item within the main application which works fine.

But during the install, I want to launch just the dialog to let the user configure the settings. Is there a way I can have both?


Solution

  • With a little supporting code you can -- see e.g. wizard.py which launches an almost-stand-alone custom dialog subclass "wizard".