Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-14 Thread Tom Hacohen
Dear Jaehwan, Thanks a lot for the patch. This is indeed a very cool and needed feature. I don't have time (and I'm not the maintainer anyway) to review the code and apply it, but I do have a couple of questions/comments: 1. Does it support multi level group inheritance? I.e group B inherits f

[E-devel] How to set up input method module

2011-09-14 Thread dqnosms
Hi All, I'm new to efl and trying to understand something about input method. I found an example as follows, tried running it but failed. Code: ... // some callbacks.. int main(int argc, char **argv) { Eina_List *ids, *l; const char *id; Ecore_Evas *ee; Evas *evas; Evas_Object *re

Re: [E-devel] How to set up input method module

2011-09-14 Thread Devin
Btw, xim input module should already been installed in my system: $ ll /opt/e/lib/ecore/immodules total 68 -rwxr-xr-x 1 root root 1265 2011-09-14 16:07 xim.la -rwxr-xr-x 1 root root 65208 2011-09-14 16:07 xim.so At 2011-09-14 15:34:09,dqnosms wrote: >Hi All, > >I'm new to efl and trying to unde

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-14 Thread Cedric BAIL
Hi Jaehwan, That's indeed a very cool and needed feature ! On Wed, Sep 14, 2011 at 9:19 AM, Tom Hacohen wrote: > Thanks a lot for the patch. This is indeed a very cool and needed > feature. I don't have time (and I'm not the maintainer anyway) to review > the code and apply it, but I do have a c

[E-devel] edje depends on graphic sstem (X11, GDI, etc...)

2011-09-14 Thread Vincent Torri
Hey in edje_entry.c, line 1951, ecore_evas_window_get() is used. Which means that Edje depends on X11 or GDI or ... Which is imho not good. I think that Edje should be independant of any graphic system. what do you think of that ? Vincent -

[E-devel] Segfault in E

2011-09-14 Thread Tom Hacohen
Hey guys, I attached the backtrace. Happened when I switched desktops using my key combination. I have engage, and compositing using gl with an nvidia card. Cheers, Tom. #0 0xb77a7424 in __kernel_vsyscall () #1 0xb6e5c81b in waitpid () from /lib/libpthread.so.0 #2 0x08076bf8 in e_alert_show

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-14 Thread Tom Hacohen
Dear Jaehwan, My comment are inlined On 14/09/11 16:27, Jaehwan Kim wrote: > 1. Does it support multi level group inheritance? I.e group B inherits > from group A and group C inherits from group B. I.e A->B->C ? > > -> Yes. Technically, it is possible if the groups are written in order. > But I

Re: [E-devel] [Patch] elm_diskselector (ticket #853)

2011-09-14 Thread Mike Blumenkrantz
On Thu, 8 Sep 2011 12:41:27 +0900 cnook wrote: > Dear All, Hello~ > > The attached patch for resolving the ticket #853. > (http://trac.enlightenment.org/e/ticket/853) > > There is an issue when it comes to rounded item. > Anyhow, I will fix it also. > > Sincerely, > Shinwoo Kim in -- Mike Bl

Re: [E-devel] Ecore fd handler deletion.

2011-09-14 Thread Mike Blumenkrantz
On Sun, 11 Sep 2011 21:53:11 +1000 David Seikel wrote: > From my reading of the ecore fd handler code, returning > ECORE_CALLBACK_CANCEL from the handlers callback does the same as > ecore_main_fd_handler_del(), which is to mark the handler for deletion, > not actually do the deletion. The delet

Re: [E-devel] Ecore fd handler deletion.

2011-09-14 Thread Mike Blumenkrantz
On Mon, 12 Sep 2011 05:08:27 +1000 David Seikel wrote: > On Sun, 11 Sep 2011 21:53:11 +1000 David Seikel > wrote: > > > From my reading of the ecore fd handler code, returning > > ECORE_CALLBACK_CANCEL from the handlers callback does the same as > > ecore_main_fd_handler_del(), which is to mark

Re: [E-devel] diskselector...

2011-09-14 Thread Mike Blumenkrantz
On Mon, 12 Sep 2011 11:59:42 -0300 Leandro Pereira wrote: > On 09/12/2011 01:26 AM, Mike Blumenkrantz wrote: > > > > elm diskselector is unusable when finger size is very small. that's all. > > > > Diskselector is unusable. There, fixed that for you. > > Leandro hahahahahahaha -- Mike B

Re: [E-devel] Ecore fd handler deletion.

2011-09-14 Thread David Seikel
On Wed, 14 Sep 2011 10:25:59 -0400 Mike Blumenkrantz wrote: > On Sun, 11 Sep 2011 21:53:11 +1000 > David Seikel wrote: > > > From my reading of the ecore fd handler code, returning > > ECORE_CALLBACK_CANCEL from the handlers callback does the same as > > ecore_main_fd_handler_del(), which is to

Re: [E-devel] newer to enlightenment, ask a question about E_Dbus/bluez

2011-09-14 Thread Gustavo Sverzut Barbieri
On Wed, Sep 14, 2011 at 3:20 AM, Zhang, Jingke wrote: > > Hi all, > I am new to this mailing list. Hope to get help, thanks in advance! > When I investigate E_Dbus/bluez codes, I noticed the e_bluez_element.c file. > My question is what is the bluez dbus "element"? > > I tried "get_all" in bluez

[E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread Paulo Benatto
Hi List, I would like a little help with Scrolled_Entry Object and Events Handler. I have a Window and inside of it I have an Scrolled_Entry Object, My focus is in Scrolled_Entry, I would like Scrolled_Entry handled only numbers, the others keys, should be handled by my Window. I want to know how

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread michael bouchaud
2011/9/14 Paulo Benatto > Hi List, > > I would like a little help with Scrolled_Entry Object and Events Handler. > > I have a Window and inside of it I have an Scrolled_Entry Object, My focus > is in Scrolled_Entry, I would like Scrolled_Entry handled only numbers, the > others keys, should be ha

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread Paulo Benatto
I would like to do that, because my Entry Object has the focus and all events will go to it... I would like to handle only numbers in my Entry Object, others keys I would like to handle in my Window, how can I do that? Did you understand my problem? =) thanks 2011/9/14 michael bouchaud > 2011/9

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread michael bouchaud
2011/9/14 Paulo Benatto > I would like to do that, because my Entry Object has the focus and all > events will go to it... I would like to handle only numbers in my Entry > use elm_entry_filter to filter all character not wanted in the entry > Object, others keys I would like to handle in my W

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread Paulo Benatto
2011/9/14 michael bouchaud > 2011/9/14 Paulo Benatto > > > I would like to do that, because my Entry Object has the focus and all > > events will go to it... I would like to handle only numbers in my Entry > > > > use elm_entry_filter to filter all character not wanted in the entry > I'm doing

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread michael bouchaud
2011/9/14 Paulo Benatto > 2011/9/14 michael bouchaud > > > 2011/9/14 Paulo Benatto > > > > > I would like to do that, because my Entry Object has the focus and all > > > events will go to it... I would like to handle only numbers in my Entry > > > > > > > use elm_entry_filter to filter all char

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread Paulo Benatto
I'm not using the trunk .. I'm using Elementary 0.7.0.55255 2011/9/14 michael bouchaud > 2011/9/14 Paulo Benatto > > > 2011/9/14 michael bouchaud > > > > > 2011/9/14 Paulo Benatto > > > > > > > I would like to do that, because my Entry Object has the focus and > all > > > > events will go to

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-14 Thread Daniel Juyung Seo
55255 is way old. latest version is 63400. to grt the full support of lastest features, please update it. Daniel Juyung Seo (SeoZ) On Sep 15, 2011 7:20 AM, "Paulo Benatto" wrote: -- BlackBerry® DevCon Americas, Oct. 18-20

Re: [E-devel] ecore/evas key events

2011-09-14 Thread Youness Alaoui
Bump? Is there no one who knows why this was designed this way ? David and I both seem to agree that this isn't the right way to go. On Sun, Sep 11, 2011 at 7:46 AM, David Seikel wrote: > On Sun, 11 Sep 2011 04:25:57 -0400 Youness Alaoui > wrote: > > > While I'm working on adding keyboard suppo

Re: [E-devel] ecore/evas key events

2011-09-14 Thread Jihoon Kim
I also agree with Youness's opinion. I guess raster can maybe answer to this question. Raster, when will you come back? :) -Original Message- From: Youness Alaoui [mailto:kakar...@kakaroto.homelinux.net] Sent: Thursday, September 15, 2011 9:44 AM To: Enlightenment developer list Subject:

Re: [E-devel] [PATCH] new page APIs for gengrid (just like scroller) [take three]

2011-09-14 Thread Daniel Juyung Seo
Hello Benjamin Drucker, Thanks for you patch. Now in SVN! http://trac.enlightenment.org/e/changeset/63403 Daniel Juyung Seo (SeoZ) On Fri, Sep 9, 2011 at 4:45 PM, Benjamin Drucker wrote: > Slowly but surely > > This version of the gengrid page APIs patch has the following changes: > 1. fixed