[svg-developers] Re: Is there a way to disable opera's default Ctrl+Click = zoom behaviour?

2008-10-07 Thread Helder Magalhães
I'd like to use Ctrl+left-click in my application, and so I'm wondering if there is a way to disable this default behaviour. Well, I don't want to be negative but, AFAIK, Opera is pretty restrictive in terms of changing system events. Try disabling right click and you'll know what I mean...

[svg-developers] Javascript colour flashing on the fly

2008-10-07 Thread zieff_2000
I am just new to SVG and I would like to produce a flashing object as shown on code below. However I want the animate to be done on the fly. I have a file with xml for the ellipses and the flashing should happen after the ellipse preceding this one shown has just been altered. I want to do this

RE: Preferred editing environments [was: RE: [svg-developers] Hey you all. Just]

2008-10-07 Thread Dailey, David P.
Hi CPKS, I like HTMLKit and have used it for HTML development, but have never gotten SVG to work in it. I tried again today, thinking maybe progress had been made since last time I tried. It was able to point HTML-Kit at a file and open it. I was then able to preview. But as soon as I made

[svg-developers] Multi-line editable text area

2008-10-07 Thread tuom.larsen
Hello, For a text editor, I'm in need of 10.12 Editable text fields SVG Tiny 1.2 feature [1]. The problem is, the support by current browsers seems to be exactly zero and even if I tried to re-implement the functionality in JS, I'm unable to figure out how to copy paste and drag'n'drop. I would

[svg-developers] Magic: SVG drag of Element using jquery svg is most simple

2008-10-07 Thread narendra sisodiya
Here is a small code segment which give me highest programmability in svg, This need jquery and its svg plugin , It will work in firefox Please comment on it,, how can i make it better, and cross browser. --- you need these files jquery.js , jquery.svg.js ,