Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Rogue Development's ObjectHandles  (Read 6160 times)
earmountaina
Jr. Member
**
Posts: 14


View Profile WWW Email
« 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
Logged
Pages: [1]
Print