Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tables' Relations (Read 1823 times)
antonis74
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Oct 22nd, 2007
Tables' Relations
Oct 22nd, 2007 at 8:28am
Print Post  
Hi,
I'm trying to implement a query editor by using the FlowChart control.
So, far the user can drag and drop a Table from a database connection. Each Table has the appropriate rows and each row has two anchorpoints (one on the left for incoming links and one on the right for outgoing).
For each row, these two points are added to a new anchorpattern which then is assigned to the row.
I have set the Table's connection style to 'Rows' but when I try to create a new link (by dragging a link from a row's anchor point to another table's row anchor point), the created link origin anchor point changes by itself to the middle row's anchor.
I have disable the Link.Dynamic property

Is there anything I can do to correct this behaviour ?

Thanks in Adnvance
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables' Relations
Reply #1 - Oct 22nd, 2007 at 8:56am
Print Post  
Hi,

We have recently got a bug report about a similar issue, which should have been fixed in this version:
https://mindfusion.org/_beta/fcnet501.zip

Please let me know whether it helps in your case.

Stoyan
  
Back to top
 
IP Logged
 
antonis74
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Oct 22nd, 2007
Re: Tables' Relations
Reply #2 - Oct 22nd, 2007 at 1:14pm
Print Post  
Yes, it was a bug. As soon as I replaced the new dlls everything works fine!

By the way, I would like to ask a second question: How can I enable the user to make more than one link from one table to another (not from the same row) ? Right now, when I create a link from row A of table A to row X of table X then I cannot create a second link from row B of table A to row Z of table X
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables' Relations
Reply #3 - Oct 22nd, 2007 at 3:31pm
Print Post  
Setting Diagram.AllowLinksRepeat = true will enable that.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint