Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagram.AdapterHandleStyle (2.1.1 beta) (Read 2589 times)
Paul Eden
Full Member
***
Offline



Posts: 128
Joined: Aug 15th, 2007
Diagram.AdapterHandleStyle (2.1.1 beta)
Jan 30th, 2009 at 1:27pm
Print Post  
Hi

Setting the AdapterHandlesStyle at the diagram level seems to have no effect on the default handle style of new nodes (still defaults to the Hatch style) - setting manually on each node works fine though.


Paul
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Diagram.AdapterHandleStyle (2.1.1 beta)
Reply #1 - Feb 9th, 2009 at 10:54am
Print Post  
Hi Paul,

Use diagram.Items.Add(new DiagramNodeAdapter(diagram, uiElement)) to add items and it will work fine. We'll fix the diagram.Items.Add(uiElement) case for the 2.1.1 release.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Diagram.AdapterHandleStyle (2.1.1 beta)
Reply #2 - Feb 10th, 2009 at 2:36pm
Print Post  
Should work for diagram.Items.Add(uiElement) with this version:
https://mindfusion.eu/_beta/wpfdiag211.zip
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint