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 problem is > when I > > change style on clicked callbac

Re: [E-devel] Bug when changing style

2012-01-19 Thread The Rasterman
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 problem is when I > change style on clicked callback of button, i wrote a little test to > simulate that.. > In my test I have a timer (1 sec) th

Re: [E-devel] Bug when changing style

2012-01-13 Thread Guilherme Silveira
Hi, Ok, a will open a bug.. And about my code, I re-read the documentation and it's clear what happens with this function.. I will fix my code, thanks about the suggest and the bug.. Regards, 2012/1/13 Daniel Juyung Seo > This smells like a bug. Oh yeah it's a bug! > Sorry I don't have time at

Re: [E-devel] Bug when changing style

2012-01-12 Thread Daniel Juyung Seo
This smells like a bug. Oh yeah it's a bug! Sorry I don't have time at the moment to dig this out but you can also raise ticket for bug reporting. http://trac.enlightenment.org/e/report Anyhow, thank you for reporting. Btw, I have one comment on your code. After you do elm_shutdown() you're callin

[E-devel] Bug when changing style

2012-01-12 Thread Guilherme Silveira
Hi All, I think I found a bug when I changing button's style. The problem is when I change style on clicked callback of button, i wrote a little test to simulate that.. In my test I have a timer (1 sec) that it change style of a button (obj1), and another button (obj2) that it only change when i c