Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ArrangeDiagram method and Visual Foxpro (Read 1882 times)
Paul_Elliott
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 13th, 2006
ArrangeDiagram method and Visual Foxpro
Sep 13th, 2006 at 2:51am
Print Post  
Hi,

I'm using Visual Foxpro 9 and I'm evaluating your FlowChartX Pro 4.1 trial version.

My question is how do I create a Layout (Tree, Spring etc) object to pass to the ArrangeDiagram() method?

I don't see any registered COM object for the Layout class.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ArrangeDiagram method and Visual Foxpro
Reply #1 - Sep 13th, 2006 at 4:26am
Print Post  
Hi,

Here are the ProgID identifiers of the layout classes:

FlowChartPro.GridLayout
FlowChartPro.LayeredLayout
FlowChartPro.SpringLayout
FlowChartPro.TreeLayout

So creating a TreeLayout object looks like

treelt=NEWOBJECT("FlowChartPro.TreeLayout")

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


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 13th, 2006
Re: ArrangeDiagram method and Visual Foxpro
Reply #2 - Sep 13th, 2006 at 7:05pm
Print Post  
Great, thanks.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint