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
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
--- 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
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
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
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
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
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,
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
î8±|ãóÄ×
ã¢øgh¹°¤¼Í¯ëÞF¦QÒ
;¯YòA¿úÊdÛ¦*ë7þ¾do2
Í«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á
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
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
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
28 matches
Mail list logo