FHPythonUtils / Cli2Gui

Use this module to convert a cli program to a gui
MIT License
90 stars 7 forks source link

Need help to setup a predefined path for file browser widget when chosen #12

Closed Ms-Ajith closed 2 years ago

Ms-Ajith commented 2 years ago

Hello Guys. I am new to Cli2gui and argparser and I am trying to create a GUI for my work. So for fileType (type), how can I set up a predefined dir to open as default rather than select every time?

FredHappyface commented 2 years ago

Hi thanks for opening the issue. Currently this is not supported. The file open dialogue is provided by pysimplegui so may be worth checking that out

Ms-Ajith commented 2 years ago

Thank you :)