Hai , I have a problem with dragging shapes again... If i drag the mouse pointer too fast the shape doesn't move or it reacts late. I have also tried to...
Hi, Thanks Mathias; but it still displayed as separated characters not concatenated charcters to be a word "ÝÇØä <> Ý Ç Ø ä", i mean in arabic there is...
Hai , I have a problem with dragging shapes again... If i drag the mouse pointer too fast the shape doesn't move or it reacts late. I have also tried to...
Heiko, ... Thanks a lot. Do you also have any idea how to calculate the right values for making an "ease in/ease out" effect? Means that at one or more values...
Doug, it may be me but your DragAndDrop.svg snippet crashes firefox-asv3 consistently on drop. dialogue appears and app. crashes thanks Jonathan On 31 May...
Hai, Yeah it crashes on firefox ,But it works alright on IE . __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo!...
Anyone have any pointers on printing SVG? has anyone succesfully scripted any aspect of this Working Draft? would it be possible? thanks Jonathan Chetwynd ...
Hi, I'm not sure about the meaning of your question To disable a mouse event you can use: myNode.removeEventListener("mouseover", myDoOnMouseFunction, false); ...
I have been having the same problem in trying to develop multi-lingual sites and would also like a solution. I can get the Arabic with concatenated characters...
Hi, About the onload event, I tried with ASV3 and ASV6 and the problem occurs only with ASV6, that's true. I also tried your examples. With ASV3 everything...
Hi, About the onload event, I tried with ASV3 and ASV6 and the problem occurs only with ASV6, that's true. I also tried your examples. With ASV3 everything...
... Actually I want to add an eventlistener to my top element (the svg document) that will capture all mouse event (according to dom2 spec. the last argument...
Hi Alex, for keySplines I recommend the neat tool from http://pilat.free.fr/english/animer/ with that you can determine the speed (set of Bezier control...
Hi I have a problem with the onmouseout event in a symbol definition. With onmouseover and onclick all scripts work, but onmouseout does not fire. I use Win2k,...
Hi, How I can detect whish element clicked in next fragment: function myclick(evt) { var el=evt.getTarget(); // here I need to know it is <text> ,< circle >...
Hi , i have written a program for dragging shapes but when the the rectangle drags fine but when the mouse is moved very fast outside the rectangle doesn't...
Hi, I've looked everywhere for an example of how to do this, but as a newbie, I can't find what I'm looking for... I have an HTML page with an embed SVG image...
unicode.org is the site. about concatenation, i don't have the trick. Sould be done with prepared characters for concatenation. Please look for the right font....
Olaf, I had very similar problems with win98, onmouseout seems unpredictable in my snippet, sometimes it fires other times not. As a workaround I decided to...
Hi Pavan, The problem you are experiencing is that when your mouse is moved fast, the drag'd shape gets lagged behind. At that instant your mouse is not...
Hi Alastair, Thanks for u'r answer.. I understand what u say, but in the snippet of code i sent, I already have a mouseover event defined for the inner rect...
On Tuesday, June 1, 2004, 11:51:15 AM, Mamdouh wrote: MMEb> Hi, MMEb> Thanks Mathias; but it still displayed as separated MMEb> characters not concatenated...
On Sunday, May 30, 2004, 1:18:59 PM, Mamdouh wrote: MMEb> Hi all. MMEb> I want to draw an SVG arabic text, i searched for the MMEb> arabic support in SVG...