in reply to Tk causes problems with file paths containing non-Latin-1 chars
If then my script is fed by --g, it shows GUI for entering any of arguments, with handy explanations on the left, and this is really convenient, because I have supported several types of arguments: boolean becomes checkbox on GUI, choise is either dropdown box or just list to select a vaule, also I have a file/directory selection (either input or output) and just string for any other parameter
Also, it supports drag-n-drop of files and directories too, so you could drop a file from file manager into the input box.
I can show more details, if there are any interest.
Tk module uses is Tcl::Tk, which is really better than perl/Tk, due to many reasons - I switched long ago from per/Tk and never looked back.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tk causes problems with file paths containing non-Latin-1 chars
by ron7 (Beadle) on May 03, 2011 at 23:00 UTC | |
by vkon (Curate) on May 04, 2011 at 06:19 UTC |