MorphOS Developer
Posts: 3198 from 2003/3/5
From: Canada
Try the GUIMODE flag in EHNode.ehn_Flags.
Also, calling DoSuper in HandleEvent looks incorrect. You generally don't call this at all because if the parent class needs to handle events, it installs its own handler.
Always eat click events if they're inside your own object, even if you don't do anything with them.