You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to update the WBar's tooltip dynamically like the WDynamicLabel gets its text each time it renders?
Currently I'm using withTooltip() method and the tooltip only updates when the GUI is created.
The text was updated successfully, but these errors were encountered:
You can use withTooltip whenever your data is updated, or in your screen's tick method (note: that method is client-only, which is really what you'd want in this case).
Is there a way to update the WBar's tooltip dynamically like the WDynamicLabel gets its text each time it renders?
Currently I'm using
withTooltip()
method and the tooltip only updates when the GUI is created.The text was updated successfully, but these errors were encountered: