Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) change color link and property (Read 12399 times)
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: change color link and property
Reply #15 - Dec 24th, 2018 at 7:06am
Print Post  
The control invokes the method from previous point to decide what object to edit, and you can override it as shown to return whatever label is close to the double-click point when one is not directly under mouse pointer. If you are asking how to actually override the method, e.g. set AppletStartedScript to name of a function that should run when DiagramView has fully loaded on client side, and then call above code from that function.

Try setting labels' AutoArrange property to make them avoid the link sements.

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


I Love MindFusion!

Posts: 22
Joined: Oct 15th, 2018
Re: change color link and property
Reply #16 - Jul 24th, 2019 at 12:52pm
Print Post  
Hello
I want to open or export an image for example (.svg) from an .xml file.
thanks
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: change color link and property
Reply #17 - Jul 24th, 2019 at 12:59pm
Print Post  
Hi,

Try the Diagram.CreateImage method to export bitmaps, or the SvgExporter class for SVG drawings.

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


I Love MindFusion!

Posts: 1
Joined: Jul 26th, 2019
Re: change color link and property
Reply #18 - Jul 26th, 2019 at 6:58am
Print Post  
I want the generation of the image to be from a sourcer .xml file and not from a diagram
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: change color link and property
Reply #19 - Jul 26th, 2019 at 8:58am
Print Post  
Our API is for creating diagrams and any PDF / SVG / bitmap export has to go through a Diagram object. You can find some examples on generating diagrams from XML here -

https://www.mindfusion.eu/onlinehelp/flowchartnet/index.htm?CC_Miscellaneous_1.h...

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