Upon further inspection (with IE6/win32), I found the only missing functions
are middle and right click and double clicks.  The mousedown and mouseup
events seem to be firing ok.  Without completely understanding the library
code (and only understand the example usage) I tried modifying the library
code and example by adding appropriately named statements where the working
event types were mentioned..  Starting to get the hang of the usage of the
library code, and some insight into the library code, but not fully
understanding yet.


----- Original Message -----
From: "Doug Melvin" <[EMAIL PROTECTED]>
To: "Leif W" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 8:41 PM
Subject: Re: [Dynapi-Dev] Missing mouse events?


> The browser itself does know which button was clicked..
> it tells you the button number.
> As for the mouseevents code (DynAPI) it may or may not implement seperate
> function for each..
>
> I am only now getting back into DynAPI after a 6 month 'vacation'
> so I  cannot tell you for sure.. I just got fired from my 12 hour a day
> sales job and now have a lot of time to get back into this..
>
> (and the crowd cheared)
>
> I am first investigating the new 'rebuilt' version (2.9). If I do not like
> it then I will dive back into 2.6 and start looking at what functionality
I
> would like.
>
> Too.. since richard site does not seem to be going back online anytime
soon,
> I intend (once familiarized) to build and host my own DynAPI page..
>
> Ciao boys and girls
>
> ----- Original Message -----
> From: "Leif W" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, January 10, 2003 1:21 PM
> Subject: [Dynapi-Dev] Missing mouse events?
>
>
> > Hello,
> >
> > I'd like to open a discussion (however brief) about mouse events.  For
> > instance, do middle and right click and double click events exist in the
> > browser in the first place?  If so, is it possible to differentiate
> between
> > left, middle, and right clicks?
> >
> > I'm trying to wrap my head around the event model in the dynapi and came
> > across some missing mouse events.
> >
> > As of now, there's 4 basic logical categories of mouse events.  I'll put
a
> *
> > after what seems to be missing.  I'll put a + after what seems to be
there
> > in some code but I haven't got to work.
> >
> > Position & Movement: onmouseover, onmousemove, onmouseout
> > Left Button: onmousedown, onmouseup, onclick, ondblclick
> > Middle Button: onmdmousedown+, onmdmouseup+, onmdclick*, onmddblclick*
> > Right Button: onrtmousedown, onrtmouseup, onrtclick+, onrtdblclick*
> >
> > Leif
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.NET email is sponsored by:
> > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> > http://www.vasoftware.com
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> > http://www.mail-archive.com/[email protected]/
> >
>
>




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to