Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic beta version (Read 9471 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
beta version
Jan 17th, 2008 at 1:19pm
Print Post  
We are starting beta tests of our WPF diagramming component:
https://mindfusion.org/_beta/WpfDiagTrial.zip

For those of you familiar with FlowChart.NET, here is a list of the FlowChart.NET features that did not make it into version 1 of the WPF port:

- import and export components
- additional UI controls, e.g. Overview, Ruler
- binary serialization
- swimlanes
- container nodes

We are already working on porting the most popular of the missing features above - PdfExporter and Overview. What we are going to port next will depend on the demand, so if you need some feature from the FlowChart.NET package implemented in WPF, please post it in the Feature Suggestions area of this forum board.

Some major differences in the WinForms and WPF APIs are:

- the WPF control does not provide its own shadow and emboss effects implementations; you can use the BitmapEffect property of UIElement (the base for DiagramItem) to enable these effects, and some more provided by WPF;

- printing is done via the WPF PrintDialog.PrintDocument method, using the Diagram.DocumentPaginator as an argument;

- you can add any UIElement to the Diagram.Nodes collection; you do not have to create ControlNode elements as in FlowChart.NET;

We are going to release the official version 1.0 in a month.

Stoyan
« Last Edit: Jan 17th, 2008 at 5:22pm by Stoyo »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: beta version
Reply #1 - Jan 18th, 2008 at 3:08pm
Print Post  
We have uploaded an updated version:
https://mindfusion.org/_beta/WpfDiagTrial.zip

It fixes a bug where locked diagram items could be selected. A few bugs in the sample projects have been fixed as well.

Stoyan
  
Back to top
 
IP Logged
 
Paul Eden
Full Member
***
Offline



Posts: 128
Joined: Aug 15th, 2007
Re: beta version
Reply #2 - Jan 22nd, 2008 at 8:38am
Print Post  
hi Stoyan

I just put the MSI on dated 18th - is it right that the Mindfusion.Common DLL is no longer required?

Many thanks


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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: beta version
Reply #3 - Jan 22nd, 2008 at 9:58am
Print Post  
Hi Paul ,

That's right, Mindfusion.Common DLL is no longer required.

Stoyan
  
Back to top
 
IP Logged
 
SC
YaBB Newbies
*
Offline



Posts: 37
Joined: Jan 18th, 2008
Re: beta version
Reply #4 - Jan 28th, 2008 at 1:26pm
Print Post  
Hi

I like flowchart.net but wondering what is the difference between wpf and flowchart.net?
Which one to choose? I am working in vs.net 2008 version.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: beta version
Reply #5 - Jan 28th, 2008 at 4:48pm
Print Post  
Hi,

Depends on what platform you are targeting with your application. Use FlowChart.NET if your application is a Windows Forms one. At this moment FlowChart.NET provides more features than the WPF control, for which we will need at least half an year to port to WPF - for example export / import libraries and additional UI controls such as Overview and Ruler.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: beta version
Reply #6 - Feb 29th, 2008 at 11:13am
Print Post  
A new WpfDiagram build is available now, along with a full installer and updated samples:

https://mindfusion.org/_beta/WpfDiagTrial.zip
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: beta version
Reply #7 - Mar 11th, 2008 at 4:21pm
Print Post  
We are releasing the official version 1.0 this week if no one has any bugs to report.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint