... The timeouts are generally those defined by the OS though I can't remember if it's viable to override it (would assume it can but don't hold me to that ).
-dro
Yes, your reply reminded me about some research I did in May, 2019 for the Winamp forum. Using the OS to increase the tooltip display time would also require increasing the mouse double-click time. This is not something I want to do, so forget about my request. If I want to read a wordy tooltip, I can just re-point to a station name repeatedly until I have read all the info in it's tooltip.
Tooltip Timing Info:
Three timing options associated with tooltips are controlled by the Windows OS and are related to your mouse double-click time setting. While it is possible for an app to override these global OS settings, I know of no app that does (or provides a user the option to do so).
The "TTDT_INITIAL" parameter (time a pointer must remain stationary within a tooltip's bounding rectangle before the tooltip window appears) is equal to the "GetDoubleClickTime()". The typical (default) double-click time is 500 ms (half a second).
The "TTDT_AUTOPOP" parameter (time a tooltip window remains visible if the pointer is stationary within a tooltip's bounding rectangle) is equal to the "GetDoubleClickTime()" * 10.
The "TTDT_RESHOW" parameter (time it takes for subsequent tooltip windows to appear as the pointer moves from one tooltip bounding rectangle to another) is equal to the "GetDoubleClickTime()" / 5.