Page 1 of 1

groups wont stay grouped!

Posted: Mon Feb 19, 2007 12:44 am
by calvi
I have found that objects grouped on a card no longer stay grouped. I suspect this may be due to script on the stack or card....or is their a fundamental point I am missing?

Posted: Mon Feb 19, 2007 12:46 am
by Mark
Dear calvi,

Could you describe exactly what you are doing?

Best,

Mark

Posted: Tue Feb 20, 2007 6:32 am
by calvi
if I open a new stack and add two buttons to a card and group them (call them "previous next" for example), then that group can be edited as a group and placed on other cards.
If I inlcude a simple script on the stack such as:
[on mouseup
set visible of group "previous next" to false
end mouseup
]
then when clicking over the group "previous next" (pointer mode) each of the buttons is individually highlighted as if the group no longer exists. In fact the option to place it on new cards is no longer available. However the script above continues to work even though the group does not seem to exist???
I know the script is trivial, but it illustrates the issue.
[/code]

Posted: Tue Feb 20, 2007 8:15 am
by Bill
Perhaps check under the Edit menu for "Select Grouped Controls"

When this is unchecked then you can select grouped objects, otherwise it selects individual objects in or out of the groups.

Wish there was a keyboard command for that, or cool Adobe type "closed arrow, open arrow" tool in the palette.

Posted: Tue Feb 20, 2007 9:58 am
by calvi
Bill, thanks that has fixed it!