[E-devel] Bug in EDJE

2012-08-20 Thread Guilherme Silveira
e problem, if i found something else, i will create another patch. -- Eng. Guilherme Silveira E-mail: xgu...@gmail.com Celular: (48) 9640-3883 patch Description: Binary data -- Live Security Virtual Conference Exclusive

Re: [E-devel] Internationalization

2012-04-02 Thread Guilherme Silveira
I use theme because i created a lot of different layouts to each window that i need.. so some static texts i put in the theme.. 2012/3/29 Carsten Haitzler > On Thu, 29 Mar 2012 13:33:33 -0300 Guilherme Silveira > said: > > > Hi all, > > > > I have some t

Re: [E-devel] Internationalization

2012-03-29 Thread Guilherme Silveira
This not sound like good for me... I will have a lot of work.. Thanks.. ;/ 2012/3/29 michael bouchaud > You can't translate strings in the edc file for now. But you can call some > edje_object_part_text_set with gettext stuff in c. > > 2012/3/29 Guilherme Silveira > > &

[E-devel] Internationalization

2012-03-29 Thread Guilherme Silveira
Hi all, I have some text in edc file, but i need internationalization in the theme.. Any tip how can i do that? Regards, -- Guilherme Silveira E-mail: xgu...@gmail.com -- This SF email is sponsosred by: Try Windows

[E-devel] Bug using list item...

2012-03-13 Thread Guilherme Silveira
and I saw the follow... in elm_list_item_end_set my new end object is setted but when i call elm_list_item_end_get, it->dummy_end is TRUE, so NULL is returned... And never this variable become FALSE.. I think that's the problem... Best regards, -- Guilherme Silveira E-mail: xgu

Re: [E-devel] #953: Changing style on clicked event

2012-02-13 Thread Guilherme Silveira
oh and i think i fixed this already! i forgot to close this. :) > > -- > Ticket URL: <http://trac.enlightenment.org/e/ticket/953#comment:2> > Enlightenment <http://www.enlightenment.org/> > Enlightenment Project > -

Re: [E-devel] Bug when changing style

2012-01-24 Thread Guilherme Silveira
Thanks... I'm going to update.. ;) Regards... 2012/1/20 Carsten Haitzler > On Thu, 12 Jan 2012 08:35:40 -0200 Guilherme Silveira > said: > > f0xed. rev 67368. > > > Hi All, > > > > I think I found a bug when I changing button's style. The prob

Re: [E-devel] Problem with list

2012-01-13 Thread Guilherme Silveira
; be highlighted, you also need to call elm_list_item_selected_set(item, > > EINA_FALSE); > > Thanks. > > > > Daniel Juyung Seo (SeoZ) > > > > On Fri, Jan 13, 2012 at 9:22 AM, Carsten Haitzler > wrote: > >> On Thu, 12 Jan 2012 14:34:34 -0200 Guilherme Silveira &

Re: [E-devel] Bug when changing style

2012-01-13 Thread Guilherme Silveira
; from the memory. > > Thanks. > > Daniel Juyung Seo (SeoZ) > > > On Thu, Jan 12, 2012 at 7:35 PM, Guilherme Silveira > wrote: > > Hi All, > > > > I think I found a bug when I changing button's style. The problem is > when I > > change style on

[E-devel] Problem with list

2012-01-12 Thread Guilherme Silveira
LL, NULL, NULL); elm_list_item_append(list, "name 3", NULL, NULL, NULL, NULL); elm_list_go(list); evas_object_smart_callback_add(list, "activated", _list_activated, NULL); elm_run(); elm_shutdown(); out: evas_object_del(parent);

[E-devel] Bug when changing style

2012-01-12 Thread Guilherme Silveira
elm_shutdown(); out: evas_object_del(parent); return 0; } ELM_MAIN() Regards, -- Guilherme Silveira E-mail: xgu...@gmail.com -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http:/

Re: [E-devel] ecore_main_loop_glib_integrate (leak)

2011-12-20 Thread Guilherme Silveira
Hi, Yes, in blackfin the problem was fixed, any leak occurs in our little test.. I saw your commit and I have the same opinion about static_mutext, it's not clear in the documentation.. Thanks man!! Regards, 2011/12/20 Carsten Haitzler > On Thu, 15 Dec 2011 13:30:07 -0200 Guilherme

Re: [E-devel] ecore_main_loop_glib_integrate (leak)

2011-12-15 Thread Guilherme Silveira
ayoffs and pitfalls? > http://www.accelacomm.com/jaw/sdnl/114/51425149/ > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Eng. Guilh

Re: [E-devel] Problem with disabled button

2011-11-29 Thread Guilherme Silveira
, "disabled", 0.0); > } > } > program { name: "icon_show"; > @@ -1062,43 +1068,35 @@ > program { name: "disable"; > signal: "elm,state,disabled"; > source: "elm"; > - action: STATE_SET "disabled" 0.0; > - target: "

[E-devel] Problem with disabled button

2011-11-25 Thread Guilherme Silveira
set it's verified: if (sd->disabled == disabled) return; So any change happened. -- Guilherme Silveira E-mail: xgu...@gmail.com -- All the data continuously generated in your IT infrastructure contains a definitive

[E-devel] Problem with list

2011-11-23 Thread Guilherme Silveira
change my size_hint_mim to the value bigger than my icon size, so spaces will add between icons... How can I fix this!? Regards, -- Guilherme Silveira E-mail: xgu...@gmail.com -- All the data continuously generated i

Re: [E-devel] Problem with framebuffer

2011-11-22 Thread Guilherme Silveira
Thanks man! ;) 2011/11/22 Carsten Haitzler > On Mon, 21 Nov 2011 16:28:06 -0200 Gustavo Sverzut Barbieri > said: > > > On Mon, Nov 21, 2011 at 1:51 PM, Guilherme Silveira > wrote: > > > Hi all, > > > > > > I'm using framebuffer and

[E-devel] Problem with framebuffer

2011-11-21 Thread Guilherme Silveira
d make this variable true! In elm_win.c is connected to focus event using ecore_evas_callback_focus_in_set function, but the callback function is never called in ecore_evas_fb.. Do you have some ideia to fix this problem? Regards, -- Guilherme Silv

[E-devel] Problem with framebuffer and tslib

2011-11-18 Thread Guilherme Silveira
Hi all, I'm cross-compiling EFL to blackfin, and I'm using framebuffer and tslib to touch screen... Some days ago I was using release version, but told me to update to trunk version... Now I'm having some problems with touch.. I verified in the code my problem... I put some debugs and I saw that