18 Jan 2012 22:14
an idea about dialogs
Marco Giusti <marco.giusti <at> gmail.com>
2012-01-18 21:14:12 GMT
2012-01-18 21:14:12 GMT
attached an idea that comes to me about dialogs, but sadly it does not work, may you can help me to investigate why. what is nice about this idea is that a dialog freeze the normal program execution the following logic could be implemented: dialog = YesNoDialog() ret = dialog.run() if ret = 'yes': ... elif ret == 'no': ...
_______________________________________________ Urwid mailing list Urwid <at> lists.excess.org http://lists.excess.org/mailman/listinfo/urwid

RSS Feed