Hi, JD- Sorry, no, it's not possible.
However, if you are using ASV6, you *could* make a workaround. First, assign a cursor to the pointer. Then, whenever you want to move the pointer, simply assign the cursor on the pointer to 'none', and pop up a fake cursor at the new location, storing the offset in a global SVGPoint. Then, on mousemove, you move the fake cursor to match the real pointer location (factoring in the offsets). Of course, for click or mousemove-type events with other elements, you would then need to calculate the intersection of the fake cursor with those other elements and re-fire mouse events respectively, but for some simple use-cases, it might suffice. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Jean-David Benamou wrote: | | | Hi, | | In javascript/DOM one can get the mouse pointer position from | evt.getclientX (y). My question is : | | is it possible to do the opposite : assign a position to the | mouse pointer from the javascript ?? | | Thanks | JD -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 1/17/2005 ----- 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/

