Thank you for your advice. Sure, I will try not to have big regression when I port elm_web.
First I thought that just gives option to enable elm_web. But I can focus scrolling issue of elm_web first. About possibility of elm_scroller_interface for elm_web. my simple idea is providing the API that disables the main frame scrollbar of ewk_view and embedding ewk_view into edje to match with scroller interface. I will prototype it. Best regards, Ryuan Choi 2012/11/16 Gustavo Lima Chaves <[email protected]> > * ryuan Choi <[email protected]> [2012-11-15 22:20:20 +0900]: > > > OK, I just tried to compile without understanding logic. :) > > > > Now, I can execute eve and I will start to analyze it to port elm-web. > > Hi, Ryuan. > > Though porting Eve to elm_web is a good thing, taking off kinetic > scrolling from it would be a regression, IMO. Making elm_web itself > kinect would be the way to go, though it's no easy task. > > Regards, > > > > > Thank you. > > > > 2012/11/15 Carsten Haitzler <[email protected]> > > > > > On Wed, 24 Oct 2012 23:55:05 +0900 ryuan Choi <[email protected]> > said: > > > > > > wtf .. throwing events away is a bad idea... events are not just mouse > or > > > key - > > > they can involve exposes, configure notifies and other very important > > > events > > > telling of important state changes in x. NEVER throw events away with > xsync > > > -ever. its a horribly bad idea. as for the ecore_x api to to focus the > > > window - > > > there is an elm_win_activate() for this... i changed it. this patch > isnt > > > needed. :) but thanks for pointing out the nasties in eve. :) > > > > > > > Hi, > > > > > > > > While building eve, I got below errors. > > > > main.c:391: error: undefined reference to 'ecore_x_window_focus' > > > > view.c:1099: error: undefined reference to 'ecore_x_display_get' > > > > view.c:1101: error: undefined reference to 'XSync' > > > > view.c:1121: error: undefined reference to 'XSync' > > > > > > > > I don't know history, but it seems that eve needs ecore-x and xlib > > > > dependencies. > > > > > > > > In order to fix this build break, attached patch > > > > - added ecore-x and xlib configuration. > > > > - changed ecore_x_window_focus0 to ecore_evas_focus_set() > > > > - disabled HACK_FLUSH_EVENTS_DURING_LONG_CALCULATE when we have > ecore-x > > > or > > > > xlib. > > > > > > > > Please check the attachment and give me some feedback. > > > > Thanks in advance. > > > > > > > > Best regards, > > > > Ryuan Choi > > > > > > > > > -- > > > ------------- Codito, ergo sum - "I code, therefore I am" > -------------- > > > The Rasterman (Carsten Haitzler) [email protected] > > > > > > > > > ------------------------------------------------------------------------------ > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, vmware, > > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > -- > Gustavo Lima Chaves > Computer Engineer @ ProFUSION Embedded Systems > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
