Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to trigger the node double click? (Read 16350 times)
mazelin
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Jun 8th, 2009
How to trigger the node double click?
Jun 17th, 2009 at 4:24am
Print Post  
thanks!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to trigger the node double click?
Reply #1 - Jun 17th, 2009 at 5:44am
Print Post  
Do you mean you need to call your NodeDoubleClicked event handler method? Or enter in-place edit mode from code?
  
Back to top
 
IP Logged
 
mazelin
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Jun 8th, 2009
Re: How to trigger the node double click?
Reply #2 - Jun 17th, 2009 at 12:13pm
Print Post  
I need to call NodeDoubleClicked event handler method.
  
Back to top
 
IP Logged
 
mazelin
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Jun 8th, 2009
Re: How to trigger the node double click?
Reply #3 - Jun 17th, 2009 at 12:29pm
Print Post  
Thank you! I find it.
  
Back to top
 
IP Logged
 
Praba
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Aug 21st, 2009
Re: How to trigger the node double click?
Reply #4 - Sep 11th, 2009 at 11:37am
Print Post  
Hi

Can you please explain how you have solved this problem of invoking double click event.

Regards
Praba
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to trigger the node double click?
Reply #5 - Sep 11th, 2009 at 12:57pm
Print Post  
Hi,

You cannot trigger the event from code, but you can call your event hanlder method. E.g. from some other handler call OnNodeClicked(null, new NodeEventArgs(someNode)).

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


I Love MindFusion!

Posts: 91
Joined: Jan 16th, 2018
Re: How to trigger the node double click?
Reply #6 - Jan 16th, 2018 at 12:05pm
Print Post  
I have same issue with node double click can you please explain me if any one have solved it
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3148
Joined: Oct 19th, 2005
Re: How to trigger the node double click?
Reply #7 - Jan 16th, 2018 at 1:10pm
Print Post  
I can see a public void RaiseDoubleClicked(DiagramItem item, Point mousePosition, MouseButton mouseButton) method in Diagram class that will let you raise the event. If you are looking for a way to start in-place edit operation, call the Diagram.BeginEdit method instead.
  
Back to top
 
IP Logged
 
reshma
Junior Member
**
Offline


I Love MindFusion!

Posts: 91
Joined: Jan 16th, 2018
Re: How to trigger the node double click?
Reply #8 - Jan 17th, 2018 at 5:44am
Print Post  
No,i want show detail page on double click of node
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3148
Joined: Oct 19th, 2005
Re: How to trigger the node double click?
Reply #9 - Jan 17th, 2018 at 7:09am
Print Post  
Just handle the NodeDoubleClicked event, doesn't it fire for you? An event handler is shown in SiteMap sample project, opening a details dialog when you double click a node.

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