Closed gitdemont closed 2 years ago
Thanks for this suggestion. It makes sense to introduce this feature also for this handle. This is now implemented in the develop version. Analogously to handler_shiny()
, and for backward compatible reasons, I decided to make the default inputs = list(title = NULL, label = "message")
for now.
In the future, it probably makes sense to revisit these defaults. Maybe
inputs = list(title = "sticky_message", label = "message")
, orinputs = list(title = "sticky_message", label = "non_sticky_message")
is a better default, and analogously for handler_shiny()
.
Great, just installed it works perfectly ! Thanks for the implementation.
Hi @HenrikBengtsson ,
In winProgressBar (alike in shiny::Progress) 2 components can be tweaked, namely
title
andlabel
. It would be great for users to update one or the other like what we can do with progressr::handler_shinyas a proposal:
This should also allow to fix an issue with using
label
in progressr::handler_winprogressbar