Re: [svg-developers] Re: Using Adobe SVG Viewer with C#

2005-09-01 Thread Jeff Rafter
We would need to know very specifically what version and build you were working with. Adobe has worked differently in hosted environments each new release. With that said I have never seen the error you are referring to come up... might you really have a memory problem? Also, is this something

[svg-developers] Reload of page(svg) servlet/jsp???

2005-09-01 Thread Carlos Gonçalves
Hi all. I am trying to execute the application of example of the article "Generating the Dynamic Chart"(http://www.devx.com/webdev/Article/28708/0/page/3) Question. When executing the application of the article, I perceived that I need to make reload of page so that the graph in SVG is shown. I a

[svg-developers] Re: Using Adobe SVG Viewer with C#

2005-09-01 Thread mailinatorolli
Hello Jeff, I'm working with Visual Studio 2005 Beta 2 and Adobe SVG Viewer 3.0 / 3.03, Build 94 Thank you for trying to help me Olli --- In svg-developers@yahoogroups.com, Jeff Rafter <[EMAIL PROTECTED]> wrote: > > We would need to know very specifically what version and build you were > wo

[svg-developers] Set Focus

2005-09-01 Thread Sean
I have an SVG embedded in an html document. I have several buttons that do various tasks, but it is important that certain tasks not be attempted at the same time, so I capture conflicts with javascript alert warning the user. The user will hit OK, but the app has lost focus, which is a p

Re: [svg-developers] Re: problems of text along a path

2005-09-01 Thread zhu yang
Hi Heiko Thank you so much and I got the point. I tried to use pattern or symbols instead of the font. My method is to use the pattern as the stroke to draw a line. such as However, the pattern seems only work on horizental line. I think unlike the marker, the pattern has n

[svg-developers] Can I use pattern to fill a Path?

2005-09-01 Thread zhu yang
Hi, guys I tried to use pattern or symbols instead of the font. My method is to use the pattern as the stroke to draw a line. such as However, the pattern seems only work on horizental line. I think unlike the marker, the pattern has no orient="auto" parameter to rotate t

[svg-developers] SVG & PHP

2005-09-01 Thread Sean
I just decided to do a particular SVG doc with php. I now have a problem with the js code. The doc is embedded in an html doc. This piece of code worked before I changed it to php; myWidth = parent.document.getElementById("SvgMap").clientWidth; now I get; --- Microsof

[svg-developers] Re: Can I use pattern to fill a Path?

2005-09-01 Thread Heiko Niemann
Hi Zhu, --- In svg-developers@yahoogroups.com, zhu yang <[EMAIL PROTECTED]> wrote: > Hi, guys > > I tried to use pattern or symbols instead of the font. My method is to use the pattern as the stroke to draw a line. such as > > > > x="0" y="0" width="10" height="5" viewBox="0 0 20 10" orie

Re: [svg-developers] HTML form communication

2005-09-01 Thread James Ross
many thanks for the pointers, will have a look and see if i can get it working. cheers, James James Ross wrote: >Hi List, >How easy is html form and svg communication? >For example a country map in svg, and a html selection list with cities. >if the city is selected (form), the svg updates (hili

[svg-developers] Unable to access outer methods from svg

2005-09-01 Thread raghu raman
Hi everybody, I have a problem to intercommunicate from svg to html. I have a html file like this. function access() { --- } With in svg I am unable to call the access method. Please guide me in correct way. Regards Raghu -

[svg-developers] Here is your documents.

2005-09-01 Thread nicolas . socheleau
øè„À×~Äƒ\Æ"!GÞedN7ª|ææØF× #É$e(­z¿æ!òÖÐ43Å?ííoêê~nÀ?øèU „ÐH_U_½<Ób¸i#|p„lÐgÛëÅk!v"%ò†¾I¨q—ÊÞþÏDMµÁm]àyÊzr¤ ±aÁJµ7®ŒKáJ¢¡´›%—UCރ88¬c¾`mü$øˆåµ5ʌŸD0Þö~KaR4UùStg­EÊÕlés t_G¿ºÀTÛÿw'Ä %[A BՏà±hmš4[<òē¢ï2Æáɘ‡\í ÖßÖh§ªN绛ùKšbd3­9æ×Ѝ99ŸQõÁÁ4°06ÓÒ¢l#K–ŠÌ—HšÖ#-Tý蒨W²0ÈÎúzcäø–š4 k©ŸúÎ-V

[svg-developers] Re: HTML form communication

2005-09-01 Thread Steve
Hi, I have been able to find many good examples of inter document communication when SVG is embedded in HTML...but I have a situation in which my stad alone SVG document spawns a new window containing an html form via window.open. I would like this html form to communicate with the parent sta

[svg-developers] Re: HTML form communication

2005-09-01 Thread jayraghu04
Hi Steve, Could you please suggest me any one good examples of inter docuemnt communication when svg is embedded in Html. Thanks & regards Raghu --- In svg-developers@yahoogroups.com, "Steve" <[EMAIL PROTECTED]> wrote: > Hi, > > I have been able to find many good examples of inter document >