Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic WpfDiagram V2.5.1 beta (Read 4873 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
WpfDiagram V2.5.1 beta
Jan 19th, 2011 at 4:07pm
Print Post  
We are starting beta tests of WpfDiagram 2.5.1. The new features are:

Export diagrams to MS Visio
VisioExporter exports diagrams to Visio 2003 XML Drawing files (*.vdx). ShapeNode objects are mapped to their closest Visio counterparts and TableNode objects are exported as groups of Visio shapes. DiagramLink instances are exported as Visio connectors of a similar style. In addition, most of the attributes of diagram items such as text, text formatting, fill and line colors and styles are preserved. The exporter object requires the VisioExport.vxt file to be present in the application's directory. This file contains an XML template used by the component to generate Visio documents.

Link auto-snapping
Now links can automatically connect to the nearest diagram node without the mouse pointer reaching the node. This is enabled by setting the AutoSnapLinks property. The maximum distance at which auto-snap works can be specified through AutoSnapDistance. The SnapToNodeBorder property, which implemented similar functionality when the mouse is directly over a node, has been removed.

Miscellaneous
~ Handle CopyHostedControl to clone hosted custom controls that cannot be processed automatically when copying nodes to the clipboard.
~ InchDivisions specifies how many minor divisions to display for each inch in the ruler.
~ The CopyFrom method of TextPresenter copies all text attributes from the specified object.

If anyone is interested in trying the beta, please download this archive, which includes updated assemblies and help file:   

https://mindfusion.eu/_beta/WpfDiagram251.zip
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: WpfDiagram V2.5.1 beta
Reply #1 - Feb 3rd, 2011 at 8:18am
Print Post  
Hello.
I try to test the beta version and have this error:

Error11'Could not load file or assembly 'MindFusion.Diagramming.Wpf, Version=2.5.0.24250, Culture=neutral, PublicKeyToken=1080b51628c81789' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)'
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: WpfDiagram V2.5.1 beta
Reply #2 - Feb 3rd, 2011 at 11:09am
Print Post  
Hi,

The assembly version of the beta build is 2.5.1.32099. Visual Studio might be trying to load the previous version you were using. Select diagramming.wpf.dll under the references section of Solution Explorer, and make sure "Specific Version" is disabled in the Properties window. If the error comes from LC.EXE, edit licenses.licx and set PublicKeyToken=null on the line for diagramming.wpf.dll.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: WpfDiagram V2.5.1 beta
Reply #3 - Feb 3rd, 2011 at 7:21pm
Print Post  
Error1'Could not load file or assembly 'MindFusion.Diagramming.Wpf, Version=2.5.0.24250, Culture=neutral, PublicKeyToken=1080b51628c81789' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)'

The problem continue, i have cnfigured token to null and chekc the exact version disbaled.
How can test the beta?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: WpfDiagram V2.5.1 beta
Reply #4 - Feb 4th, 2011 at 7:03am
Print Post  
Have you built any class library assembly that has a reference to the diagram assembly, e.g. a user control? If your main project depends on such class library, you will have to first rebuild the library using the new diagramming.dll.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: WpfDiagram V2.5.1 beta
Reply #5 - Feb 4th, 2011 at 10:09am
Print Post  
Under folder properties, i edit the file licenses, and delete all inside, then open, and now all work again.

Best regards
« Last Edit: Feb 9th, 2011 at 11:31pm by PDM. »  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: WpfDiagram V2.5.1 beta
Reply #6 - Feb 9th, 2011 at 11:31pm
Print Post  
With the new beta i see strange problem.
My aplication run in full screen and diagram form is showed descplaced arround 10pixels  to right from 0
New beta add some change?

My copy no is registered yet, i not buyed licence yet.
Is like MINDFUSION WATER MARK, (if that is the name)  desplace the form to the right.

Can confimr if that is the problem or why this happen with this new beta?

Bets regards.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: WpfDiagram V2.5.1 beta
Reply #7 - Feb 10th, 2011 at 7:59am
Print Post  
Check if you haven't inadvertently moved the diagram in the designer - that would usually set Margins in the Xaml code.
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: WpfDiagram V2.5.1 beta
Reply #8 - Feb 10th, 2011 at 9:33am
Print Post  
Thankyou !
« Last Edit: Feb 10th, 2011 at 10:40am by PDM. »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint