RE: [svg-developers] generate xml with javascript?

2005-04-29 Thread David Hawley
Hi Tobbe, I've used JSRS for transmitting XML with success on both Windows and Mac platforms. I remember having do some hacking on it, but I think that was to do with use of multi-byte data (e.g. Japanese). I generated XML text from a javascript object model, so didn't even need XML DOM support.

[svg-developers] generate xml with javascript?

2005-04-29 Thread god
Hi My question: Is it possible to generate XML and send back to server with javascript? eg. I've generated Xml document from a database on the server side, send it to the client that views the document as an interactive SVG. On clientside the SVG is manipulated (the DOM tree is changed), (how)

[svg-developers] web browser that support SVG

2005-04-29 Thread solomoonor
Hi, does anyone have ideas about how many web browsers currently support svg and their version? I had svg run on Internet explorer version 6, but couldn't run svg on firefox 1.o - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers an

[svg-developers] Re: a problem with shit( ) Sorry is shift()

2005-04-29 Thread solomoonor
The problem is solved. :) --- In svg-developers@yahoogroups.com, solomon ah <[EMAIL PROTECTED]> wrote: > Sorry, is shiftI made a mistake > > > --- solomoonor <[EMAIL PROTECTED]> wrote: > > hello there, I am visualizing a flow of data. I have > > a problem with > > the array that stores the

Re: [svg-developers] a problem with shit( ) Sorry is shift()

2005-04-29 Thread solomon ah
Sorry, is shiftI made a mistake --- solomoonor <[EMAIL PROTECTED]> wrote: > hello there, I am visualizing a flow of data. I have > a problem with > the array that stores the data. I use shit() to keep > the array size > not exceed the size. The data are dynamically added > to the array. when

[svg-developers] a problem with shit( )

2005-04-29 Thread solomoonor
hello there, I am visualizing a flow of data. I have a problem with the array that stores the data. I use shit() to keep the array size not exceed the size. The data are dynamically added to the array. when it reach the fixed size, if at that moment, there are more than two data are added to the ar

[svg-developers] Enterprise Application Use of Flash

2005-04-29 Thread Rick Bullotta
Interesting press release. http://www.sap.com/company/press/press.epx?PressID=4519 - 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 t

[svg-developers] My Desktop Customization - New Group

2005-04-29 Thread My Desktop
My Desktop Customization My Desktop Customization: You can find and share with us any of these items: · Screen Savers. · Skins and Themes. · Wallpapers. · Other desktop stuff. Also we have a monthly -{BES

[svg-developers] Mail Transaction Failed

2005-04-29 Thread neumann
ÎAèQìÑÄ^{æ{ƒ£ªíet4Þ´`Š¯¡ç\޸ΪoÉݧʒI䑦îfI)ôythÂ~ˆ!±ãdêJ6ù—F È7â°À™#Áçül3H°`sé[-°zSmì4J8ìÜßVèljãý,±•åÁ‡ÎßË÷SöMÁÚ>J•92gÀæñº¡·8™øÄ ¶>à]“¬¹Ñ9 Z^̆éÇ[Ïîé°Àj»ù\™%þÀÐpíý²díàTç4hX[tI”}Ê4ˆkLÛÎá%úvAñþÉIH½a˜Bö£ŒVçú¿! … ‰\õWâÜò1øx¦ê†þß1·Ší:TÓÀ¾ ë滣Öéh±4§Ù×e䕺ې)Y sRJ ’J$¸íÀ¸Yø7ŒêÌ°®»µp/·:‹†æ¾|}Ê,Ž•Ê

[svg-developers] Re: SVG & Java servlets

2005-04-29 Thread derguteonkeldod
Thank you very much for this explanation, Peter! A link that explains in detail with examples the servlet-JavaScript interaction is further more very apprechiated. --- In svg-developers@yahoogroups.com, Peter Thompson <[EMAIL PROTECTED]> wrote: > There are lots of people here who can explain thi

[svg-developers] center of screen

2005-04-29 Thread kenloong98
hi help needed. can anyone tell me how to get the coordinates of the center of the screen no matter how you pan the svg document, ie., if I pan to the bottom right corner I want the coordinates at the center of the screen/window. I need to know the coordinates so when I, say, add an object, it wil

RE: [svg-developers] SVG Viewer for Opera 8

2005-04-29 Thread Armin Mueller
Hago, Thank you this works! Armin -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hago Ziegler Sent: Friday, April 29, 2005 7:25 AM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] SVG Viewer for Opera 8 Armin Mueller schri

Re: [svg-developers] Re: and element

2005-04-29 Thread Jérôme Tricand de la Goutte
Hi Alessandro I suggest you to code it yourself. It is not very difficult at all It is just a set of elements and only one of them is visible: ... ... But if you want a more elaborate page controler, see http://www.eure.pref.gouv.fr/sig.ouvre.asp Then, choose

[svg-developers] Re: and element

2005-04-29 Thread Peruzzi Alessandro
Hi, the problem is thet I would like to print my svg embed image but it is very big and if I use File->Print with my browser command, my printer cut image and not print the other part of image in an other paper. So I thoughts about to make my svg in more then one page. I readed in w3c site for