Subject: | About Zenity gauge dialog |
Date: | Fri, 1 Jul 2016 13:00:42 +0200 |
To: | bug-UI-Dialog [...] rt.cpan.org |
From: | Claudio Domiziani <c.domiziani [...] etitech.net> |
Dear Sir,
I was having issues with UI::Dialog::Backend::Zenity.
Creating a gauge it will not autoclose at 100% nor close after a gauge_stop().
I noticed that the zenity's cl switch --autoclose is not implemented in Zenity.pm.
I've solved inserting a:
$fmt = $self->append_format_check($args,$fmt,'autoclose','--auto-close');
just after the pulsate switch check in Zenity.pm (line 540)
I think should be a good idea to insert it in the module disribution.
Thank you, Sincerely
Claudio Domiziani