Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-16 Thread EunMi Lee
--- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : 2011-10-15 13:10 (GMT+09:00) Title : Re: [E-devel] Question about event propagation routine of elm_scroller On Fri, 14 Oct 2011 11:08:16 + (GMT) EunMi Lee said: Thank you for your explaination :) I understand why

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-16 Thread The Rasterman
code. :) presto. problem solved. :) you just need the glue bit. BR, Eunmi Lee --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : 2011-10-15 13:10 (GMT+09:00) Title : Re: [E-devel] Question about event propagation routine of elm_scroller On Fri, 14 Oct

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-14 Thread The Rasterman
On Thu, 13 Oct 2011 02:19:09 + (GMT) EunMi Lee eunmi15@samsung.com said: h. this is actually an interesting one. evas has some cool mechanisms that are used to make events reroute all over the place. what scroller does is this in objects stacking: = scroller --- --- - --

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-14 Thread EunMi Lee
solution to stop scroller. --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : 2011-10-14 19:10 (GMT+09:00) Title : Re: [E-devel] Question about event propagation routine of elm_scroller On Thu, 13 Oct 2011 02:19:09 + (GMT) EunMi Lee said: h

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-14 Thread The Rasterman
Haitzlerras...@rasterman.com Date : 2011-10-14 19:10 (GMT+09:00) Title : Re: [E-devel] Question about event propagation routine of elm_scroller On Thu, 13 Oct 2011 02:19:09 + (GMT) EunMi Lee said: h. this is actually an interesting one. evas has some cool mechanisms that are used

[E-devel] Question about event propagation routine of elm_scroller

2011-10-12 Thread EunMi Lee
Hello all, I have a question about event propagation routine among Evas_Object specially elm_scroller. I made an application which has Evas_Objects as follows: my object - elm_layout - elm_box - elm_scroller - elm_navibar (- means : left is contained to right) I expect that event is propagated