Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Unable to access Layout functionality (Read 1518 times)
Sheldon
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 15
Joined: Nov 20th, 2008
Unable to access Layout functionality
Nov 20th, 2008 at 2:04am
Print Post  
I am brand new to NetDiagram and have been working my way through some of the tutorials. I am interested in the TreeLayout object, but I find that "Dim TL As New TreeLayout" causes an error in my vb code: "Type 'TreeLayout' is not defined".

When I enter "Imports MindFusion.Diagramming.WebForms.", intellisense shows me four items to select from: ClientSideMode, DiagramView, Overview and ShapeListBox. If I ignore the intellisense and type Layout, VWD puts a squiggly line underneath and won't compile.

I have three dll's in my bin folder: Mindfusion.Common, MindFusion.Diagramming and MindFusion.Diagramming.WebForms. My vb code-behind file contains:

Imports MindFusion.Diagramming
Imports MindFusion.Diagramming.WebForms

How can I get access to the Layout functionality?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Unable to access Layout functionality
Reply #1 - Nov 20th, 2008 at 8:11am
Print Post  
Add an Imports MindFusion.Diagramming.Layout line.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Sheldon
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 15
Joined: Nov 20th, 2008
Re: Unable to access Layout functionality
Reply #2 - Nov 21st, 2008 at 1:06am
Print Post  
Thank you, Stoyan.  That did the trick.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint