Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42708 - 42738 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42708
Hi, I have been trying without success dom2 eventcapturing with ASV3 on IE6 in order to disable completely the mouse events : ...
Jean-David Benamou
benamoujd
Offline Send Email
Jun 1, 2004
8:12 am
42709
The recursive call to alerte() is normal ? ... De : Jean-David Benamou [mailto:jean-david.benamou@...] Envoyé : mardi 1 juin 2004 10:11 À :...
Hernandez
remynator13
Offline Send Email
Jun 1, 2004
9:41 am
42710
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...
pavan kumar
srinivasan_p...
Offline Send Email
Jun 1, 2004
9:50 am
42711
Hi, Thanks Mathias; but it still displayed as separated characters not concatenated charcters to be a word "ÝÇØä <> Ý Ç Ø ä", i mean in arabic there is...
Mamdouh Mohamed El-ba...
mamdouh78
Offline Send Email
Jun 1, 2004
9:52 am
42712
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...
pavan kumar
srinivasan_p...
Offline Send Email
Jun 1, 2004
9:53 am
42714
no sorry, this i just a typo alerte calls the window.alert function It is not the problem Any clue ?? Thanks JD...
Jean-David Benamou
benamoujd
Offline Send Email
Jun 1, 2004
10:10 am
42715
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...
Alexander Adam
evolgrafix_a...
Offline Send Email
Jun 1, 2004
10:45 am
42716
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...
Jonathan Chetwynd
signbrowser
Offline Send Email
Jun 1, 2004
11:40 am
42717
Hai, Yeah it crashes on firefox ,But it works alright on IE . __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo!...
pavan kumar
srinivasan_p...
Offline Send Email
Jun 1, 2004
12:08 pm
42718
Anyone have any pointers on printing SVG? has anyone succesfully scripted any aspect of this Working Draft? would it be possible? thanks Jonathan Chetwynd ...
Jonathan Chetwynd
signbrowser
Offline Send Email
Jun 1, 2004
12:22 pm
42719
Hi, I'm not sure about the meaning of your question To disable a mouse event you can use: myNode.removeEventListener("mouseover", myDoOnMouseFunction, false); ...
lestat_24
christophemoine
Offline Send Email
Jun 1, 2004
12:23 pm
42720
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...
Jerrold Maddox
jxm22
Offline Send Email
Jun 1, 2004
12:25 pm
42721
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...
lestat_24
christophemoine
Offline Send Email
Jun 1, 2004
12:31 pm
42722
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...
lestat_24
christophemoine
Offline Send Email
Jun 1, 2004
12:35 pm
42723
... 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...
Jean-David Benamou
benamoujd
Offline Send Email
Jun 1, 2004
1:44 pm
42724
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...
zuccaralloo
Offline Send Email
Jun 1, 2004
2:27 pm
42725
Try "window.parent.xxxxxxx( )"... Peter Kalev Senior Developer, SWF, LLC ... From: HektorK@... [mailto:HektorK@...] Sent: Monday, May 31,...
Peter Kalev
peterkalev2002
Offline Send Email
Jun 1, 2004
2:49 pm
42726
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,...
Olaf Schnabel
darkolaf77
Offline Send Email
Jun 1, 2004
4:03 pm
42727
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 >...
vyetrvik
Offline Send Email
Jun 1, 2004
4:28 pm
42728
el.nodeName, el.nodeType Peter Kalev Senior Developer, SWF, LLC ... From: vyetrvik [mailto:vyetrvik@...] Sent: Tuesday, June 01, 2004 9:28 AM To:...
Peter Kalev
peterkalev2002
Offline Send Email
Jun 1, 2004
4:30 pm
42729
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...
pavan kumar
srinivasan_p...
Offline Send Email
Jun 1, 2004
4:45 pm
42730
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...
cameronstephenson
cameronsteph...
Offline Send Email
Jun 1, 2004
5:01 pm
42731
Try: document.[reference to your embed].setSrc('newFile.svg') Peter Kalev Senior Developer, SWF, LLC ... From: cameronstephenson...
Peter Kalev
peterkalev2002
Offline Send Email
Jun 1, 2004
5:12 pm
42732
Thank you Peter, This is reely simple: SVGElemnt - Element - Node I can also use el.tagName......
vyetrvik
Offline Send Email
Jun 1, 2004
5:51 pm
42733
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....
Mathias FATENE
mfatene
Offline Send Email
Jun 1, 2004
6:28 pm
42734
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...
Jonathan Chetwynd
signbrowser
Offline Send Email
Jun 1, 2004
7:06 pm
42735
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...
Alastair Fettes
alastairsvg
Offline Send Email
Jun 1, 2004
7:34 pm
42736
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...
pavan kumar
srinivasan_p...
Offline Send Email
Jun 1, 2004
8:02 pm
42737
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...
Chris Lilley
nantonos_aedui
Offline Send Email
Jun 1, 2004
9:46 pm
42738
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...
Chris Lilley
nantonos_aedui
Offline Send Email
Jun 1, 2004
10:19 pm
Messages 42708 - 42738 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help