in reply to Program design with GUI interface
and all these utilities are able to either accept arguments from the command line, or, when I specify --g then Tk GUI is displayed, allowing me to comfortably fill in the values.use Utl; # this is my module, where some 'magic' is hidden
If, for example, I specified --arg=value --g then in GUI that parameter will be initialized with that value, and user either agrees with it, or edit it.
Boolean values (checkboxes), file location values, list selection values and so on are supported.
I wonder should I CPANize it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Program design with GUI interface
by ww (Archbishop) on May 10, 2006 at 13:45 UTC | |
by vkon (Curate) on May 10, 2006 at 21:02 UTC | |
|
Re^2: Program design with GUI interface
by ww (Archbishop) on May 11, 2006 at 13:29 UTC |