Is there any reasonable way to detect the end of panning (left mouse
button goes up while the cursor is a 'hand')?
I ve got some text I have to put into the SVG every time the position
of svg changes. But for performance reasons I don't want to call this
function while panning, but only once every time the user stops
panning (i.e. mouse button goes up and ASV was in "panning mode", i.e.
you can see a 'hand' cursor) - then I would call my text-placing function.
I tested with mouse-up and it doesn't work at all. So finally I use
mouseHookEx API function but it makes some troubles in my app, so I
would like to avoid it.
>From the other hand I wouldn't like to use my own panning
('mousedown', 'mousemove', 'mouseup' handling and changing translate
of the svg), since we have a strong requirement on how the cursor
should look like.
Using standard ASV panning I've got a warranty I have a 'hand'-cursor.
Is there any way to handle cursors in ASV3.02 (even on the system
level), then it could be an alternative to me to use this cursor
handling with my own panning.
cheers
maciek
-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/