[svg-developers] Thank you very much!!!

2005-11-08 Thread jucabapa79
Hello, I am Travsam, finally I presented my project to the teachers of Kanazawa Institute of Technology and finally they aproved that, they are also surprised for the development of an interactive game using SVG as a way to put raster images such as the game board. I want to thank Will Holger

[svg-developers] Re: dom svg interaction

2005-11-08 Thread Garry Haywood
the document.domain must be the same in both documents. e.g document.doman = mydomain.com --- In svg-developers@yahoogroups.com, r k [EMAIL PROTECTED] wrote: I am serving an svg from another location from the original document. I want that svg document to acces the top level. but am not

Re: [svg-developers] question for svg experts

2005-11-08 Thread Guy de Pourtalès
Hi, When developing with SVG and Javascript, we had to share objects in both spaces (svg html). So the best way to do this is implement a Javascript library representing your objects in external files and carefully check independence of the library code. Normally 90% of your code should

[svg-developers] cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
does anyone know of a way I can get XML content from sub1.mydomain.com into an embed that is hosted on sub0.mydomain.com where mydomain.com is the same server, but one is servered via non MS- web server and the other via IIS (the xml from asp) via two different IPs ??? I thought maybe I could

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] does anyone know of a way I can get XML content from sub1.mydomain.com into an embed that is hosted on sub0.mydomain.com You can't, xmlhttp is not going to let this happen, just run a proxy on one site to the other, so

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port 80 and xml requests on 8080) Nope xmlhttp request is also limited by the port it can connect to, it can only request back to the same port - in a

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port 80 and xml requests on 8080) Nope xmlhttp request is also limited

Re: [svg-developers] using tspan element with dx,dy!

2005-11-08 Thread Ahmed Salman
A correction: == SECOND PART == svg width=200px height=100px viewBox=0 0 200 100 titleVertical positioning with dy/title text x=10 y=30 style=font-size:12pt;T/text text x=10 y=*34* style=font-size:12pt;e/text text x=10 y=*42* style=font-size:12pt;x/text text x=10

[svg-developers] Re: using tspan element with dx,dy!

2005-11-08 Thread Alastair Fettes
Hi Salmi. The problem is very simple and the output is very correct. DY does not adjust the X position of the text. It continues to write in a straight line except with a delta applied to the tspan. If you want them to look the same, you would have to do the following: text x=10 y=30

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to the other, so all requests go to the one server. does any body have a recomendation of good, cheap/free , proxy for w2000 ??? Yahoo! Groups Sponsor ~-- Get Bzzzy!

Re: [svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread benamou
- Original Message - From: Garry Haywood [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Tuesday, November 08, 2005 9:43 PM Subject: [svg-developers] Re: cross-domain interaction with XMLHTTP --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to

[svg-developers]

2005-11-08 Thread 3d total Training DVD 3ds Max Series v1 (in pdf)
3d total Training DVD 3ds Max Series v1 (in pdf) http://www.avaxhome.ru/media/images/v01_main_small_t.jpg Modelling, Mapping Texture Painting a Creature Head in 3ds Max All aspects of creating the finished textured head are taught in a way that artists will be able to learn at their own pace.

[svg-developers]

2005-11-08 Thread ADS Group
hii [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to the other, so all requests go to the one server. does any body have a recomendation of good, cheap/free , proxy for w2000 You don't

Re: [svg-developers] Internet Explorer unable to display pages with SVG

2005-11-08 Thread Chris Lilley
On Tuesday, November 8, 2005, 9:49:57 PM, Richard wrote: RP Hi, RP I made a disturbing discovery yesterday. Somebody who was thinking about RP giving me some business tried to look at my website with Internet Explorer RP but the window went blank for any page which contained SVG. He could see RP

Re: [svg-developers] Internet Explorer unable to display pages with SVG

2005-11-08 Thread Jonathan Watt
On 11/8/05, Chris Lilley [EMAIL PROTECTED] wrote: svg width=50 height=50 viewBox=0 0 100 100 you are missing an SVG namespace declaration. that certainly stops it displaying in several implementations. Richard, Chris is right, see http://jwatt.org/svg/authoring/ for a list of common

[svg-developers] Re: Internet Explorer unable to display pages with SVG

2005-11-08 Thread Alastair Fettes
This may be a dumb question but it has to be asked... Do they have an SVG viewer such as ASV3 installed? Alastair --- In svg-developers@yahoogroups.com, Chris Lilley [EMAIL PROTECTED] wrote: On Tuesday, November 8, 2005, 9:49:57 PM, Richard wrote: RP Hi, RP I made a disturbing discovery

[svg-developers] HTML to SVG JavaScript woes

2005-11-08 Thread Darryl Watson
Hello all- I am using Visual Studio 2005 (the latest release!) to develop a .NET 2.0 Windows application. I have a form with a webBrowser control in it which I use to display SVG data. This browser is an embedded IE 6.0 with Adobe SVG Viewer 3.01. It can display static SVG fine. I can call