On Tue, 01 Nov 2005 19:11:06 +0100 Simon TRENY <[EMAIL PROTECTED]> babbled:

> Hi folks,
> 
> I have noticed since quite a while now that when you press an evas 
> object with the mouse, the MOUSE_DOWN event is obviously emitted, but 
> before it, the MOUSE_OUT and MOUSE_IN events are emitted too. I don't 
> think it's some kind of feature, and I don't think it was like that 
> before (maybe some months ago).
> For most of the things, it's ok, but it causes problems when you want to 
> execute some action when the MOUSE_OUT or MOUSE_IN events are emitted, 
> and if you don't want these actions to be executed when the object is 
> pressed.

i'm just clicking in edje here - onm the e logo button... and:

CALLBACK for "mouse,move" "logo"
CALLBACK for "mouse,move" "logo"
CALLBACK for "mouse,down,1" "logo"
CALLBACK for "program,start" "logo_click"
CALLBACK for "program,stop" "logo_click"
CALLBACK for "program,start" "logo_click_d1"
CALLBACK for "drag,step" "dragable"
CALLBACK for "program,stop" "logo_click_d1"
CALLBACK for "program,stop" "logo_animate"
CALLBACK for "program,start" "logo_animate"
CALLBACK for "mouse,up,1" "logo"
CALLBACK for "mouse,clicked,1" "logo"
CALLBACK for "program,start" "logo_unclick"
CALLBACK for "program,stop" "logo_unclick"
CALLBACK for "mouse,move" "logo"
CALLBACK for "mouse,move" "logo"

unless the object is being hidden an shown .. then u'd get it. but it's
specific to some hide/show i'd guess (or some other object appearing on top
then going away)

> Regards :)
> Simon TRENY <MoOm>
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to