PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: earmountaina on June 27, 2008, 08:11:30



Title: Rogue Development's ObjectHandles
Post by: earmountaina on June 27, 2008, 08:11:30
Hi,

I'm developing using ObjectHandles and am wondering if anyone
has pointers for propagating events to MVC view components that are
contained in ObjectHandles. Right now I've got it working by
implementing an ObjectHandlesMediator that listens for
ObjectHandleEvent.OBJECT_SELECTED events and handles them, but I run
into some ugly code when I go to get the child object. It's mixed in
with eight ImageHandle objects. I'm thinking I should subclass
ObjectHandles and make it more specific to my uses. Any suggestion
would be appreciated.

-- Mike