Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Vsdx export fails to show caption/text in correct place (Read 2390 times)
pc
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Dec 20th, 2017
Vsdx export fails to show caption/text in correct place
Apr 6th, 2018 at 3:39pm
Print Post  
We've created a Diagram linking TableNodes. The TableNode.Caption is operating as the title of the node. The data row and first column is set to an Image (childNode[0,1].Image = image), and the second column is the text (childNode[1,1].Text = displayText).

This appears just fine in our application. However, when exporting to .vsdx, the image is missing, the text is missing, and the caption appears in the cells instead of at the top of the node.

Exporting to .vdx, everything appears as expected. What could be going wrong with the .vsdx export?

Screenshots attached. Smiley
  

application.JPG ( 14 KB | 121 Downloads )
application.JPG
vsdx.JPG ( 15 KB | 123 Downloads )
vsdx.JPG
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: Vsdx export fails to show caption/text in correct place
Reply #1 - Apr 9th, 2018 at 8:24am
Print Post  
Visio2013Exporter doesn't seem to support TableNodes at this time. We'll try to implement that for next release.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
pc
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Dec 20th, 2017
Re: Vsdx export fails to show caption/text in correct place
Reply #2 - Apr 9th, 2018 at 5:50pm
Print Post  
What Nodes are supported? I just tried with a custom Composite Node and that fails to appear as well. What would be the workaround here if we were to convert our TableNodes to something else?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: Vsdx export fails to show caption/text in correct place
Reply #3 - Apr 9th, 2018 at 8:01pm
Print Post  
It mostly works with ShapeNodes, and only shows the GetText() result for all other node types. So you could export a temporary diagram where the tables are replaced by ShapeNodes with ImageAlign set to Left and text alignment set to right (StringAlignment.Far) but it won't show caption text then.

Regards,
Slavcho
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: Vsdx export fails to show caption/text in correct place
Reply #4 - Jun 5th, 2018 at 1:10pm
Print Post  
This version exports TableNodes, CompositeNodes and custom-drawn node types too -
https://mindfusion.eu/_beta/visio_gfx.zip



Regards,
Slavcho
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint