Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Anchoring Pattern with tables (Read 1926 times)
kkt
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: Feb 1st, 2007
Anchoring Pattern with tables
Feb 9th, 2007 at 1:03pm
Print Post  
Hi,

I am evaluating the control. Downloaded version 4.3 (beta).I am interested in the outcome of auto-layout algorithms mainly.

When I create a simple chart with about 10 boxes , link them randomly I have a very satisfactory result from the tree layout algorithm.

I have implemented a simple top-to-bottom AnchoringPattern. I want to have my outgoing arrows starting from the bottom-middle of my box and my incoming arrows ending at the top-middle of the box. It all works fine. But when I change the Box to a table, the anchoring points chosen do not follow my pattern. Any ideas? The code is the same. Only the creation of the box is changed and it creates a table instead (and the anchoring pattern is assigned). ???

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Anchoring Pattern with tables
Reply #1 - Feb 9th, 2007 at 2:03pm
Print Post  
Hi,

The destination of an arrow can be either a table, or a row of the table. The latter is useful in DB diagram where you could show the relationship between individual fields. The Table.AnchorPattern does not influence arrows connected to rows. Try setting the Table.LinkStyle to "Table" before drawing arrows - that will make arrows connect to the table and not to a distinct row.

Stoyan
  
Back to top
 
IP Logged
 
kkt
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: Feb 1st, 2007
Re: Anchoring Pattern with tables
Reply #2 - Feb 12th, 2007 at 5:44am
Print Post  
Thanks for the quick response. Works out a treat!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint