put the mouseover checker into DynAPI.ducment itself.

I did the same.
In my document I have an event handler that checks if a popup menu is
showing, and if so, hides it..
Same for my tooltips..
I've used this method to avoid using mouseout as mouseout is pre-emted by
the mouseover of other objects..

Doug

----- Original Message -----
From: "Jeff Greenberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 10:26 AM
Subject: [Dynapi-Help] Question on Mouse Events


> I posted this once before, but got no response.... one more time:
>
> --------------
>
>
> Ok...
>
> I have a widget for which I create an event handler for mouse events. On
>
> mouse down, it stores the coordinates of the mouse pointer in an object
> property and sets a variable to true. On mouse up, it sets the variable
> to false. On mouse move, it checks to see if mouse down is true, then
> compares the current coordinates of the mouse pointer with the old and
> calls a method. I don't use setBubble explicitly at all.
>
> When I do this in NS 4.74, it works fine-- even if the the mouse pointer
>
> is moved off of the widget, the handler is still called. But when I move
>
> the mouse pointer off the widget in IE 5.5, the object stops responding
> to the event until I move it back over the widget. I've tried all sorts
> of things with setBubble and enabling drag events and such, but can't
> get it to work. I am obviously missing something simple here, since
> other widgets I have seen (i.e. the scrollbar widget) do not have this
> problem.
>
> Any suggestions?
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to