Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tooltip on Anchor is not shown (Read 1861 times)
Dominic_
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Mar 1st, 2017
Tooltip on Anchor is not shown
Mar 1st, 2017 at 10:23am
Print Post  
I downloaded the Anchor Points Sample [mindfusion.eu/samples/wpf/diagram/Anchors.CS.zip] and modified the anchor points to have a tooltip:
new AnchorPoint(50, 0, true, true) {ToolTip = "tool1" }
But the tooltip is not displayed. Only tooltips on the entire node (with ShapeNode.ToolTip) are visible.

In another post [mindfusion.eu/Forum/YaBB.pl?num=1327482189], a custom tooltip is implemented. That might be a work-around, but I'd prefer using the built-in tooltip.

Regards,
Dominic
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3148
Joined: Oct 19th, 2005
Re: Tooltip on Anchor is not shown
Reply #1 - Mar 1st, 2017 at 11:30am
Print Post  
Right, in WPF we rely on Tooltip property inherited from FrameworkElement (base of DiagramItem) appearing automatically. AnchorPoint does not derive from FrameworkElement so we'll need to add some special handling for it, we'll try to implement it in next few days.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3148
Joined: Oct 19th, 2005
Re: Tooltip on Anchor is not shown
Reply #2 - Mar 2nd, 2017 at 3:06pm
Print Post  
AnchorPoint.ToolTip should show correctly with this build -
https://mindfusion.eu/_beta/wpfdiag_aptips.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint