Objective Grid: Tooltip text not updated

Article ID: 710
Last updated: 06 Jun, 2018
Article ID: 710
Last updated: 06 Jun, 2018
Revision: 3
Views: 2604
Posted: 11 Jan, 2001
by Meltreger B.
Updated: 06 Jun, 2018
by Meltreger B.

Problem


The ToolTip text that is shown remains the same even though it has been changed programmatically. What else do I need to do?


Cause



Action


There is a method called Reset() in the CGXTooltipProxy class.

Whenever you want to change the ToolTip text at runtime, you should call this method so that the text gets reloaded.

Example:

if (m_pTooltipProxy)
m_pTooltipProxy->Reset();

This article was:   Helpful | Not helpful
Report an issue
Article ID: 710
Last updated: 06 Jun, 2018
Revision: 3
Views: 2604
Posted: 11 Jan, 2001 by Meltreger B.
Updated: 06 Jun, 2018 by Meltreger B.

Others in this category