nlneilson Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
Contributor
Thanks Honza
I tried it with the changes and it works OK and clicking Cancel or the red X exits the file chooser the way it should.
Looking at my code it is a bit of a mess, I had renamed another app and made changes from there. Probably 90% of the variables are not used in this app.
There are a few things noticed so far:
The file chooser window is partially off of the upper left of the screen, hard to move it.
The .cfg file is saved in the directory of the files opened, it should be in the same directory as the .exe.
All minor and can be easily changed.
The EditFields for the files opened are editable for the only purpose to copy, no data will be input there manually but the ability to input the file name will be handy in another app.
The only data that will be manually input is the base file location, extra error handling which was done in another app can be added.
I have not tried this in Linux yet with wine, if there is a glitch there using FileSelector then FileSel will work fine.
I noticed several other changes that will be improvements.
It will take me some time to understand all the changes.
The problem I had exiting the file chooser is solved.