I would like to suggest an enhancement for the $tip feature. Currently, the delay parameter for $tip(name, title, text, delay, iconfn, iconpos, alias, wid) can accept values from 3 to 60 seconds, after which the tip automatically closes. However, it would be very useful if the delay parameter could accept a value of -1, which would prevent the tip from automatically closing at all.

This would allow users to create tips that remain visible indefinitely unless manually closed, without needing to implement complex workarounds or rely on other events. It would be a great addition for users who need persistent information displayed in a tip without worrying about the time-out.

Proposed Change:

Accept -1 as a valid value for the delay parameter in $tip().
When delay = -1, the tip would never close automatically and would remain open until manually dismissed or the window it belongs to is closed.
Thanks for considering this suggestion!