I’ve been struggling with this for awhile, but just discovered that it was easier than I thought to reproduce in a simple project. Unfortunately I just missed 2025r3 (maybe there will be a 3.1)
In my actual project I’m creating checkboxes from a control set dynamically (I don’t know how many I’ll need until runtime. But in the attached sample I have them predefined for simplicity.
As I check a box programmatically, I assign a tooltip of the current date. All the rest I set to an empty string. Click the various buttons and usually after 2 or 3 different choices, not all the tool tips show that are supposed to.
tooltiptest.zip (12.9 KB)
Any suggested workarounds that will get me by.