On Tue, 7 May 2013 17:27:10 +0900 Kim Shinwoo <kimcinoo....@gmail.com> said:

> Dear All, Hello.
> 
> I'm a newbie on ecore_x_dnd.
> There are 3 windows A, B and C.
> 
> The A window is an input window, its position is always top.
> and window A conveys mouse event to the specific window B.

mouse event? or xdnd position event? or are you faking/forwarding mouse events
here on window b?

> The B window uses ecore_x_dnd*(); to send a dnd message(? event?)
> and The C has a handler for the dnd message which is sent by window B.
> 
> in this case, ecore_x_dnd*(); stuffs of window B are called but,
> the message would be consumed by window A. i.e. the hander of window C is
> not called.

probably because ecore_x_dnd detects window a is on top and thus should be the
target... because xdnd requires you walk the x window tree to find your
target window based on visibility/geometry and then send appropriate xdnd
events to it... ecore-x doesnt know that it should skip/ignore window A...

> So, is there an way to convey the dnd message to below?
> 
> Regards,
> Shinwoo Kim.
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
> their applications. This 200-page book is written by three acclaimed 
> leaders in the field. The early access version is available now. 
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to