Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Groups Offset in Flow Layout (Read 10284 times)
lex
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Mar 22nd, 2009
Re: Groups Offset in Flow Layout
Reply #15 - May 10th, 2009 at 10:21am
Print Post  
Well, I guess this FlowChartLayout is what I exactly need.
In the meanwhile, I need to be able to decrease the offset between groups (VerticalGroupOffset) and to somehow enable cross group links to be properly handled
  
Back to top
 
IP Logged
 
lex
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Mar 22nd, 2009
Re: Groups Offset in Flow Layout
Reply #16 - May 11th, 2009 at 1:52pm
Print Post  
Hi Stoyan,
I tried to use LayeredLayout instead. It almost does the job for my case: I can place different graphs nearby. The only case it doesn't handle properly is the case of 2 graphs that are united:
R1->N1->N2
^
R2---------|

I noticed that the same problem was handled for Winform .Net version here: [url]http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=1239207547;start=6#6[/url]. May I have something similar for WPF version?

Thanks

Alexey
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Groups Offset in Flow Layout
Reply #17 - May 11th, 2009 at 2:06pm
Print Post  
Hi Alexey,

We can port that to WPF tomorrow.

Stoyan
  
Back to top
 
IP Logged
 
lex
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Mar 22nd, 2009
Re: Groups Offset in Flow Layout
Reply #18 - May 11th, 2009 at 2:13pm
Print Post  
This would be great.

Thanks for your responsiveness!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Groups Offset in Flow Layout
Reply #19 - May 12th, 2009 at 10:03am
Print Post  
https://mindfusion.eu/_beta/wpfdiag_customlayers.zip
adds LayeredLayout.EnableCustomLayers property. When it is enabled, you can assign nodes to the first layer by setting node[MindFusion.Layout.LayeredLayoutTraits.Layer] = 0, or to the last one by setting it to -1.

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


I love YaBB 1G - SP1!

Posts: 19
Joined: Mar 22nd, 2009
Re: Groups Offset in Flow Layout
Reply #20 - May 12th, 2009 at 10:23am
Print Post  
Thanks a lot.
As far as I understand, I may assign other values as well (not only 0 or -1). Am I right?
In other words I may change the BFS like structure the way I want.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Groups Offset in Flow Layout
Reply #21 - May 12th, 2009 at 10:42am
Print Post  
You can do that, as long as there are no links between nodes in the same layer; that will probably break the node sorting function executed for each layer.
  
Back to top
 
IP Logged
 
lex
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 19
Joined: Mar 22nd, 2009
Re: Groups Offset in Flow Layout
Reply #22 - May 14th, 2009 at 12:21pm
Print Post  
We have finally purchased the wpfdiagram component.
When may we have this fix inside?

Thanks,
Alexey
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Groups Offset in Flow Layout
Reply #23 - May 14th, 2009 at 12:49pm
Print Post  
I will send you an updated licensed build in an hour.

Thanks,
Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Groups Offset in Flow Layout
Reply #24 - May 14th, 2009 at 1:29pm
Print Post  
You can find the download link it on the private messages page.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint