Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Inaccurate Visio Import (Sequence Diagram) (Read 2194 times)
cryo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jun 11th, 2009
Inaccurate Visio Import (Sequence Diagram)
Feb 20th, 2010 at 6:08am
Print Post  
Hi,
The sequence diagram's links defined in the visio file (*.vdx) are not imported correctly in MindFusion. If I use a Message, Message call or a Message return link, they are replaced by shape nodes in MindFusion after importing.

I am using Visio importer version 5.3.1.27103

Is there a fix/workaround for this? (e.g. during runtime, after importing, can I manually replace the incorrect shape nodes with my custom links, provided these nodes are tagged somehow)

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Inaccurate Visio Import (Sequence Diagram)
Reply #1 - Feb 20th, 2010 at 11:41am
Print Post  
Hi,

Handle the ShapeImported event to process shapes that are not recognized by VisioImporter. The event args object contains ShapeName and ShapeXml properties that provide information about the imported shape. You can find some sample code here:

http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=120835901...

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