Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic NodePointed event (Read 1729 times)
jf2020
Junior Member
**
Offline


I love FlowChart!

Posts: 63
Joined: Feb 23rd, 2006
NodePointed event
Apr 19th, 2012 at 8:13pm
Print Post  
Hi,

I'm trying to use the NodePointed event but it doesn't seem to fire. Am I doing something wrong?

JF
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: NodePointed event
Reply #1 - Apr 20th, 2012 at 6:10am
Print Post  
Hi,

It works in my test app. The event is raised 800 milliseconds after the mouse stops over a node. If you have some links passing over the node, the control might be raising LinkPointed instead; try setting HitTestPriority = NodesBeforeLinks in that case.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
jf2020
Junior Member
**
Offline


I love FlowChart!

Posts: 63
Joined: Feb 23rd, 2006
Re: NodePointed event
Reply #2 - Apr 21st, 2012 at 5:59am
Print Post  
Yes. My issue is in the 800ms delay for the event to be fired. I was trying to use the event to modify the mouse cursor and was eager to have the cursor modified as soon as the node was hoovered. I'm now using mousemove and I do the node hit detection myself...

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint