[svg-developers] IE7 and ASV3 ActiveX

2006-03-31 Thread Francis Hemsher
I believe there is a magic oportunity at this time to convince MS & Adobe that they can include ASV3 in the IE7 browser. Gad, no download, that would enhance SVG use a thousand-fold. I suggest you excercise your intelligence to foster this oportunity. Francis - To unsubscribe send a me

[svg-developers] Re: Some SVG DOM questions

2006-03-31 Thread Francis Hemsher
Darryl Watson wrote: > > Hello again- > > I'm using IE6 and ASV 3.03. > > I think I'm struggling with some misconceptions about how events work in > SVG. I have an embedded SVG document, and most of the time, I have a > common set of onclick and onmouseover handlers defined on the SVG tag o

[svg-developers] Some SVG DOM questions

2006-03-31 Thread Darryl Watson
Hello again- I'm using IE6 and ASV 3.03. I think I'm struggling with some misconceptions about how events work in SVG. I have an embedded SVG document, and most of the time, I have a common set of onclick and onmouseover handlers defined on the SVG tag of the document, which reference inline

Re: [svg-developers] rubber-banding?

2006-03-31 Thread Phi Tran
No it may not relate to SVG however It is my experience (on my WEB-BASE SVG editor) It seem to do btter the job when I use HTML native element (div). On 3/31/06, Darryl Watson <[EMAIL PROTECTED]> wrote: > > Thank you, David, that is a much better approach. > > David Dailey wrote: > > >At 11:58 AM

Re: [svg-developers] rubber-banding?

2006-03-31 Thread Darryl Watson
Thank you, David, that is a much better approach. David Dailey wrote: >At 11:58 AM 3/31/2006, Darryl Watson wrote: > > >>Hello all- >> >>I have a need to implement a 'rubber-band' function on an SVG drawing. >>This is where you click on the drawing, then as you move the mouse >>around, a line i

RE: [svg-developers] rubber-banding?

2006-03-31 Thread Doug Schepers
Hi, Phi- Phi Tran wrote: | | I think it is easier you doing that in Javascript with a div, dotted border style and: | -For IE: using alpha filter to make transparent background. | (do not use background-color:transparent) | -For FF load a PNG blank PNG file (as transparent background) Am I missi

Re: [svg-developers] rubber-banding?

2006-03-31 Thread Phi Tran
I think it is easier you doing that in Javascript with a div, dotted border style and: -For IE: using alpha filter to make transparent background. (do not use background-color:transparent) -For FF load a PNG blank PNG file (as transparent background) On 3/31/06, David Dailey <[EMAIL PROTECTED]> w

Re: [svg-developers] rubber-banding?

2006-03-31 Thread David Dailey
At 11:58 AM 3/31/2006, Darryl Watson wrote: >Hello all- > >I have a need to implement a 'rubber-band' function on an SVG drawing. >This is where you click on the drawing, then as you move the mouse >around, a line is drawn between your mouse click point and the mouse. > >I've managed to confuse mys

[svg-developers] Re: fun and games / arts and sciences

2006-03-31 Thread Jim Ley
"kubik_sj" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Great stuff David! > > I encourage others to look at his site... nice representation of > someone who is both right brain and left brained. I think most people have both a right and left brain... Jim. - To unsubs

[svg-developers] Re: fun and games / arts and sciences

2006-03-31 Thread kubik_sj
Great stuff David! I encourage others to look at his site... nice representation of someone who is both right brain and left brained. Sara --- In svg-developers@yahoogroups.com, David Dailey <[EMAIL PROTECTED]> wrote: > > Oh by the way, I've been quiet on the list recently since I was busy > p

[svg-developers] Flash to SVG converter (experimental)

2006-03-31 Thread Ali G.
This is a web tool I have designed which converts SWF (Macromedia Flash) to SVG. At the moment it doesn't support conversion for texts, animations and interactivity. If you fancy converting any other kind of static flash into SVG, give this a go: http://www.titan.napier.ac.uk/~05011301/ I'm stil

[svg-developers] 3D boxes?

2006-03-31 Thread mvalley
Imagine a pile of cardboard boxes neatly stacked on a pallet. I want to create a 3d view of that with SVG. This will NOT be a single, static picture - the SVG will need to be generated by a server-side script. The size of the boxes, the number of boxes per layer and the number of layers will a

[svg-developers] rubber-banding?

2006-03-31 Thread Darryl Watson
Hello all- I have a need to implement a 'rubber-band' function on an SVG drawing. This is where you click on the drawing, then as you move the mouse around, a line is drawn between your mouse click point and the mouse. I've managed to confuse myself about how to code this kind of function. I

[svg-developers] Re: yet another browser difference (yabd) (abadoo)

2006-03-31 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, David Dailey <[EMAIL PROTECTED]> wrote: > In IE (ASV ) it has been rewritten for me by the browser: >xmlns:xlink="http://www.w3.org/1999/xlink"; > xmlns="http://www.w3.org/2000/svg"; preserveAspectRatio="xMidYMid > meet" zoomAndPan="magnify"> > per

Re: [svg-developers] ajaxsketch

2006-03-31 Thread Jonathan Chetwynd
Michael, although it has a print button, it's non-functional :-( regards Jonathan Chetwynd On 30 Mar 2006, at 11:38, Michael Bierman wrote: Interesting application that uses SVG as a native format. http://www.ajaxsketch.com/ I hope this isn't old news to this group. Michael - To u

[svg-developers] fun and games / arts and sciences

2006-03-31 Thread David Dailey
Oh by the way, I've been quiet on the list recently since I was busy putting together an art exhibit in a real gallery. it was kinda fun to have two rooms full of stuff I had done (one room was digital, the other molecular) and real people and wine and cheese and all. Much of the digital stuff

[svg-developers] yet another browser difference (yabd) (abadoo)

2006-03-31 Thread David Dailey
Poking about the net and looking at the way some folks have serialized an SVG document (given that printnode() is an ASV-ism), I realized I didn't follow most of the treatments that I found (maybe I'm too old). So I decided to scribble a wee routine to do it in a way that I understand. When I

RE: [svg-developers] Re: SVG DEbug

2006-03-31 Thread Geoffrey Swenson
You have to do several things, if it is the same as the full-tilt Visual Studio. 1. You need to activate client-side debugging in IIS for the website that you are testing. 2. You also need to turn on script debugging in IE 3. You also need to configure the project for client-side