Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ControlNode not shown when exporting to PDF or other formats (SVG, PNG) (Read 1677 times)
jarv2003
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jan 21st, 2010
ControlNode not shown when exporting to PDF or other formats (SVG, PNG)
Sep 18th, 2015 at 9:53pm
Print Post  
When exporting the diagram to PDF (or SVG, PNG) the standard shapes/nodes are displayed with the links but non of the ControlNodes are displayed. Please advise on if this is at all possible.

Thanks


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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ControlNode not shown when exporting to PDF or other formats (SVG, PNG)
Reply #1 - Sep 21st, 2015 at 8:30am
Print Post  
The diagram does not know what graphics elements are drawn inside hosted controls to export them. Try using CompositeNode objects instead; we've created them as light-weight alternative of ControlNode, they work better both for exporting and user interaction (e.g. hit-testing is not stopped by hosted controls, and CompositeNodes can appear behind other items in Z order). If you prefer ControlNodes, you will have to handle the DiagramView.PaintControl event to render your own representation of their contents in exported documents.

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