Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic HowTo... (Read 1326 times)
Cortadillo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Mar 26th, 2007
HowTo...
Mar 26th, 2007 at 11:10am
Print Post  
Hello, I am a newbie in working with FlowCharts.

I read the DevelopersGuide. So my question How
do I import an VisioDraw in a Project?

Is it possible ot create cuppled state charts?
e.g. semantic links with links?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: HowTo...
Reply #1 - Mar 26th, 2007 at 11:32am
Print Post  
Hello,

FlowChart.NET can import only Visio XML Drawing (.vdx) files. Binary Visio files are not supported.

You must add a reference to the VisioImport.dll assembly to your project, create a VisioImporter instance and call its Import method.

Code
Select All
VisioImporter imp= new VisioImporter();
imp.ImportEntitiesAsTables = true;
imp.ImportAllPages(vdxPath, fc);
 



I know nothing of "cuppled state charts" and "semantic links with links" Undecided Could you post an image that shows what kind of chart you need to get?

Stoyan
  
Back to top
 
IP Logged
 
Cortadillo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Mar 26th, 2007
Re: HowTo...
Reply #2 - Mar 28th, 2007 at 5:45am
Print Post  
Thanks,

that helped me.

I search for a sample to express what i meant with
"coupled statechart" or "grouped statechart"
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint