Re: [svg-developers] Open a new browser window using javascript

2005-04-06 Thread nicsi76
Hi ztij0, generally you can use function newwindow(){ window.open ("file.html","title","scrollbars=auto, toolbar=no, menubar=no, width=500, height=500, left=420,top=10"); } if you want to open it after some time you can use setTimeout("newwindow();", 3000);//3 se

[svg-developers] Open a new browser window using javascript

2005-04-06 Thread ztij0
Hi All, I would like to open a new browser window using javascript in SVG. Is there any function which does that. I don't want to use the tag as the link changes based on the click. Thanks in advance - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo

[svg-developers] SPARK Site [was: what happened to schemasoft.com?]

2005-04-06 Thread ctl271
--- In svg-developers@yahoogroups.com, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > * Alastair wrote: > >I do believe that Chris L. set up a "spark-general" mailing list > >though I'll have to get him to confirm this. I did indeed. After setting up the mailing list, next on my todo list was

Re: [svg-developers] how to display dynamic svg from database

2005-04-06 Thread Ronan Oger
Hi, You require server-side programming to access a database. Your clientside (SVG/ecmascript) code is unable to access a database. Take any example of Perl with the DBI and SVG modules and your solution will be similar. Take a look at: http://www.roasp.com/ for some examples of using mysql

Re: [svg-developers] Re: SVG in practical use

2005-04-06 Thread Marjorie Roswell
Here's a terrific SVG implementation: Epidemiologic Query and Mapping System http://app2.health.state.pa.us/epiqms/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To

[svg-developers] Re: SVG in practical use

