Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChartLayout (Read 2284 times)
Advin
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Nov 10th, 2010
FlowChartLayout
Nov 10th, 2010 at 3:18pm
Print Post  
I want to create flowchart from database..database has a table which has three column dat of one column will be connector which connect rest of two column data I dont hav any idea how to develop this using JDiagram...Pls give me suggestion for this application if you understand what i want..
otherwise give me code for small application of flowchartlayout ..
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChartLayout
Reply #1 - Nov 10th, 2010 at 4:05pm
Print Post  
If you are asking how to build diagram elements from your data, check this tutorial:
http://www.mindfusion.eu/onlinehelp/diagramlite/index.htm?Tutorial_1__Loading_Gr...

We do not have a FlowchartLayout example yet in Java; you could check the "JavaScript" sample project from the .NET version of the control:
https://www.mindfusion.eu/FCNetDemo.zip

FlowchartLayout works only for graphs with a very specific structure as described here:
http://www.mindfusion.eu/onlinehelp/jdiagram/index.htm?T_com_mindfusion_diagramm...

To arrange arbitrary graphs, it might be better to use SpringLayout or LayeredLayout.

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


I love YaBB 1G - SP1!

Posts: 4
Joined: Nov 10th, 2010
FlowChartLayout
Reply #2 - Nov 11th, 2010 at 4:41am
Print Post  
Sorry sir but I want to create a flow chart for user through the data that he enter in database..
So pls help  and suggest hows it possilble....
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChartLayout
Reply #3 - Nov 11th, 2010 at 2:18pm
Print Post  
This sample shows how to build a diagram from database data:
http://mindfusion.eu/_samples/JDiagramMysql.rar

The included dump.sql file contains the expected db schema.

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