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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 61538 - 61567 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
61538
... Yeah, I recall John Resig recently blogging about Web browser timing [1]. Although IE is pointed as the one suffering more from timing issues, and the...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 2, 2008
10:10 am
61539
... Well, although Apache XML graphics was already partially referred [1] (through Apache FOP [2]), I'd like to leave a more direct link to the SVG...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 2, 2008
10:28 am
61540
On Tue, 02 Dec 2008 10:10:40 -0000 ... At the moment, I'm running pure Linux, so IE is not a testable option. I probably need to get a VM up to test IE. ... I...
G. Wade Johnson
gwadej
Offline Send Email
Dec 2, 2008
1:14 pm
61541
Hi all, Does anybody know how to allow a text tag to allow french acsents, i.e <text id="fg8H0" x="124.4" y="396.0" style="font-family:Arial; font-size:12.1;...
markelliott2000
Offline Send Email
Dec 3, 2008
10:55 am
61542
Hi, I have the following svg code : <g onmousedown="down(evt);" onmouseup="up(evt);"> <circle onclick="alert('circle1')" fill="black" r="5" cx="5" cy="5"/> ...
jgfa92004
Offline Send Email
Dec 3, 2008
11:07 am
61543
... Probably more modifications are required: for example, ASV and Renesis don't accept a method as setInterval/setTimeout argument - a string must be used...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 3, 2008
12:04 pm
61544
I now know that this can be achieved as follows; <!-- English messages --> <text class="info" lang="en">Variable declared twice</text> <!-- French messages -->...
markelliott2000
Offline Send Email
Dec 3, 2008
12:14 pm
61545
... This is not directly related to SVG but to XML in general. Usually, you only need to specify the encoding in the XML preamble (first line which should be...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 3, 2008
12:16 pm
61546
... I suspect (no deep testing/analysis, sorry!) you are calling "stopPropagation" within the "down" method. If you are, then the behavior is expected - the...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 3, 2008
12:26 pm
61547
Hi, Thanks for the answer. No, I don't call the fonction "stopPropagation". Here is a simpler example that doesn't work either : <g...
jgfa92004
Offline Send Email
Dec 3, 2008
1:08 pm
61548
On Wed, 03 Dec 2008 12:04:06 -0000 ... I vaguely remember that from back in the old days. Thanks for reminding me. ... I believe this is the reason for the...
G. Wade Johnson
gwadej
Offline Send Email
Dec 3, 2008
1:11 pm
61549
Take a look at the following; it lets different events on parts of the group be registered and responded to. Hope it helps David <svg...
Dailey, David P.
david.dailey@...
Send Email
Dec 3, 2008
5:30 pm
61550
Yes, thanks a lot, it will help but is this the only way to achieve this ? So it's not possible at all to fire those 2 events at the same time ? ...
julie gautier
jgfa92004
Offline Send Email
Dec 3, 2008
6:40 pm
61551
Hi, There's something I really don't understant, if somebody could help me : in the javascript code David sent, if I add an alert in the 'all' function : if...
julie gautier
jgfa92004
Offline Send Email
Dec 3, 2008
8:23 pm
61552
Hi Julie, I think what is happening when you put an alert in the middle of it all is this: first the onmousedown is received, evt.type is then "mousedown" next...
ddailey
ddailey@...
Send Email
Dec 3, 2008
9:41 pm
61553
Great work so far. Just three comments: - You identify your platform and the user agents you've tested, but since Batik is a Java application it would make...
Frank Bruder
redurbf
Offline Send Email
Dec 4, 2008
6:12 am
61554
Ok, I get it. Thanks for you response. ________________________________ De : ddailey <ddailey@...> À : svg-developers@yahoogroups.com Envoyé le...
julie gautier
jgfa92004
Offline Send Email
Dec 4, 2008
9:23 am
61555
On Thu, 04 Dec 2008 06:12:30 -0000 ... (Smack head on table) You're right, I should have thought of that. I'll add it. ... I'm not sure I understand your issue...
G. Wade Johnson
gwadej
Offline Send Email
Dec 4, 2008
1:17 pm
61556
Hi again, I still have troubles getting things work... Here is my entire code, if you could help. This is a circle in a 'zone' where it's possible to zoom by...
jgfa92004
Offline Send Email
Dec 4, 2008
1:46 pm
61557
... I would agree that doing DOM modifications and checking how long it took before it could do the next update/modification isn't necessarily very accurate....
Erik Dahlström
erida539
Offline Send Email
Dec 4, 2008
2:30 pm
61558
... The question is how sensitive is the human perception. Of course the screen refresh rate should take precedence but monitors (specially LCD, as CRT were...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 4, 2008
5:38 pm
61559
On Thu, 04 Dec 2008 15:28:40 +0100 ... We would hope that we could get updates faster than the rendering. But if you don't then it is a result I would like to...
G. Wade Johnson
gwadej
Offline Send Email
Dec 5, 2008
12:11 am
61560
Hi Julie, In your mousedown code you initialize the position and size of the 'zone' rectangle and place it under the mouse. When the mouseup comes along, zone...
Ken Stacey
svgmaker
Offline Send Email
Dec 5, 2008
4:34 am
61561
Thanks a lot ! ________________________________ De : Ken Stacey <ken@...> À : svg-developers@yahoogroups.com Envoyé le : Vendredi, 5 Décembre 2008,...
julie gautier
jgfa92004
Offline Send Email
Dec 5, 2008
7:23 am
61562
On Thu, 04 Dec 2008 18:38:22 +0100, Helder Magalhães <helder.magalhaes@...> wrote: ... Yeah, that article is an interesting read. Anyhow, should you...
Erik Dahlström
erida539
Offline Send Email
Dec 5, 2008
8:50 am
61563
... Great, this sounds really useful. :-) I'm still getting acquainted with this new Opera release: didn't have the time to digg deep but only to have a quick...
Helder Magalhães
heldermagalhaes
Offline Send Email
Dec 5, 2008
11:43 am
61564
... You can create PDF files of SVG from Safari?? Please, tell me the trick. I just get a blank page except for the page headers, the same as when I do Print...
Kenneth Nellis
nellisks
Offline Send Email
Dec 5, 2008
12:34 pm
61565
http://www.tgdaily.com/content/view/40472/140/ excerpts from the article: "Opera 10 alpha unveiled: Fully web compliant, 30% faster" "Also new: Opacity...
ddailey
ddailey@...
Send Email
Dec 8, 2008
9:47 pm
61566
W3C's announcement: http://www.w3.org/2008/12/smil3-pressrelease.html Press coverage: Wall Street Journal: ...
ddailey
ddailey@...
Send Email
Dec 8, 2008
10:14 pm
61567
... What I mean is this: Consider the following code. setInterval(doSomething, 20); setTimeout(somethingElse, 1000); Nominally doSomething() would be expected...
Frank Bruder
redurbf
Offline Send Email
Dec 9, 2008
3:51 am
Messages 61538 - 61567 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