Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42010 - 42041 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42010
Hello, I wondered if it was possible to handle every SVG events in Java (not in Javascript) : Click, Mouseover, out, etc... ? If it is, so could you please,...
corto1980
Offline Send Email
May 1, 2004
11:51 am
42011
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...
harry_ha_ha
Offline Send Email
May 1, 2004
1:56 pm
42012
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...
svgdeveloper
Offline Send Email
May 1, 2004
2:36 pm
42013
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...
daniel_horspool
Offline Send Email
May 1, 2004
7:24 pm
42014
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...
daniel_horspool
Offline Send Email
May 1, 2004
7:32 pm
42015
A set of nice SVG components, including Button, Label, RadioButton, CheckBox, ListBox,ScrollBar,TextEdit etc and a free WYSIWYG SVG development envirenment is...
jing_n_jie
Offline Send Email
May 1, 2004
11:07 pm
42016
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...
jing_n_jie
Offline Send Email
May 1, 2004
11:41 pm
42017
Hey Jim, ... that ... seconds of all ... efficient ... DOM, it'll ... javascript ... Any obfuscated code can be unobfuscated, but it's only trivial if the...
Gordon Bowman
gordon_bowman
Offline Send Email
May 2, 2004
3:32 am
42018
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...
R
ron4u_us
Online Now Send Email
May 2, 2004
5:17 am
42019
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 ...
anniea13
Offline Send Email
May 2, 2004
5:40 am
42020
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 ...
Doug Schepers
d_a_schepers
Offline Send Email
May 2, 2004
8:07 am
42021
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...
anniea13
Offline Send Email
May 2, 2004
9:04 am
42022
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...
eclipseglenn
Offline Send Email
May 2, 2004
12:26 pm
42023
"Gordon Bowman" <gordon_bowman@...> wrote in message news:c71q4e+keu1@.... ... Not particularly difficult since the DOM interactions cannot...
Jim Ley
jibberjim
Offline Send Email
May 2, 2004
12:48 pm
42024
"anniea13" <annie@...> wrote in message news:c72dje+m55b@.... ... If you have to be XHTML valid, IE is obviously not a requirement (it...
Jim Ley
jibberjim
Offline Send Email
May 2, 2004
12:50 pm
42025
"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...
Jim Ley
jibberjim
Offline Send Email
May 2, 2004
1:00 pm
42026
"harry_ha_ha" <harry_ha_ha@...> wrote in message news:c70a6o+ltgh@.... ... Yep, whatever you're comfortable using for the backend works fine,...
Jim Ley
jibberjim
Offline Send Email
May 2, 2004
2:11 pm
42028
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...
harry_ha_ha
Offline Send Email
May 2, 2004
4:51 pm
42029
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...
Pete dOronzio
pdprog
Offline Send Email
May 2, 2004
7:51 pm
42030
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...
Pete dOronzio
pdprog
Offline Send Email
May 2, 2004
7:56 pm
42032
"Pete dOronzio" <pete@...> wrote in message news:c73joi+9vht@.... ... Until SVG 1.2 viewers you'll have to use script to compensate for the...
Jim Ley
jibberjim
Offline Send Email
May 2, 2004
10:28 pm
42033
I urgently need SVG to AI (Adobe illustrator format) converter.. i dotn have illustrator.. please help thanks Shoaib ...
Muhammad Shoaib Khan
u2000070@...
Send Email
May 2, 2004
10:46 pm
42034
... global ... original ... renamed and ... True, but even with the DOM methods unchanged, we've all written algorithms that have indepth comments to help us...
Gordon Bowman
gordon_bowman
Offline Send Email
May 3, 2004
1:08 am
42035
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...
Jérôme Tricand ...
trigoutte
Offline Send Email
May 3, 2004
7:44 am
42036
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...
Jérôme Tricand ...
trigoutte
Offline Send Email
May 3, 2004
7:50 am
42037
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....
Doug Schepers
d_a_schepers
Offline Send Email
May 3, 2004
8:49 am
42038
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...
Rien
mcreijnders
Offline Send Email
May 3, 2004
9:58 am
42039
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...
Rien
mcreijnders
Offline Send Email
May 3, 2004
10:25 am
42040
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,...
anniea13
Offline Send Email
May 3, 2004
10:27 am
42041
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...
Solveig Løvhaug
solveiglov
Offline Send Email
May 3, 2004
11:12 am
Messages 42010 - 42041 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help