Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Layers (Read 5923 times)
Peter
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Nov 14th, 2005
Layers
Jan 3rd, 2006 at 1:00pm
Print Post  
How hard would it be to add layers to the flowchart control? For example, to show the user the print boundaries of the page, display the layout guides, etc.
The reason I am asking is that there is a need have an element that always appears behind all other objects on the diagram.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Layers
Reply #1 - Jan 3rd, 2006 at 2:09pm
Print Post  
It should not be hard, but isn't that something like the Z order ? E.g. you can have an element in the background by setting its ZIndex to 0 and locking it so users cannot select and modify it, kind of what the first sample in the FCDemo does.
  
Back to top
 
IP Logged
 
Peter
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Nov 14th, 2005
Re: Layers
Reply #2 - Jan 4th, 2006 at 6:52pm
Print Post  
Yes, Z-order certainly helps. But..lets say I have a filled box with Z-order set to 0. If selected, the box "pops-up" and completely overlaps whatever objects above it in z-order. Right now to work around this I have to set the FillColor to "Transparent" and turn the shadow off.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Layers
Reply #3 - Jan 4th, 2006 at 7:14pm
Print Post  
Setting flowchart.SelectionOnTop = false should help in that situation - the background box won't pop up even when selected.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Layers
Reply #4 - Jan 4th, 2006 at 7:22pm
Print Post  
... but then layers might come handy if you need some boxes to come to front when selected and others to stay in the background when selected.
  
Back to top
 
IP Logged
 
Peter
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Nov 14th, 2005
Re: Layers
Reply #5 - Jan 4th, 2006 at 7:24pm
Print Post  
Wouldn't this setting affect the entire diagram? I just want to prevent background boxes from popping up... It would have been helpful if  there was a property to configure a specific object from popping up.
  
Back to top
 
IP Logged
 
Peter
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Nov 14th, 2005
Re: Layers
Reply #6 - Jan 4th, 2006 at 7:24pm
Print Post  
Exactly...
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint