Here's my control outlilne:

Layer | Control
------------------------------------------
1          group "food"
2              group "meat"
3                 button "chicken"
4                 button "beef"
5              button "fred"
6              group "fruit"
7                 button "apple"
8                 button "orange"

If I execute the following statement:

set the relayerGroupedControls to true
set the layer of group "fruit" to 5
set the relayerGroupedControls to false

All of a sudden, group "fruit" is now a sub group of group "meat" and looks
like:

Layer | Control
------------------------------------------
1          group "food"
2              group "meat"
3                 button "chicken"
4                 button "beef"
5                 group "fruit"
6                    button "apple"
7                    button "orange"
8              button "fred"


Anyone know how to get it to look like:

Layer | Control
------------------------------------------
1          group "food"
2              group "meat"
3                 button "chicken"
4                 button "beef"
5              group "fruit"
6                 button "apple"
7                 button "orange"
8              button "fred"
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to