On Mon, 10 Oct 2005 22:34:30 -0700 Arlo <[EMAIL PROTECTED]> babbled: > I ran into a bug with edje today. I'm using the latest libs (unless > anon is behind). > I asked a few people on Irc to try it, and one reproduced the crash with > recent libs while someone else with an old version of edje (Aug 31) > didn't have the problem. > > Anyhow, this is a fairly simple button that just scales a little bigger > on mouse,in and reduces size on mouse,out. > > As near as I can tell, if you mouse,out and then mouse,in before the > program: "button_power_out" stops,(before the transition back to > "default" completes) it begins to flip rapidly between the programs and > hangs. When I took out transitions it hung right away. > > I've attached the files.
argh! well ok. here's the problem (in reality): 1. mouse out event, object JUMPS to biggest size to begin gettig smaller from there - as a result a... 2. mouse in event happens again, mouse jumps to smallest size to begin expanding, and this triggers 1. again (loop) since this is partly handled in direct callbacks it continously re-generates the same signal set causing an infinite loop. its a tough thing to stop from happening actually. i plan on changing tweening in edje a bit so i a transition to a new state begins it does it FROM the current state not the end state. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel