Re: [E-devel] Edje crashes by fast triggered animations

2008-02-29 Thread The Rasterman
On Fri, 8 Feb 2008 15:40:52 +0100 "Thomas Gstädtner" <[EMAIL PROTECTED]> babbled: found it. you had a self-feeding signal loops - but that created bad behavior in edje so it fed itself events forever and hung ui-wise, but queued up work to do eventually using up all mmeory and crashing :) fixed i

Re: [E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Gustavo Sverzut Barbieri
On Feb 8, 2008 3:11 PM, Thomas Gstädtner <[EMAIL PROTECTED]> wrote: > Ok, it's available on http://gstaedtner.net/test.edj > We have also tried to strip it down, but the problems didn't disappear until > I removed the second animation. > I'll take a look at your file and edje in more depth, but lo

Re: [E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Thomas Gstädtner
Ok, it's available on http://gstaedtner.net/test.edj We have also tried to strip it down, but the problems didn't disappear until I removed the second animation. On 2/8/08, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > On Feb 8, 2008 2:50 PM, Thomas Gstädtner <[EMAIL PROTECTED]> wrote: >

Re: [E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Gustavo Sverzut Barbieri
On Feb 8, 2008 2:50 PM, Thomas Gstädtner <[EMAIL PROTECTED]> wrote: > I can upload the eet-archive or the edc-file if you want. yes, please -- Gustavo Sverzut Barbieri -- Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ#: 17249123 Skype: gsbarbieri

Re: [E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Thomas Gstädtner
I can upload the eet-archive or the edc-file if you want. On 2/8/08, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > On Feb 8, 2008 2:24 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> > wrote: > > > > On Feb 8, 2008 11:40 AM, Thomas Gstädtner <[EMAIL PROTECTED]> wrote: > > > Hi, > > > >

Re: [E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Gustavo Sverzut Barbieri
On Feb 8, 2008 2:24 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > On Feb 8, 2008 11:40 AM, Thomas Gstädtner <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I wrote a edje-file with some basic animations for buttons - with fade-in > > and fade-out effect. > > Unfortunately edje crashes when

Re: [E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Gustavo Sverzut Barbieri
On Feb 8, 2008 11:40 AM, Thomas Gstädtner <[EMAIL PROTECTED]> wrote: > Hi, > > I wrote a edje-file with some basic animations for buttons - with fade-in > and fade-out effect. > Unfortunately edje crashes when I trigger the animations too often or fast. > My program-parts for this: > > program { \

[E-devel] Edje crashes by fast triggered animations

2008-02-08 Thread Thomas Gstädtner
Hi, I wrote a edje-file with some basic animations for buttons - with fade-in and fade-out effect. Unfortunately edje crashes when I trigger the animations too often or fast. My program-parts for this: program { \ > name: "button"button_number"_animation"; \ > signal: "mouse,in";