Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Flowcharts on Flowcharts. (Read 3412 times)
joshua
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Sep 19th, 2006
Flowcharts on Flowcharts.
Sep 26th, 2006 at 8:59pm
Print Post  
Hey Stoya

I have a controlhost with a flowchart as its control.  The flowchart always appears in front of other nodes on the base flowchart regardless of the z-order.  Is there away to include one flowchart in the z-order of another... if that makes any sense.  Any help you can offer is appreciated.

Cheers.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowcharts on Flowcharts.
Reply #1 - Sep 27th, 2006 at 6:02am
Print Post  
Hi Joshua,

There is no way to do that, because each flowchart is rendered in its own window. You could still implement something similar using grouping and the NodeConstraints.KeepInsideParent property.

Stoyan
  
Back to top
 
IP Logged
 
jmcnair@esc
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 25th, 2006
Re: Flowcharts on Flowcharts.
Reply #2 - Sep 27th, 2006 at 11:54am
Print Post  
Would this be the same situation as with any control embedded within a ControlHost?  I assumed that you could never make a chart object (a box for instance) appear on top of a ControlHost.  Are you saying that this is possible using grouping and the NodeConstraints.KeepInsideParent property?

I would very much like to know more about implementing this.  I haven't been able to find a KeepInsideParent property in the NodeConstraints class.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowcharts on Flowcharts.
Reply #3 - Sep 27th, 2006 at 12:56pm
Print Post  
Sorry, I meant that he could avoid using flowcharts in ControlHost nodes, and instead use grouping to create container-like boxes.

We have added KeepInsideParent recently, probably in version 4.2; it prevents users from moving subordinate nodes out of their parent node.

Stoyan
  
Back to top
 
IP Logged
 
jmcnair@esc
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 25th, 2006
Re: Flowcharts on Flowcharts.
Reply #4 - Sep 27th, 2006 at 1:06pm
Print Post  
Ahh, I see.  Then am I correct in my assumption that a Box can never appear on top of a ControlHost?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowcharts on Flowcharts.
Reply #5 - Sep 27th, 2006 at 1:09pm
Print Post  
If there is any way to create a bitmap from the contents of controls that you use in ControlHosts, you might create such bitmaps and display them inside boxes. Then you could create a ControlHost only when users need to edit the node data. E.g. handle the BoxClicked event, display the hosted control at the same location when the event fires, and delete the control when the user completes editing the data.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowcharts on Flowcharts.
Reply #6 - Sep 27th, 2006 at 1:12pm
Print Post  
yes, a box cannot appear on top of a ControlHost.

Stoyan
  
Back to top
 
IP Logged
 
joshua
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Sep 19th, 2006
Re: Flowcharts on Flowcharts.
Reply #7 - Sep 27th, 2006 at 9:07pm
Print Post  
kudos Stoyo your ace.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint