Hi,
I'm continuing to develop a version of DynAPI that is used strictly like an
API (real object oriented). I ran in to a weird thing with mouse events. I
have added an event for on click and in it the line
alert(e.getX()) and it returns -3 anywhere in the component
if I do
alert(e.getPageX())
it's always -1? what's wrong?


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

Reply via email to