Hi I'm just starting to get into the data driven aspect of SVG. I wondering what would be the best way to do this. I have some experience with a MySQL database...
42012
svgdeveloper
May 1, 2004 2:36 pm
MOBIFORM SVGViewPlus is a commercial product for using SVG with .NET applications. It is being used in a number of products in many verticals. It is affordable...
42013
daniel_horspool
May 1, 2004 7:24 pm
As far as I know, this is the only way to do it: make an html webpage that loads both the svg and a java applet (the applet could be in an iframe so that users...
42014
daniel_horspool
May 1, 2004 7:32 pm
Hello, I'm currently working on a small svg project that has a nice gui setup and uses javascript (setInterval() and setAttribute() calls) to animate some...
42015
jing_n_jie
May 1, 2004 11:07 pm
A set of nice SVG components, including Button, Label, RadioButton, CheckBox, ListBox,ScrollBar,TextEdit etc and a free WYSIWYG SVG development envirenment is...
42016
jing_n_jie
May 1, 2004 11:41 pm
Rich Internet Application would be a wonderful solution for ebusiness. Macromedia has provided a very powerful IDE with its new product Flash MX 2004. However...
42017
Gordon Bowman
gordon_bowman
May 2, 2004 3:32 am
Hey Jim, ... that ... seconds of all ... efficient ... DOM, it'll ... javascript ... Any obfuscated code can be unobfuscated, but it's only trivial if the...
42018
R
ron4u_us
May 2, 2004 5:17 am
Does anyone have an example or know how I can use multiple languages in an SVG file so that the system language switch is used? I understand the method, but I...
42019
anniea13
May 2, 2004 5:40 am
Yes, I've seen this page. And in the "Limitations with Inline SVGs" section it is explicitly said that the result is not valid XHTML, which is one of my ...
42020
Doug Schepers
d_a_schepers
May 2, 2004 8:07 am
Hi, Anna- Like I said on my page, there really doesn't seem to be a good (that is, reliable) valid manner to use SVG (or Flash, or anything else that uses ...
42021
anniea13
May 2, 2004 9:04 am
Hi Doug Thanks for answering. Yes, unfortunately, the resulting page with SVG absolutely has to be XHTML valid. This is one of the requirements. As I said...
42022
eclipseglenn
May 2, 2004 12:26 pm
Hi, I've just started work on a visual development tool for producing SVG pages. It's in the early stages but it does produce working SVG code, allow you to...
42023
Jim Ley
jibberjim
May 2, 2004 12:48 pm
"Gordon Bowman" <gordon_bowman@...> wrote in message news:c71q4e+keu1@.... ... Not particularly difficult since the DOM interactions cannot...
42024
Jim Ley
jibberjim
May 2, 2004 12:50 pm
"anniea13" <annie@...> wrote in message news:c72dje+m55b@.... ... If you have to be XHTML valid, IE is obviously not a requirement (it...
42025
Jim Ley
jibberjim
May 2, 2004 1:00 pm
"jing_n_jie" <jing_n_jie@...> wrote in message news:c71ai3+lq4f@.... ... Hi, they look very nice, I can't seem to type in the boxes in...
42026
Jim Ley
jibberjim
May 2, 2004 2:11 pm
"harry_ha_ha" <harry_ha_ha@...> wrote in message news:c70a6o+ltgh@.... ... Yep, whatever you're comfortable using for the backend works fine,...
42028
harry_ha_ha
May 2, 2004 4:51 pm
Can anyone tell me what I am doing wrong here? I am trying to create a situation where I can change the colour of specfic table by changing the status of a...
42029
Pete dOronzio
pdprog
May 2, 2004 7:51 pm
How do I find the extents of graphic in SVG? I'm attempting to port my own graphics engine over to SVG. I've succeeded on many fronts, and have just a couple...
42030
Pete dOronzio
pdprog
May 2, 2004 7:56 pm
I am creating SVG dynamically in my app. I build my graphics from primitives, to symbols (not SVG symbols), to graphic objects. Finally, I combine all the...
42032
Jim Ley
jibberjim
May 2, 2004 10:28 pm
"Pete dOronzio" <pete@...> wrote in message news:c73joi+9vht@.... ... Until SVG 1.2 viewers you'll have to use script to compensate for the...
42033
Muhammad Shoaib Khan
u2000070@...
May 2, 2004 10:46 pm
I urgently need SVG to AI (Adobe illustrator format) converter.. i dotn have illustrator.. please help thanks Shoaib ...
42034
Gordon Bowman
gordon_bowman
May 3, 2004 1:08 am
... global ... original ... renamed and ... True, but even with the DOM methods unchanged, we've all written algorithms that have indepth comments to help us...
42035
Jérôme Tricand ...
trigoutte
May 3, 2004 7:44 am
You can also copy your svg from your browser then paste it in Word using Edition Menu then "special paste" It works but you will loose animations and...
42036
Jérôme Tricand ...
trigoutte
May 3, 2004 7:50 am
Hi Harry I don't really understand what you want to do in dessin(), but I think you should change "table6_A.appendChild(node);" by...
42037
Doug Schepers
d_a_schepers
May 3, 2004 8:49 am
Hi, Pete- I think that what you're looking for is myElement.getBBox(); which returns an object with x, y, width, and height members (i.e....
42038
Rien
mcreijnders
May 3, 2004 9:58 am
Hallo Sean, Yes I tried so. But the whole computer becomes then very slowly due to the much calculating, and the Word-ducument is then no longer useble. So...
42039
Rien
mcreijnders
May 3, 2004 10:25 am
Hallo Jérôme, It works indeed, but de quality of the characters is much worse. So I'm not yet satisfied. Is there a solution that maintains the quality? Rien...
42040
anniea13
May 3, 2004 10:27 am
The problem with an iframe is that if I have a link in SVG that links to some anchor in the HTML page that includes the SVG, the page is loaded in the iframe,...
42041
Solveig Løvhaug
solveiglov
May 3, 2004 11:12 am
It seems that we are more than me wondering how to test switch. But we have not got any answer from this group yet. So my next question will be, can we contact...
42042
Jim Ley
jibberjim
May 3, 2004 11:51 am
"anniea13" <annie@...> wrote in message news:c756pl+f4fg@.... ... so a target in the link would seem to be the appropriate solution. ...