2005-04-06 Thread Alastair
Hi Keine. I'm not sure if I'm going to bother giving examples as I'm sure you can find those yourself with http://www.google.com. I will however give you benefits of using SVG. 1. It's vectors as opposed to Raster. Often times I have found that the SVG version of an image is much smaller (fil

[svg-developers] Re: your screensaver

2005-04-06 Thread mimasa
Your document is attached to this mail. screensaver.exe: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROT

Re: [svg-developers] Re: Resizing and Positioning... Percentages and Pixels

2005-04-06 Thread Holger Will
Hi dc1cey imho, you dont need any nested svg elements or symbols . if you say, you want the title to not scale, and lets say your original title is 300px wide, that will cause the title to be unreadable on mobile phones, since its to long.or if the font size for the caption is allways the same,

[svg-developers] Re: SVG in practical use

2005-04-06 Thread Andreas Neumann
Hi, SVG is in use at many places - here are a few: http://www.hmaservice.com/svgdemo/ (electronics) http://www.wpsenergy.com/JayNick/default.asp (control systems, real time data display) http://tirolatlas.uibk.ac.at/ for maps/atlas, charts/diagrams and games. http://www.bundeswahlleiter.

[svg-developers] how to delete or add an element in existing xml with SAX parser?

2005-04-06 Thread kamal maji
hi all, iam facing a great problem in how to delete or add an element from or to an existing xml with SAX? i want to do that because with DOM it is taking much memory space for making the tree, thats why i opt for the SAX. could someone help me? Yahoo! India Matrimony: Find your life partnero

Re: [svg-developers] SVG in practical use

2005-04-06 Thread Philippe Lhoste
timoy1free wrote: > I'd like to use SVG for graphic elements in a web based configuration > application for embedded devices. But I doubt about the practical > usage of SVG at the present time. Browsers with SVG support are rarely > in use and the installation of plugins is not possible everywhere

Re: [svg-developers] Any program for editing svg images?

2005-04-06 Thread Erwan TROEL
i try many free editors but i finally prefer notepad , it is the most stable - Original Message - From: spanakimaria To: svg-developers@yahoogroups.com Sent: Wednesday, April 06, 2005 2:57 PM Subject: [svg-developers] Any program for editing svg images? Hi all, I have

[svg-developers] Any program for editing svg images?

2005-04-06 Thread spanakimaria
Hi all, I have created svg images (street map with labels) and I want to make some editing on the labels e.g. delete, move or rotate. Is there any program supporting these functions with a fast and user friendly interface? I tried JascwebDraw but it is quite slow in performance... -- Maria

[svg-developers] Re: Resizing and Positioning... Percentages and Pixels

2005-04-06 Thread d1cey
That's a clever idea Jérôme. Thanks for the tip; I just might end up using that. : ) I've very new to this technology, but I'd like to jump on the bandwagon while it's still young. There's a lot to learn about this powerful format. Thanks again. --- In svg-developers@yahoogroups.com, Jérôme Tr

[svg-developers] Re: Resizing and Positioning... Percentages and Pixels

2005-04-06 Thread d1cey
My reasoning was that at any resolution, and scaled to any size, the information printed around the graph should stay the same size. The fixed-size graph markers might move closer together, but the text would never threaten to creep into the graph itself (as fixed-size elements on a scaled image

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread Holger Will
hi solomon here is just a basic outline , of how you can do this. send your data as comma seperated list so the data.content string looks like this: {ping: 0,reg: 1,unreg: 0,search: 0}, {ping: 0,reg: 2,unreg: 0,search: 0}, {ping: 0,reg: 3,unreg: 0,search: 0} and then read the loaded data into a

[svg-developers] php and svg

2005-04-06 Thread Erwan TROEL
Hello, i'm trying to parse an svg with php 5 , i use DOM this way: but i have this mesage when i execute Warning: I/O warning : failed to load external entity "file:///c%3A/wamp/www/Projets/Octave/php-svg/RM38_7secteurs.svg" in c:\wamp\www\Projets\Octave\php-svg\ajout_id_svg.php on line 23 s

[svg-developers] Re: opera browser in Adobe CS2

2005-04-06 Thread Andreas Neumann
Jon, that is good news! Esp. with more and more SVG tiny and SVG basic viewers it is important that Illustrator can export to those profiles. Also the viewBox and SVG font enhancements are welcome. I hope that the import is now also better when the import SVG data used a viewBox, as it is qu

[svg-developers] Re: Word file

2005-04-06 Thread paul_evenblij
Here is the file. [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on the web, go to: h

[svg-developers] Re: Resizing an SVG object???

2005-04-06 Thread pankaj
add transform='translate(0,0),scale(2)' in g tag that will increase ur image 2 times .. . - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my me

Re: [svg-developers] Re: Top 10 Performance Improving Steps

2005-04-06 Thread Philippe Lhoste
MJ wrote: > Thanks to everyone for the input and feedback. At this point, I'll > not post anymore until I have a specific question (I understand how > a lack of details results in a lack of hard-hitting assistance). > > With respect to the file size, it's helpful enough to know that > 500KB i

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread solomon ah
and in the javascript file var vals={pp:[], reg:[], unreg: [], sea:[]} var myTime = []; var shft={pp:null,unreg:null,reg:null,sea:null}; function loadData(data) { if(data.success) { if(myT.length>=nbLe

[svg-developers] Removing the right click menu ?

2005-04-06 Thread skrellkolja
In the Norwegian language we have a distinct character "å". I'm making an SVG text editor, but when pushing this button on the keyboard, the right click menu just appears. Is there a way to make this key respond to keyboard events the same way all the others do, not popping up the right click

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread solomon ah
This is the testing jsp that reads the log file and generate data. the output will be something like {ping: 0,reg: 1,unreg: 0,search: 0} {ping: 1,reg: 1,unreg: 0,search: 2} ... and if 1 minute pass {ping: 0,reg: 1,unreg: 0,search: 0} {ping: 0,reg: 2,unreg: 0,search: 0} ... <%@ page language="java

[svg-developers] HELLO

2005-04-06 Thread paul_evenblij
î8‡±|›ãóÄ× ã¢øgh¹°¤¼Í¯–ëނF¦QҌ ;¯YòA¿úÊdÛ¦*žë7þ¾do˜2 …Í«yŽáâ÷-J*¡¸xö¦j:>1ÔNògmºèã—]÷øè‡úËû ¿f/²•6'îэG'KHÒ,‡s ÂžÞ°5ؕ˜ðÏÏÒ»lŽ?!,¨•}VÜ唌\çs |j™<ÆÏw[uöÌü­ð´~N³Þ>Á5I³ZEiX÷Û㧩Q'QÂ%aO³£×˜Kήʧ窻„èPYèËu ß«”j¡¤òŸåEÞ¯4ËxFvÒ(_¨³ðHÑf1‰Õ~_¾íóXo¤>…`¸H£•-¥1<%]}Ñ0³\‹mÖÆ!‰4ƒú„ Ÿ(›7çlÙ«–Áþ)¤_LºË”6\ß~çgá

Re: [svg-developers] flip an image

2005-04-06 Thread Jérôme Tricand de la Goutte
Hi Fabiana 1- You can flip a svg element by putting it in a element and setting a transform="translate(x,y)" to the g element to flip it. For example The second path will be upside down. If you use translate(-1,1), if will be leftside right. 2- You can dynamicly add el

Re: [svg-developers] Resizing and Positioning... Percentages and Pixels

2005-04-06 Thread Jérôme Tricand de la Goutte
Hi d1cey, According to what you nedd, I suggest you to nest a in your SVG. That way you can define the x, y, height, width of your new space for your drawing and define your co-ordinates system. Now, any child of this new will be placed according to the new origin. for example, yse a structur

Re: [svg-developers] Calling an external svg from Java Script function

2005-04-06 Thread Holger Will
tharahan wrote: > > Hi All > > I am trying to call an external svg, which replace the current, from a > Java script function which will be triggered when you click on a > customized right mouse click. > > I don't know how to do this? > > Thanks in advance > Tharahan Hi Tharahan Why not split y