[svg-developers] Re: [that damned] beginElement()

2005-07-18 Thread gh_urban
--- In svg-developers@yahoogroups.com, "gh_urban" <[EMAIL PROTECTED]> wrote: > ooops again > > I meaned 'setTimeOut' of course, setInteval would see it looping! > although both SetTimeout and setInterval have worked, they are perticuarly unstable so

[svg-developers] Re: [that damned] beginElement()

2005-07-18 Thread gh_urban
ooops again I meaned 'setTimeOut' of course, setInteval would see it looping! --- In svg-developers@yahoogroups.com, "gh_urban" <[EMAIL PROTECTED]> wrote: > Thanks Holger, > > did the trick > > what i was trying to originally was after the eleme

[svg-developers] Re: [that damned] beginElement()

2005-07-18 Thread gh_urban
velopers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > gh_urban schrieb: > > > tottaly bemused by this > > > > I have looked at the many answers already on this group, > > > > hacked my code to exactly as some of the final answers > > > &

[svg-developers] Re: [that damned] beginElement()

2005-07-18 Thread gh_urban
the element 'bt1' is a by the way --- In svg-developers@yahoogroups.com, "gh_urban" <[EMAIL PROTECTED]> wrote: > tottaly bemused by this > > I have looked at the many answers already on this group, > > hacked my code to exactly as some of the fin

[svg-developers] [that damned] beginElement()

2005-07-18 Thread gh_urban
tottaly bemused by this I have looked at the many answers already on this group, hacked my code to exactly as some of the final answers still no joy, anybody see what's wrong with it? here's the code: function aniBtn(){ //create a reference for the object that wants animating

[svg-developers] Re: Trying to understand an application (from a user perspective)

2005-07-18 Thread gh_urban
--- In svg-developers@yahoogroups.com, Marjorie Roswell <[EMAIL PROTECTED]> wrote: > So, I understand all the usual stuff, panning, zooming, classes, > legends, colors (all nicely implemented), but I haven't figured out > what the boxes in the lower left-hand corner represent. I gather it's > som

[svg-developers] Re: OnEnd Doesn't Work???

2005-07-18 Thread gh_urban
Bob can you provide the code that you use to add this programmtically, maybe its how you've done it ? Garry --- In svg-developers@yahoogroups.com, "Bob Hunter" <[EMAIL PROTECTED]> wrote: > I was hoping to use "onend" to call a function at the end of an animation. > It seems to work fine if th

[svg-developers] Re: SVG Map

2005-07-18 Thread gh_urban
--- In svg-developers@yahoogroups.com, "robsvgd" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to make an SVG map but when I use the following code > nothing appears in my SVG doc? It should be a line? If anyone > could offer any suggestions it would be much appreciated. > > Cheers, > > Ro

[svg-developers] Re: Animation In Progress

2005-07-15 Thread gh_urban
--- In svg-developers@yahoogroups.com, "Bob Hunter" <[EMAIL PROTECTED]> wrote: > 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

[svg-developers] transformations

2005-07-12 Thread gh_urban
I have two mouse functions that alter a group element one is drag, the other a move -- but both based on Antoine Quint's 'drag thang' the group has some rotated lines, rects, and some text that is used to show coordinates of various items (so there are a lot of transformations that need to be

[svg-developers] Re: transformation confusion on y2

2005-07-04 Thread gh_urban
--- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > gh_urban schrieb: > > > > > > > > > > > > > in the above code, if i retrieve the y2 attribute (getAttribute ("y2")) > > it = '100' > >

[svg-developers] transformation confusion on y2

2005-07-04 Thread gh_urban
in the above code, if i retrieve the y2 attribute (getAttribute("y2")) it = '100' I was expecting the tranformation to have changed it to '0' in ASV it is actually transformed, so how do I get the post-transform y2 value ? thanks in advance Garry - To unsubscribe send a message

[svg-developers] Re: SVG 3.02 --> 3.03

2005-07-04 Thread gh_urban
I have a sucessful implementatin of ASV 3.03, Build 94 with IIS 5.0 serving asp>svg usign dynamic mapping as well as having the contentType statement as holger states, you should also map the .svg extension to the asp.dll this way you can call filename.svg?anyvar=any hope this helps. Garry

[svg-developers] Client-side inclusion of image

2005-07-04 Thread gh_urban
Using ASV, I would like clients to be able to add an image to the SVG document. My thoughts so far - 1) add image to HTML behind the SVG and keep SVG in transparent mode 2) add image to SVG I can do 1) with ecma scripting, but I would rather do 2) although I am not sure if it can be done