On Tue, Mar 18, 2008 at 4:49 PM, David Röthlisberger <squeak@c3com.ch> wrote:
Change this to read:

isActive
   ^(target isKindOf: OBClassNode) and: [requestor isSelected: target]

Thanks.  That's why I'm still asking beginner questions...I don't know why my brain didn't even go check that method out.  I think I was just thinking "of course I want it to be active!" 

Rob