I'don't know if questions like this belong to this list. If it doesn't, 
just 
let me know.

        I'm trying to add an event handler to an Ecore_Evas object. I'm just 
using a 
call to:

        ecore_event_handler_add(ECORE_X_EVENT_MOUSE_IN, aCallbackFunction, 
NULL);
        ecore_x_events_allow_all();

        But the callback function never is invoked. 

        If I set a timer callback function like:

        ecore_timer_add(0.5, aTimerCallbackFunction, NULL);

        It works beautifully.

        Is there anything else I must do after adding the event handler ?

        - Juan
        


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to