HvdWolf (Surfer63)
HvdWolf (Surfer63)
tab doesn't work either. It does not acivate anything The tkinter version is 8.6.11 ``` >>> import tkinter >>> tcl = tkinter.Tcl() >>> print(tcl.call("info", "patchlevel")) 8.6.11 ``` I also disabled...
When I wrote "do something that has the same efffect as opening & closing another window", I did not mean I want to open/close a window, but to simulate something...
It is a complete new window, but I don't set the modal boolean, so it should be modal=False by default. From the main PyImageFuser.py I call the settings_window in the...
I thought you meant the preferences window. That is the window that I call and then close and then the fields function again. This occurs after the background jobs with...
Thanks so far for your support. I will keep the ticket open for a few days to see if I find something else.
Very nice. When running the csv-demo on the images-demo folder, I get quite some errors like `[!] Row "126": File not found in this path: "AR-MA-Bruzzone-Bianchic-Zaffaroni-Nailture-3-1284-00.jpg"`. The image is indeed...
Are you planning a UI "in front" of it?
Your budget? Did you write it or some python programmer? PySimpleGUI is an easy to make UI but misses some high-end features, which is not necessary currently for your app....
With PySimpleGUI you could create something like this. I created this in 10 minutes, but I did not create the actions yet and I did not add the output window...
This is now the most simple version possible. No error checking yet (only if csv or jpg folder is missing). No file mask yet (only .csv). Optional arguments to defaults....