-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Milestone
Description
When updating a progress or pulse bar it would be very convenient if it was possible to still use blocking PHP.
Specifically, it is quite easy to imagine a developer wanting to display zenity progress on a large set of SQL queries, updating the progress bar as he goes through every step. Currently this is only possible by manually ticking the loop. It would be nice if there could be some kind of support for this.