Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Edit ShapeNode on DiagramView at Runtime (Read 2089 times)
Ashutosh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 14
Joined: Nov 24th, 2008
Edit ShapeNode on DiagramView at Runtime
Mar 19th, 2009 at 6:48am
Print Post  
Hi,
I want to know how I can Edit a ShapeNode on a DiagramView at Runtime.
I want that when I should click it I should be able to enter Text at Runtime.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Edit ShapeNode on DiagramView at Runtime
Reply #1 - Mar 19th, 2009 at 8:23am
Print Post  
You could handle NodeClicked and call
DiagramView.BeginEdit(e.Node);

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Ashutosh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 14
Joined: Nov 24th, 2008
Re: Edit ShapeNode on DiagramView at Runtime
Reply #2 - Mar 19th, 2009 at 9:19am
Print Post  
Ya I did that only..
Thanks for the reply.......
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint