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

2011-10-16 Thread The Rasterman
w and inside the callback it provides.. it calls the "disable scrolling in axis x/y on parent" code. :) presto. problem solved. :) you just need the glue bit. > BR, > Eunmi Lee > ------- Original Message --- > Sender : Carsten Haitzler > Date : 2011-10-15 13:10 (GMT+09:

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

2011-10-16 Thread EunMi Lee
BR, Eunmi Lee --- Original Message --- Sender : Carsten Haitzler 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 understan

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

2011-10-14 Thread The Rasterman
--- > Sender : Carsten Haitzler > 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 so

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

2011-10-14 Thread EunMi Lee
e to find other solution to stop scroller. --- Original Message --- Sender : Carsten Haitzler 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

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 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 --- --- - --< objects under scrolle

[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 propa