- Jeweler support for making the gem.
Implemented methods for:
-
'buildlist' (--buildlist)
-
'editbox' (--editbox)
-
'form' (--form)
-
'gauge' (--gauge). Thanks to Mike Morgan.
-
'mixedform' (--mixedform)
-
'passwordform' (--mixedform)
-
'pause' (--pasue)
-
'prgbox' (--prgbox)
-
'progressbox' (--progressbox)
-
'progambox' (--programbox)
-
'treeview' (--treeview)
-
Added accessors: "logger", "clear", "ok_label ", "insecure", "ascii_lines"
-
Added methods to check dialog's exit code dialog_ok, dialog_cancel, dialog_help, dialog_extra, dialog_item_help, dialog_esc
Implemented examples for:
- buildlist
- calendar
- checklist
- editbox
- form
- fselect
- gauge
- infobox
- inputbox
- menu
- msgbox
- passwordbox
- pause
- prgbox
- progressbox
- programbox
- radiolist
- timebox
- treeview
- yesno
Note: The examples use Struct class, making the examples clean and easy to understand.
- raise exception if 'dialog' program is not found.
- title in the option string was not quoted
- timebox syntax is different now. etc..
-- [email protected] , Apr-05-2014, first cut
- original base code