Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic create network diagram with external data link (Read 3269 times)
superNova
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 23
Joined: Aug 5th, 2011
create network diagram with external data link
Sep 15th, 2011 at 7:48am
Print Post  
i hv to create a network diagram , through external data link ,  I have  to put image or icon , instead shapenode object. so is there any way to create icon or take icon image from outside . that i can put instead shapenode.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: create network diagram with external data link
Reply #1 - Sep 15th, 2011 at 9:31am
Print Post  
You can display the icon as image inside a ShapeNode:

Code
Select All
node.setImageLocation("icon1.png");
node.setBrush("transparent");
node.setPen("transparent"); 



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