[svg-developers] Retrieving svg from xml file and add it to a svg document

2006-03-01 Thread kberckma
I have a html document with an emtpy, embedded svg document. I want to fill this svg document with dojo from an xml file containing a rect element. First i tried to create a new rectangle (in code, object called rect) and add it to the svg. That worked in IE, not in firefox. The next step was to l

[svg-developers] Re: Retrieving svg from xml file and add it to a svg document

2006-03-01 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "kberckma" <[EMAIL PROTECTED]> wrote: > > I have a html document with an emtpy, embedded svg document. > I want to fill this svg document with dojo from an xml file containing > a rect element. > First i tried to create a new rectangle (in code, object called

[svg-developers] Getting the bounding box of a path

2006-03-01 Thread mekow
With the exception of manually parsing the "d" attribute, is there a way to get a boundbox around a path? I have county data represented by paths and I'd like to get square around them... Thank you Arian - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.ya

[svg-developers] ASV problem

2006-03-01 Thread Sylvain Rouillard
Hi list, I have a problem with ASV, which gives me a blank page when loading remote SVG files. Here are the relevant information I could gather: I have two computers here, A and B. They are both hooked to the same router/modem, and then to the internet. They both run on XP Pro, completely updated

[svg-developers] Re: Getting the bounding box of a path

2006-03-01 Thread bmarquie
Did you try to use getBBox() on your path element? If it's not working try to put your path element inside a g element, and call getBBox on the g element. Bruno --- In svg-developers@yahoogroups.com, "mekow" <[EMAIL PROTECTED]> wrote: > > With the exception of manually parsing the "d" attribute, i

[svg-developers] Re: ASV problem

2006-03-01 Thread bmarquie
just an idea : is there Visual Studio 2005 installed on one of the computers ? Bruno --- In svg-developers@yahoogroups.com, Sylvain Rouillard <[EMAIL PROTECTED]> wrote: > > Hi list, > > I have a problem with ASV, which gives me a blank page > when loading remote SVG files. Here are the relevant >

[svg-developers] Using External File in SVG

2006-03-01 Thread Dushi.. Dushyanth
Hi, I have some huge data that I want to display when mouse over on SVG elements. But If I embedded that into SVG as or elements, SVG file becoming very big (of 10.3mb) and taking much time load. So, I tried storing this data as a separate xml file and parse using the following JavaScript. (I ca

RE: [svg-developers] Re: ASV problem

2006-03-01 Thread Sylvain Rouillard
--- bmarquie <[EMAIL PROTECTED]> a écrit : > just an idea : is there Visual Studio 2005 installed > on one of the > computers ? OMG... Visual Web Developer Express 2005 is installed on the machine where ASV does not work properly... why? :-s

[svg-developers] Re: Using External File in SVG

2006-03-01 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "Dushi.. Dushyanth" <[EMAIL PROTECTED]> wrote: > So, I tried storing this data as a separate xml file and parse using > the following JavaScript. (I can't see any facility in JS to open a > text file). > > var xmlDoc = new ActiveXObject("Microsoft.XMLDOM")

[svg-developers] a SVG document within another one

2006-03-01 Thread omzeta
Hi all, I have 2 SVG files (arc1.svg, arc2.svg). I would like include the arc2.svg inside of arc1.svg. How to do this? Thanks in advance. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Ya

[svg-developers] Re: a SVG document within another one

2006-03-01 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "omzeta" <[EMAIL PROTECTED]> wrote: > > I have 2 SVG files (arc1.svg, arc2.svg). I would like include > the arc2.svg inside of arc1.svg. How to do this? The image element allows you the inclusion, e.g.

[svg-developers] Re: a SVG document within another one

2006-03-01 Thread omzeta
excellent, thanks.. --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "omzeta" wrote: > > > > I have 2 SVG files (arc1.svg, arc2.svg). I would like include > > the arc2.svg inside of arc1.svg. How to do this? > > > The

[svg-developers] Re: ASV problem

2006-03-01 Thread bmarquie
ok :) we just had the same problem some months ago :) http://forums.asp.net/1063963/ShowPost.aspx So if you do something like that : you must do it's because when you install visual studio 2005 , there is an association made between the svg content and a component... (I don't remember...) You

RE: [svg-developers] Re: ASV problem

2006-03-01 Thread Sylvain Rouillard
--- bmarquie <[EMAIL PROTECTED]> a écrit : > ok :) > we just had the same problem some months ago :) > http://forums.asp.net/1063963/ShowPost.aspx > > So if you do something like that : > > > you must do > > it's because when you install visual studio 2005 , > there is an > association made be

Re: [svg-developers] Re: Getting the bounding box of a path

2006-03-01 Thread Sayed Arian Kooshesh
can you show me an example? is getBBox a method of svgpathelement? On 3/1/06, bmarquie <[EMAIL PROTECTED]> wrote: > > Did you try to use getBBox() on your path element? If it's not working > try to put your path element inside a g element, and call getBBox on > the g element. > > Bruno > > --- In

[svg-developers] GUI Widgets to build online applications.

2006-03-01 Thread chiluvuri1
Dear Friends, I learned a lot from the great group of contributors to this group. Based on that I have created an innovative method to create GUI-API (akin to Java/Swing or Windows-API for Visual Basic) to build next generation online-applications. Please review brief summary: http://www.cbsd

[svg-developers] Re: Getting the bounding box of a path

2006-03-01 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "Sayed Arian Kooshesh" <[EMAIL PROTECTED]> wrote: > > can you show me an example? Here is a simple example http://www.w3.org/2000/svg";> bounding box example

[svg-developers] map data structure question

2006-03-01 Thread Peter Thompson
This isn't SVG specific, but is related. What are good (or the standard) algorithms/data structures used for quick retrieval of vector data, like coastline data? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit

[svg-developers] VoiceXML and SVGT

2006-03-01 Thread kubik_sj
Hi group, Does anyone have any examples of VoiceXML and SVG (or better yet, SVGT)? Thanks much, Sara - 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

[svg-developers] How to import .js files into SVG

2006-03-01 Thread Henrique G. Testa
Hi, In my project, I must import a .js (javascript) file into an SVG document. I have goggled all over the internet but found nothing. I also have tried the following, without success: http://www.w3.org/2000/svg";> ... Does anybody know how to do this? Thanks for the help! Henrique

Re: [svg-developers] How to import .js files into SVG

2006-03-01 Thread G. Wade Johnson
SVG uses the XLink attribute href to access external files. Try http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";> ... G. Wade On Wed, 01 Mar 2006 20:59:16 - "Henrique G. Testa" <[EMAIL PROTECTED]> wrote: > Hi, > > In my project, I must import a .js (javascr