Hi, In my development of Elegance I'm trying to build a drag&drop system. My window is (simply) organised like that :
*** Window (elm_win) ****** left_panel_swallow ********* elm_box ************ genlist (elm_genlist) ****** view_swallow ********* elm_inwin ************ view_layout (elm_layout) ****** ... I drag&drop items from genlist to view_layout. When I doing that, I want to catch some events in my elm_win. But I can't because only left_panel_swallow is the transmitter of all events. To counter that, I try to use evas_object_pointer_mode_set with EVAS_OBJECT_POINTER_MODE_NOGRAB but no changes :( I suppose evas_object_pointer_mode_set don't transmit the EVAS_OBJECT_POINTER_MODE_NOGRAB to other subclass of an elm_object. Is it normal ? Other theories ? Regards, p.s: sorry for the fail html mail sent. -- CHEVALIER Patrick Open Wide Ingénierie ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
