Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Trouble with tooltips (Read 2521 times)
sbailey
Junior Member
**
Offline



Posts: 61
Location: MD
Joined: Apr 24th, 2009
Trouble with tooltips
Jun 4th, 2009 at 7:30pm
Print Post  
I'm calling PutShowToolTips( true ) on the newly created flowchart instance, then creating a table and doing the following:

spTableItem->PutToolTip( tooltipstring );
spTableItem->PutCellToolTip( 0, 0, tooltipstring );

but hovering neither over the caption nor the cell triggers a tooltip... I just see the hand cursor. Is there a step I'm missing?
  

Editor Programmer&&Bethesda Softworks
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Trouble with tooltips
Reply #1 - Jun 4th, 2009 at 7:54pm
Print Post  
Perhaps something in the application initialization code destroys the flowchart's tooltip window. What happens if you call PutShowToolTips(false) followed by PutShowToolTips(true) from some button click handler?
  
Back to top
 
IP Logged
 
sbailey
Junior Member
**
Offline



Posts: 61
Location: MD
Joined: Apr 24th, 2009
Re: Trouble with tooltips
Reply #2 - Jun 4th, 2009 at 8:04pm
Print Post  
Calling it right before I set the tooltip text worked... thanks!
  

Editor Programmer&&Bethesda Softworks
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint