Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Create Settings Panel for Shape (Read 2318 times)
SL_developer
YaBB Newbies
*
Offline


coding rocks

Posts: 43
Joined: Jul 26th, 2011
Create Settings Panel for Shape
Jul 5th, 2012 at 6:24am
Print Post  
Hi
Please check the attachment for Images, I need to develope something like this
with Mind Fusion shape control.

Is it possible?

Thanks
  

Images.rar (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Create Settings Panel for Shape
Reply #1 - Jul 5th, 2012 at 9:06am
Print Post  
Hi,

You can implement the gear icon either as a separate node attached to the main node, or show it as part of the node's template. If it's an attached node, handle NodeClicked event and show the setting panel for e.Node.MasterNode. If you change the template, you will have to implement your own hit-testing in NodeClicked to determine if the gear has been clicked.

As for showing the panel, if it should be a part of the diagram and follow the node whose information it displays, use an attached CotnrolNode that hosts the panel control. Otherwise, just show it as a popup dialog.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint