Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Showing groups (Read 1341 times)
Protesto
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Nov 29th, 2011
Showing groups
Nov 30th, 2011 at 11:47am
Print Post  
Hi!

I have attached two objects to earch using the function

childnode.attachto(parentnode, ..)

Now. When I select one of the nodes I would like that the others in group are selected as well to show the user which objects will be modified.

Is there an easy way of doing this? or is it a better way to work with groups of shapenodes?


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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Showing groups
Reply #1 - Nov 30th, 2011 at 11:53am
Print Post  
Hi,

Instead of attaching them to each other, you could attach to a Transparent background node and lock the attached nodes. Then the user will be able to select only the background node and move it together with the subordinates. This will let you show a single set of selection handles for the whole group.

Otherwise you could select programmatically the rest of the group nodes from the NodeSelected event raised for one of the nodes.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint