Forums » Suggestions

API: Dynamic button tooltips

Jul 24, 2022 Snib link
In your button enterwindow_cb implementation for tooltips, if you switched
> local text = params.tip
to
> local text = self.tip
we could do dynamic tooltips using your code rather than having to add our own. And in the long run probably useful for you guys as well.
Jul 24, 2022 Snib link
Oh and it needs
> if text == "" then return end

;)