Hello all,
I'm having some problems with OpenFrameworks Event system, which is based on POCO's.
I'm registering an event with ofNotifyEvent(ofEvent event) and definining the event listener with ofAddListener(ofEvent event,ListenerClass instance, ListenerMethod method)
The class I'm registering as listener is never called when ofNotifyEvent is called. I've debugged my application and so far I have not found why this is happening.
If someone has an idea or any question I will elaborate. My only experience with Events is with ActionScript 3's event system.
Thanks.