Re: on deleteGroup

2010-01-07 Thread David Bovill
devin_a...@byu.edu On Jan 1, 2010, at 12:45 PM, David Bovill wrote: Just noticed that the deleteGroup message is not sent when the group is nested - anyone got an idea how to get around this? Say you have a group that you want to do some tidying up if a user deletes it - and so you put

Re: on deleteGroup

2010-01-07 Thread Devin Asay
in a users development environment. Sorry, David, I didn't read your original message closely enough. What if the parent group has a deleteGroup handler that passes the message on? Maybe the parent group is just swallowing group-related messages from child groups. What does the Message

Re: on deleteGroup

2010-01-07 Thread Trevor DeVore
On Jan 7, 2010, at 10:47 AM, Devin Asay wrote: Sorry, David, I didn't read your original message closely enough. What if the parent group has a deleteGroup handler that passes the message on? Maybe the parent group is just swallowing group-related messages from child groups. What does

Re: on deleteGroup

2010-01-07 Thread David Bovill
) - http://quality.runrev.com/qacenter/show_bug.cgi?id=8524 Votes appreciated! 2010/1/7 Trevor DeVore li...@mangomultimedia.com Assume you have this group hierarchy: Group A Group B Group C If you delete Group B then Group B receives the deleteGroup message as does Group A (unless

Re: on deleteGroup

2010-01-04 Thread Devin Asay
On Jan 1, 2010, at 12:45 PM, David Bovill wrote: Just noticed that the deleteGroup message is not sent when the group is nested - anyone got an idea how to get around this? Say you have a group that you want to do some tidying up if a user deletes it - and so you put a handler like

on deleteGroup

2010-01-01 Thread David Bovill
Just noticed that the deleteGroup message is not sent when the group is nested - anyone got an idea how to get around this? Say you have a group that you want to do some tidying up if a user deletes it - and so you put a handler like this in the group itself: on deleteGroup beep