PROTECTED]>
Reply-To: Angelo Tata <[EMAIL PROTECTED]>
Subject: Re: [Dynapi-Help] Capture Mouse Position
To: dynapi <[EMAIL PROTECTED]>
At 12.58 22/07/2002 -0500, Scott Vitale wrote:
>Now I'm trying to retrieve the mouse position and store it in a global
>variab
At 12.58 22/07/2002 -0500, Scott Vitale wrote:
>Now I'm trying to retrieve the mouse position and store it in a global
>variable. I tried the code listed on the dynapi.sourceforget.net site, but I
>can't get it to work - always shows (0,0) as the position.
I don't know about the code on the s
I need to figure this out too. If you figure it out off the list will you post
the solution?
I have a link in my page that creates a new layer, and I want that layer to be
positioned near the link. So i figured if i got the X/Y of the mouse when it was
clicked i could properly position the new la
I've figured out my event listeners/encapsulation confusion. The tutorial I
was following used: self.dynlayer(blah, blah blah)
It needs to be: self.dynlayer = new DynLayer(blah, blah blah)
Anyway..
Now I'm trying to retrieve the mouse position and store it in a global
variable. I tried