[svg-developers] OnEnd Doesn't Work When Anim is Added by Script

2006-04-06 Thread Bob Hunter
I have a situation where I need to know when a series of anims end so I can enable other functions. Normally I'd use OnEnd, but it appears that OnEnd doesn't fire if the animation was dynamically added to the SVG by a Javascript function after the SVG has been opened. I'm using IE6 ASV3.

RE: [svg-developers] Re: Let's make some income from SVG

2005-08-13 Thread Bob Hunter
Maybe if we found a place to live in India. _ From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Lhoste Sent: Saturday, August 13, 2005 12:53 PM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: Let's make some income from SVG

RE: [svg-developers] Re: Shit, or get of the pot

2005-08-02 Thread Bob Hunter
ENOUGH !!! [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[svg-developers] Programming Environment

2005-07-26 Thread Bob Hunter
This may seem like a dumb question, but is there another way to program SVGs other than Javascript. I've developed a pretty sophisticated command and control application using just Javascript and SVG. However, we're looking at exporting it to some Asian markets where stealing your code is

RE: [svg-developers] Animation In Progress

2005-07-14 Thread Bob Hunter
I'm trying to hold off on user interactivity until several animations have completed. Is there a way to tell if animations are in progress? Or, is there a way to run a command at the completion of an animation? Thanks in advance, Bob Hunter [Non-text portions of this message have been

RE: [svg-developers] Running ASV3/Javascript/Explorer app from CD

2005-07-02 Thread Bob Hunter
We've explained this to our customers as a safety feature introduced by Microsoft and how to click on the bar to allow the svg to run, etc. The customers have had no problem accepting this explanation. But, if you really want to remove the restriction, you can turn-off the protection it

RE: [svg-developers] Line moving on a path

2005-06-10 Thread Bob Hunter
I use this animated stroke-dasharray in my application as well. Some of the paths animate forward and some animate in reverse. I haven't had time to figure out exactly what causes it to go one direction for one line and the opposite direction for another line. At one time I thought it had to

RE: [svg-developers] Need help making bubbles move

2005-01-15 Thread Bob Hunter
You might try: node.setAttributeNS(null,begin,svgRoot.getCurrentTime + .5) where node is the anim you are building. I had the same problem and this worked. Bob _ From: Peter Garza [mailto:[EMAIL PROTECTED] Sent: Saturday, January 15, 2005 2:04 PM To: