On Thu, 6 Jul 2006 18:00:39 +0200 David <[EMAIL PROTECTED]> babbled:

> Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> schrieb (Thu, 6 Jul
> 2006 17:17:10 +0900):
> 
> > On Thu, 6 Jul 2006 09:22:05 +0200 David <[EMAIL PROTECTED]> babbled:
> > 
> > i cant reproduce your bug... are you running latest cvs?
> 
> yes, I've installed it the first time 5 days ago and now i've latest cvs
> again.
> 
> I've made a video with my mobile, mplayer plays it:
> http://dvd.rockt-aachen.de/flip.3gp

THATS a new of of taking screenshot videos! :) well i can't reproduce that
issue here at all - i've tried a fair bit. it also doesn't make sense given the
code. the timer to do the raise is deleted in 2 situations. when the focus is
removed from a window it is deleted (in e_border.c in e_border_focus_set()) you
can see that when it turns the focus off - if there is a raise timer, it's
deleted and thus the timer should not happen and the raise never happen. the
2nd place is in e_focus.c - e_focus_event_mouse_out() contains the same code
that on a mouse out event on a window the timer will be deleted and not
replaced. somehow neither of these codepaths is being executed (really weird!)
OR the timer is still going off anyway after deletion (also REALLY weird).
basically all you can do is put printf's into the code and start finding what
codepaths get run when, where and why and trace from there. if i can reproduce
it here i can follow the codepaths - but since i can't... you will need to do
that. :(

> So, tell me how I can help fix this.
> 
> bye
> 
> 
> > > Hi, 
> > > I've activate the option "atomatically raise windows on mouse over" with a
> > > delay of 0,5 seconds.
> > > 
> > > Now, when a new window opens or I move the mouse for a very short time
> > > outside the window over another window and then back again the windows
> > > shuttle (see-saw?) endless, until i klick on of them or the background.
> > > 
> > > is this already on the todo list?
> > > if so, sorry!
> > > 
> > > bye
> > > 
> > > david.
> > > 
> > > Using Tomcat but need to do more? Need to support web services, security?
> > > Get stuff done quickly with pre-integrated technology to make your job
> > > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > Geronimo
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > _______________________________________________ enlightenment-users
> > > mailing list [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > 
> > 
> > 
> > -- 
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
> > _________
> > Tokyo, Japan (______ ______)
> > 
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________ enlightenment-users mailing
> > list [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to