[svg-developers] Re: Problem inserting an image in a svg document

2005-04-28 Thread jgfa92004
Hi all,
I found a way to resolve this problem : I remove and re-insert the 
image everytime there is an interaction with js : 

oldimage = carte.getElementById(MyImage);
newimage = oldimage;
Carte.removeChild(oldimage);
Carte.insertBefore(newimage,symboles);

In this way, the display is not slow anymore. But I'm still wondering 
why this problem occurs... if anyone has an idea...

Thanks.

Julie
--- In svg-developers@yahoogroups.com, jgfa92004 [EMAIL PROTECTED] 
wrote:
 
 Hi everybody,
 I have a svg document in which I insert an image (.gif) by writing : 
 image id=MyImage xlink:href=image.gif x=-7335 y=-7335 
 width=129070 height=161370 style=visibility:visible;/
 I have some javascript functions that controle interactivity (for 
 instance zomm, pan, ...). The problem is that when those functions 
are 
 called, the svg is really too slow to be (re-)displayed. If I remove 
 the image, everything works fine. It seems to depend also on the 
image 
 size. Does anyone know what's going wrong ? Is there another way to 
 display an image in a svg document that would work better ?
 Thanks a lot.
 Julie
 PS : the image size is 17 Ko





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] printing svg at client at server

2005-04-28 Thread ma_su_100
hii,
i am using IE6 and ASV3.

1. i want to print my svg embed object by javscript, 
   not by file-print(bacause it cut my svg), how can i do it?

2. i am using asp.net and i want to print my svg from the server, 
   how can i handle my svg on the server side and print it?, 
   is there any components for it?

thanks.





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: SVG Java servlets

2005-04-28 Thread derguteonkeldod
Is there anyone who can explain me the communication between SVG,
JavaScript and a Java servlet?

Even a link would be great!

Thank you.

--- In svg-developers@yahoogroups.com, derguteonkeldod
[EMAIL PROTECTED] wrote:
 
 Maybe I will understand better if I post my little code here.
 
 svg width=800 height=600
   defs
 script type=text/ecmascript
   ![CDATA[
 function theCall(evt)
 {
   
 }
   ]]
 /script
   /defs
   circle onmouseover=theCall(evt) cx=100 cy=100 r=20
 style=fill:red/
 /svg
 
 So what's the code inside the function 'theCall(evt)'?
 
 
 
 --- In svg-developers@yahoogroups.com, Rick Bullotta
 [EMAIL PROTECTED] wrote:
  If I recall correctly, in the internal script that handles the event
  (inside of your SVG), call out to the web browser's script engine
(and a
  javascript function in the HTML page) using something like:
  
  window.parent.yourFunction();
  
  - Rick
  
  -Original Message-
  From: svg-developers@yahoogroups.com
  [mailto:[EMAIL PROTECTED] On Behalf Of derguteonkeldod
  Sent: Monday, April 25, 2005 8:55 AM
  To: svg-developers@yahoogroups.com
  Subject: [svg-developers] Re: SVG  Java servlets
  
  
  
  Thank you Rick,
  
  I was looking for examples at the Adobe homepage but could not find
  examples. Even not by googling. Maybe you know a homepage where this
  topic was discussed or know where I can find a 'howto'.





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Help neede in SVG issue - urgent

2005-04-28 Thread Holger Will
Good morning Ganesh

  Thanks for the help. I followed your steps but I am not able to 
 accomplish my task correctly

 Can you check whether my code is correct:

see:
 http://www.treebuilder.de/svg/textpath.svg
for a working version.
the problem, i figured is a bug in ASV which gets  
getComputedTextLength() wrong on textPathes.
i now use two text elements, one for calculating the textlength (without 
textpath) and the one with textpath.


 Apart from this what is the general way to print any variable for 
 debugging purposes.

alert(anyvariable)


 Also Holger in the above code in order to zoom only horizontally I 
 just changed the viewbox to 0 0 960 320 keeping width and height 
 constant. But I expected teh SVG to get elongated horizontally ( with 
 all the text elongating elatively ) but it behaved very peculiarly. 
 Can you sugest how to do this and if possible incorporate the changes 
 needed in the above code. I have attached the image I am referencing 
 in the SVG along with this mail.

sorry, not really much time right now, will look into this later.
HTH
Holger


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] SVG turned on in mozilla nightly builds

2005-04-28 Thread Holger Will
Jonathan Watt wrote:

 On 4/27/05, Holger Will [EMAIL PROTECTED] wrote:
 
  Hi everyone
  according to
  
 http://weblogs.mozillazine.org/chase/archives/2005/04/svg_here_we_com.html
  SVG is now available in all nightly builds of mozilla / firefox ( at
  least for Win and Mac builds)
  thats great news, i think, and i want to take the opportunity to once
  again thank all mozilla hackers
  especially the SVG Team.
 
  cheers
  Holger

 Cheers, Holger. But note that although SVG is built into the
 nightlies, it isn't quite turned on as such. You still need to set a
 configuration preference to turn it on (see
 http://weblogs.mozillazine.org/tor/archives/2005/02/important_svg_b.html
 ). Having said that this should change shortly - keep an eye on
 https://bugzilla.mozilla.org/show_bug.cgi?id=292160

that sounds great i will watch that bug closely...
angain thanks for everything,
and keep up the great work.

cheers
Holger


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Cannot view XML input using CSS style sheet

2005-04-28 Thread Holger Will
tbone58x wrote:



 My SVG graphs work great on my PC using Windows 2000 but when I pushed
 my code and the graph.css style sheet it will not work on the Apache
 server.  Can anyone help with this?  The graph.css file is one level up
 in the directory structure from the svg file location.


 The XML page cannot be displayed
 Cannot view XML input using CSS style sheet. Please correct the error
 and then click the Refresh button, or try again later.

is this online ? can you post a link ?

Holger


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Svg Re-ordering

2005-04-28 Thread CWS - Manna Antonio
I have this svg:


SVG
g id=a
/g
g id=b
/g
/SVG

I need crete width scripting, on fly,  a new G element (in the example 
id=ROOT) like this


SVG
g id=ROOT   

 g id=a
 /g
 g id=b
 /g

/g
/SVG

thnx

[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] page and pageset element

2005-04-28 Thread Peruzzi Alessandro
Hello everybody.

I readed that the 1.2 versione of SVG included page and pageset 
element.
In the W3C ufficial site I copy this code
from http://www.w3.org/TR/SVGPrint/

?xml version=1.0 standalone=no?
!DOCTYPE svg
svg width=1000 height=1000 viewBox=0 0 1000 1000 version=1.2 
streamable=true xmlns=http://www.w3.org/2000/svg; 
preserveAspectRatio=xMidYMid meet zoomAndPan=magnify

text x=50 y=50 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on all pages
/text
circle cx=200 cy=150 r=90 fill=blue stroke=black 
stroke-width=4 fill-opacity=0.7/
pageSet
page
circle cx=300 cy=150 r=90 fill=red 
stroke=black stroke-width=4 fill-opacity=0.7/
text x=50 y=850 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on first page
/text
/page
page
circle cx=240 cy=250 r=90 fill=green 
stroke=black stroke-width=4 fill-opacity=0.7/
text x=50 y=850 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on second page. Another Circle.
/text
/page
page
circle cx=360 cy=250 r=90 fill=blue 
stroke=black stroke-width=4 fill-opacity=0.7/
text x=50 y=850 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on third page. Last Circle
/text
/page
/pageSet  
/svg


But result is a single blu circle with the text Should appear on all 
pages
the others page not appears or I don't understand how must do it.

I'm using Adobe SVGViewer 3.02

Thanks a lot.
Alessandro Peruzzi








-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] page and pageset element

2005-04-28 Thread Jérôme Tricand de la Goutte
Hi Alessandro

ASV 3.x doesn't implement SVG1.2  specification.

You should use ASV 6.x for that.
But this viewer isn't fully compliant with SVG1.2. You should check what 
parts of the specification are implemented.

Hope it helps.

Jérôme

-- 
Jérôme Tricand de la Goutte

Société Logatique
50 rue Marcel Dassault
92100 Boulogne-Billancourt

01 46 21 59 59


 
Peruzzi Alessandro a écrit :

Hello everybody.

I readed that the 1.2 versione of SVG included page and pageset 
element.
In the W3C ufficial site I copy this code
from http://www.w3.org/TR/SVGPrint/

?xml version=1.0 standalone=no?
!DOCTYPE svg
svg width=1000 height=1000 viewBox=0 0 1000 1000 version=1.2 
streamable=true xmlns=http://www.w3.org/2000/svg; 
preserveAspectRatio=xMidYMid meet zoomAndPan=magnify

text x=50 y=50 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on all pages
/text
circle cx=200 cy=150 r=90 fill=blue stroke=black 
stroke-width=4 fill-opacity=0.7/
pageSet
page
circle cx=300 cy=150 r=90 fill=red 
stroke=black stroke-width=4 fill-opacity=0.7/
text x=50 y=850 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on first page
/text
/page
page
circle cx=240 cy=250 r=90 fill=green 
stroke=black stroke-width=4 fill-opacity=0.7/
text x=50 y=850 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on second page. Another Circle.
/text
/page
page
circle cx=360 cy=250 r=90 fill=blue 
stroke=black stroke-width=4 fill-opacity=0.7/
text x=50 y=850 font-family=Verdana font-size=36 
fill=blue startOffset=0
Should appear on third page. Last Circle
/text
/page
/pageSet  
/svg


But result is a single blu circle with the text Should appear on all 
pages
the others page not appears or I don't understand how must do it.

I'm using Adobe SVGViewer 3.02

Thanks a lot.
Alessandro Peruzzi








-
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 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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Help neede in SVG issue - urgent

2005-04-28 Thread Ganesh Jothikumar
Thanks a ton Holger. It's working perfectly fine.

Holger Will [EMAIL PROTECTED] wrote:Good morning Ganesh

  Thanks for the help. I followed your steps but I am not able to 
 accomplish my task correctly

 Can you check whether my code is correct:

see:
http://www.treebuilder.de/svg/textpath.svg
for a working version.
the problem, i figured is a bug in ASV which gets  
getComputedTextLength() wrong on textPathes.
i now use two text elements, one for calculating the textlength (without 
textpath) and the one with textpath.


 Apart from this what is the general way to print any variable for 
 debugging purposes.

alert(anyvariable)


 Also Holger in the above code in order to zoom only horizontally I 
 just changed the viewbox to 0 0 960 320 keeping width and height 
 constant. But I expected teh SVG to get elongated horizontally ( with 
 all the text elongating elatively ) but it behaved very peculiarly. 
 Can you sugest how to do this and if possible incorporate the changes 
 needed in the above code. I have attached the image I am referencing 
 in the SVG along with this mail.

sorry, not really much time right now, will look into this later.
HTH
Holger


-
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:
http://groups.yahoo.com/group/svg-developers/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] SVG pocket reference put on TechRepublic newsletter

2005-04-28 Thread Barend Köbben
 From the latest TechRepublic newsletter 
(http://nl.com.com/view_online_newsletter.jsp?list_id=e606):

Improve interactivity with the SVG pocket reference

Download this SVG pocket reference
Scalable Vector Graphic (SVG) is an XML-based graphic file format, which is 
best employed in data-driven and interactive environments. SVG is perfect for a 
number of applications that need to combine data and images, such as geographic 
or financial systems. This download explains the basic SVG syntax and provides 
several examples that show how each function works. Let us know if there are 
any SVG functions we should add to this download.





Barend Köbben
International Institute for Geo-information Sciences and  Earth Observation 
(ITC)
PO Box 6, 7500AA Enschede (The Netherlands)
ph: +31 (0)53 4874253; fax: +31 (0)53 4874335 
_



-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Got error in XMLHttpRequest~~

2005-04-28 Thread jacky11287
Dear all,

I saw many example of XMLHttpRequest, but all of them use the
XMLHttpRequest method in html

I would like to use XMLHttpRequest in SVG file, I mean by opening a 

script type=text/javascript [!CDATA[
var p = new XMLHttpRequest();

]]

/script

But I got error is XMLHttpRequest() is undefine()...

I am using Mozilla Firefox 1.0~~~

By the way, I would like to ask can XMLHttpRequest() replace getURL(),
since I would like to send my request to the server synchronously...

Thank you very much in advance...

Jacky





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Got error in XMLHttpRequest~~

2005-04-28 Thread Holger Will
jacky11287 wrote:

 Dear all,

 I saw many example of XMLHttpRequest, but all of them use the
 XMLHttpRequest method in html

 I would like to use XMLHttpRequest in SVG file, I mean by opening a

 script type=text/javascript [!CDATA[
 var p = new XMLHttpRequest();

 ]]

 /script

 But I got error is XMLHttpRequest() is undefine()...

 I am using Mozilla Firefox 1.0~~~

make sure to get an SVG enable mozilla. you can find the latest builds here:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/

instructions on how to enable svg in these builds can be found here:
http://weblogs.mozillazine.org/tor/archives/2005/02/important_svg_b.html

XMLHttpRequest works in firefox native implementation, sadly it doesnt 
work in ASV or Batik.
hth
Holger



-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: page and pageset element

2005-04-28 Thread Peruzzi Alessandro
I installed ASV 6.0 Development Release 1, Build 38363

but my svg file appear in only one page.
How I must to do for navigate in the svg pages?
I view only one page.

 ASV 3.x doesn't implement SVG1.2  specification.

My svg application have rebuild menu item but in ASV this rebuiding 
isn't supperted.

I must use page-- ASV 6 and rebuild menu -- ASV 3

To be or not to be, this is the problem. !!!

Bye bye from Alessandro


--- In svg-developers@yahoogroups.com, Jérôme Tricand de la Goutte 
[EMAIL PROTECTED] wrote:
 Hi Alessandro
 
 ASV 3.x doesn't implement SVG1.2  specification.
 
 You should use ASV 6.x for that.
 But this viewer isn't fully compliant with SVG1.2. You should check 
what 
 parts of the specification are implemented.
 
 Hope it helps.
 
 Jérôme
 
 -- 
 Jérôme Tricand de la Goutte
 
 Société Logatique
 50 rue Marcel Dassault
 92100 Boulogne-Billancourt
 
 01 46 21 59 59
 
 
  
 Peruzzi Alessandro a écrit :
 
 Hello everybody.
 
 I readed that the 1.2 versione of SVG included page and 
pageset 
 element.
 In the W3C ufficial site I copy this code
 from http://www.w3.org/TR/SVGPrint/
 
 ?xml version=1.0 standalone=no?
 !DOCTYPE svg
 svg width=1000 height=1000 viewBox=0 0 1000 1000 
version=1.2 
 streamable=true xmlns=http://www.w3.org/2000/svg; 
 preserveAspectRatio=xMidYMid meet zoomAndPan=magnify
 
 text x=50 y=50 font-family=Verdana font-size=36 
 fill=blue startOffset=0
 Should appear on all pages
 /text
 circle cx=200 cy=150 r=90 fill=blue stroke=black 
 stroke-width=4 fill-opacity=0.7/
 pageSet
 page
 circle cx=300 cy=150 r=90 fill=red 
 stroke=black stroke-width=4 fill-opacity=0.7/
 text x=50 y=850 font-family=Verdana font-
size=36 
 fill=blue startOffset=0
 Should appear on first page
 /text
 /page
 page
 circle cx=240 cy=250 r=90 fill=green 
 stroke=black stroke-width=4 fill-opacity=0.7/
 text x=50 y=850 font-family=Verdana font-
size=36 
 fill=blue startOffset=0
 Should appear on second page. Another Circle.
 /text
 /page
 page
 circle cx=360 cy=250 r=90 fill=blue 
 stroke=black stroke-width=4 fill-opacity=0.7/
 text x=50 y=850 font-family=Verdana font-
size=36 
 fill=blue startOffset=0
 Should appear on third page. Last Circle
 /text
 /page
 /pageSet  
 /svg
 
 
 But result is a single blu circle with the text Should appear on 
all 
 pages
 the others page not appears or I don't understand how must do it.
 
 I'm using Adobe SVGViewer 3.02
 
 Thanks a lot.
 Alessandro Peruzzi
 
 
 
 
 
 
 
 
 -
 To unsubscribe send a message to: svg-developers-
[EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit 
my membership
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
   
 





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Re: SVG Java servlets

2005-04-28 Thread Peter Thompson
There are lots of people here who can explain this.
 
Generally, SVG and JavaScript are both running in a browser on a client.  SVG 
communicates with JavaScript via events.  JavaScript updates the DOM, which is 
the in-memory representation of the SVG.  See this link for a working example 
of JavaScript/SVG interaction:
http://www.w3.org/TR/SVG11/script.html#EventHandling
 
The Java Servlets run on a web server that supports servlets (e.g., Tomcat).  
The client JavaScript that is embedded in the SVG can communicate with a 
servlet via getURL() and postURL() calls.  For example, the client can call 
getURL(url, callback) to execute the doGet() function in a servlet.  In Tomcat, 
the url is mapped to the servlet via the web.xml file.  The doGet() function on 
the server returns a result to the client, which causes the callback function 
on the client to be called.  The callback function parses the results and 
updates the DOM, causing the display to be updated.
 
getURL() and postURL() are supported by the Adobe SVG and Batik viewers, but 
not all viewers.  
 
I don't know of a link that explains in detail with examples the 
servlet-JavaScript interaction (maybe someone else can provide this).  If you 
know how to do servlets on your web server, then getting them to work with 
client JavaScript and SVG isn't difficult.
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Got error in XMLHttpRequest~~

2005-04-28 Thread jacky11287
Hi Holger,

I get your point, but XMLHttpRequest can only work at Mozilla Native SVG??

Arhthat's pity bad for me...since my SVG application doesn't fully
work in Mozilla native implementation...

I just wonder to change the getURL() method from asychronous to
[EMAIL PROTECTED]@ than I found XMLHttpRequest which can set the
request as synchronous...but it doesn't work on ASV and Firefox both...

The getURL doesn't has any problem in PHP but has in JSPmake me
[EMAIL PROTECTED]@

--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote:
 jacky11287 wrote:
 
  Dear all,
 
  I saw many example of XMLHttpRequest, but all of them use the
  XMLHttpRequest method in html
 
  I would like to use XMLHttpRequest in SVG file, I mean by opening a
 
  script type=text/javascript [!CDATA[
  var p = new XMLHttpRequest();
 
  ]]
 
  /script
 
  But I got error is XMLHttpRequest() is undefine()...
 
  I am using Mozilla Firefox 1.0~~~
 
 make sure to get an SVG enable mozilla. you can find the latest
builds here:
 http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
 
 instructions on how to enable svg in these builds can be found here:
 http://weblogs.mozillazine.org/tor/archives/2005/02/important_svg_b.html
 
 XMLHttpRequest works in firefox native implementation, sadly it doesnt 
 work in ASV or Batik.
 hth
 Holger





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Doubt

2005-04-28 Thread neelima_jiit
Hi Everyone... 
I'm new to SVG..Infact I came to know about it today.
I found that batik n the others which offer SVG support are written
in 
Java.
So,I just wanted to ask if we culd do the same using C++? If so,
could 
anyone please provide me with some material regarding that.I mean 
reading SVG files using C++ and then conversion into raster format 
(without using batik or someother libraries).I wanted to take this as 
a project.So please reply as soon as possible.

Thanks in advance...n pardon if for my ignorance...

Neelima





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [svg-developers] Doubt

2005-04-28 Thread shichan
Adobe has an SVG ActiveX control, which you can add to your C++ project.
The only drawback that I can think of is that the viewer requires an SVG
file to startup. What you can do in that case is feed it a dummy SVG
file that
just contains that bare minimum for an SVG file. Once you get the hang
of
it, you may want to put your predefine def tags in it, and reference
them
later thru code. You can download the plugin from the Adobe SVG site -
www.adobe.com/svg.

 

-Mensaje original-
De: svg-developers@yahoogroups.com
[mailto:[EMAIL PROTECTED] En nombre de neelima_jiit
Enviado el: jueves, 28 de abril de 2005 14:24
Para: svg-developers@yahoogroups.com
Asunto: [svg-developers] Doubt

 

Hi Everyone... 
I'm new to SVG..Infact I came to know about it today.
I found that batik n the others which offer SVG support are written
in 
Java.
So,I just wanted to ask if we culd do the same using C++? If so,
could 
anyone please provide me with some material regarding that.I mean 
reading SVG files using C++ and then conversion into raster format 
(without using batik or someother libraries).I wanted to take this as 
a project.So please reply as soon as possible.

Thanks in advance...n pardon if for my ignorance...

Neelima





-
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:
http://groups.yahoo.com/group/svg-developers/
  

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
  

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
http://docs.yahoo.com/info/terms/  Service. 



__ Información de NOD32 1.1081 (20050428) __

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com



[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Doubt

2005-04-28 Thread Holger Will
neelima_jiit wrote:

 Hi Everyone...
 I'm new to SVG..Infact I came to know about it today.
 I found that batik n the others which offer SVG support are written
 in
 Java.
 So,I just wanted to ask if we culd do the same using C++? If so,
 could
 anyone please provide me with some material regarding that.I mean
 reading SVG files using C++ and then conversion into raster format
 (without using batik or someother libraries).I wanted to take this as
 a project.So please reply as soon as possible.

 Thanks in advance...n pardon if for my ignorance...

 Neelima

Hi Neelima
i really dont know any c++ and havent use this, but you should check out 
librsvg, which is a svg rendering library for c++.
http://librsvg.sourceforge.net/
HTH
Holger


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [svg-developers] Doubt

2005-04-28 Thread shichan

GNU plotting utilities: The plotutils Package


Date: Jul. 19, 2000
Link:  http://www.gnu.org/software/plotutils/plotutils.html
http://www.gnu.org/software/plotutils/plotutils.html
Source Author or Organization: Robert Maier, Nick Tufillaro, GNU Project

The GNU plotting utilities are powerful C/C++ libraries for programmers
and technical users. The centerpiece is libplot, a library for exporting
2-D vector graphics in many file formats, including vector, raster and
vector graphics animations. With this version (2.4.1), libplot and
applications built on it can export graphics files in Scalable Vector
Graphics (SVG) format. 

 

 

-Mensaje original-
De: svg-developers@yahoogroups.com
[mailto:[EMAIL PROTECTED] En nombre de neelima_jiit
Enviado el: jueves, 28 de abril de 2005 14:24
Para: svg-developers@yahoogroups.com
Asunto: [svg-developers] Doubt

 

Hi Everyone... 
I'm new to SVG..Infact I came to know about it today.
I found that batik n the others which offer SVG support are written
in 
Java.
So,I just wanted to ask if we culd do the same using C++? If so,
could 
anyone please provide me with some material regarding that.I mean 
reading SVG files using C++ and then conversion into raster format 
(without using batik or someother libraries).I wanted to take this as 
a project.So please reply as soon as possible.

Thanks in advance...n pardon if for my ignorance...

Neelima





-
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:
http://groups.yahoo.com/group/svg-developers/
  

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
  

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
http://docs.yahoo.com/info/terms/  Service. 



__ Información de NOD32 1.1081 (20050428) __

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com



[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] focus to SVG

2005-04-28 Thread Christoph Gaisbauer
Hi all,
to call a function within my svg I use the keypress event.
That works fine, as long as the svg has focus.
I could manage to set the focus to my svg with:
document.embeds[mysvg].focus();
This will run in IE, but not in FireFox.
Is there a way to set the focus to an embed in FF?

Thanks for an ideas...

Christoph

  

 
-- 
Christoph Gaisbauer
Talstrasse 7
79102 Freiburg i. Br.

mailto:[EMAIL PROTECTED]
http://chris.paepste.net
Tel.:  0761/7043184
Mobil: 0179/4955077




-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Detecting Mouse Position

2005-04-28 Thread samcctan
Hi all,

Refer to my previous post, is anyone able to figure out what is the 
problem and how can I get the mouse position works on the svg image? I 
need this to work so that I can continue my project


Thanks
Samantha


--- In svg-developers@yahoogroups.com, samcctan [EMAIL PROTECTED] wrote:
 
 Hi all,
 
 I am able to get my mouse position for my browser window (btw, I am 
 using Firefox). At the same time, I embed a svg file in my html. But 
I 
 realize when the mouse is in the svg image, the mouse position will 
 not be detected!  It only works when the mouse cursor is outside the 
 svg image.
 
 What should I do if I need to detect the mouse position when it is on 
 the svg image, as I need the code to do something when the cursor is 
 on one of the object on the svg image (by comparing the mouse 
position 
 and the coordinates of that object).
 
 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
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] RE: Synchronous getUrl()

2005-04-28 Thread Richard Smith
I haven't tried this, but is it possible to wait for the callback to 'report 
back'?

I.e.

var waiting;
function DoStuff(){ 
 ...
 waiting = true;
 getUrl(url, getCallback);
 while(waiting) ;
 ...
}

function getCallback(){
 ... // process the request
 waiting = false;
}

I wrote some similar code in Java to deal with a problem like this and that's 
how it worked. Sorry it's only pseudo-code, I'm not familiar with how getUrl 
actually works in practice ... hope that helps!


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] ASV on linux

2005-04-28 Thread Jean-David Benamou
Maybe everybody on this list knows that already ? :
I just noticed that Adobe has released a ASV 3.01 beta for linux ...
It seems to work pretty well ...

JD



-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] hello

2005-04-28 Thread dean
The message cannot be represented in 7-bit ASCII encoding and has been sent as 
a binary attachment.



[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] ECMAScript - UML?

2005-04-28 Thread ctl271
Hello all,

I sat down to try and update/improve my documentation for the CGUI 
project and quickly got really tired of drawing UML so I started 
looking for a tool that would generate UML or XMI from the ECMAScript 
source and couldn't find anything.  Does anyone know of such a tool?

After giving up on that, I started a perl script that would parse the 
ECMAScript source and produce Java stubs from it that could be
imported into a UML tool such as Poseidon.  This seems to work ok.  

Assuming someone doesn't point out a tool to me that will go from 
ECMAScript - UML/XMI, would anyone here be interested in a tool to 
generate Java stubs from the ECMAScript?  If so, I'll try to write 
cleaner, more robust perl and make it available for download...  The 
advantage being that from the stubs you can produce javadoc's for
your source and import it into various tools to generate class 
diagrams etc...

cheers,
Chris





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Jeff Rafter
so before the game gets too boring, ive just added another 30 levels.
its the first 30 levels of  the mikroban set of ksokoban.
they are easier than the previous levels ;)

Alright so I was able to pass the old level 7 and all of the new levels 
(60 total) except level 42 in the new series... this one REALLY seems 
impossible...

BTW, I added:

// R
if(evt.keyCode==82){
retry()
}
// N
if(evt.keyCode==78){
nextlevel()
}


Into the keypress... maybe the n is cheating... but it let's you go on 
if you get stuck...


Thanks again!
Jeff


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Holger Will
Hi Jeff

 BTW, I added:

 // R
 if(evt.keyCode==82){
 retry()
 }
 // N
 if(evt.keyCode==78){
 nextlevel()
 }

these changes are now in the online version. thanks for providing this 
patch, its really a good idea, improves gameplay...
cheers
Holger



-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] focus to SVG

2005-04-28 Thread John Dowdell
Christoph Gaisbauer wrote:
 to call a function within my svg I use the keypress event.
 That works fine, as long as the svg has focus.
 I could manage to set the focus to my svg with:
 document.embeds[mysvg].focus();
 This will run in IE, but not in FireFox.
 Is there a way to set the focus to an embed in FF?

This is a hard task for all extended browser content... we haven't seen a 
standard way to handle focus evolve across all browsers, much less be 
congruently implemented in all legacy browsers yet.

The most frequent solution I've seen is to set up the initial display of plugin 
content so that it obviously requires a click to start -- a Start button, 
some 
typing, whatever -- anything to have the visitor actually click in the plugin 
rendering area. This gives the plugin reliable focus across viewing 
environments.

jd



-- 
John Dowdell . Macromedia Developer Support . San Francisco CA USA
Weblog: http://www.macromedia.com/go/blog_jd
Aggregator: http://www.macromedia.com/go/weblogs
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Good day

2005-04-28 Thread mimasa
Here are your banks documents.



[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Synchronous getUrl()

2005-04-28 Thread Jim Ley

Richard Smith [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
I haven't tried this, but is it possible to wait for the callback to 
'report back'?

 I.e.

 var waiting;
 function DoStuff(){
 ...
 waiting = true;
 getUrl(url, getCallback);
 while(waiting) ;
 ...
 }

 function getCallback(){
 ... // process the request
 waiting = false;
 }

No, this is impossible, javascript is single threaded, so the while loop 
thread never releases to give a chance for the getCallback function to 
execute.

Synchronous should also never be used on the web for the same reason - the 
UI locks up whilst the requests are executing, browsers also have lots of 
crash bugs with sync.

Jim. 





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Holger Will
Jeff Rafter wrote:


 Alright so I was able to pass the old level 7 and all of the new levels
 (60 total) except level 42 in the new series... this one REALLY seems
 impossible...

oh! this one is really a bug, ive corrected that level 42, sorry, and 
thanks for finding it.

cheers
Holger


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] new SVG Game: Sokoban

2005-04-28 Thread Jeff Rafter
  Alright so I was able to pass the old level 7 and all of the new levels
  (60 total) except level 42 in the new series... this one REALLY seems
  impossible...
 
 
 
  oh! this one is really a bug, ive corrected that level 42, sorry, and 
thanks for finding it.


Credit goes to Paul Shoener who beat me to it :) But the update works 
great, awesome work Holger!

Cheers,
Jeff Rafter


-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Re: Detecting Mouse Position

2005-04-28 Thread jfrost
Hi Samantha,

Checkout the last SVG on this page:
http://www.svgelves.com/learn/L2_02_03.php

This is an old article, but it still works in IE and it should get you
started.  I will be updating these articles and adding more in the coming
months.

Jon

 ...how can I get the mouse position works on the svg image? I
 need this to work so that I can continue my project



-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: page and pageset element

2005-04-28 Thread ggb2g
To my knowledge it is not supported by Adobe even version 6.
I heard that it might not be in the final svg1.2, so be carefful with
this feature.
--- In svg-developers@yahoogroups.com, Peruzzi Alessandro
[EMAIL PROTECTED] wrote:
 I installed ASV 6.0 Development Release 1, Build 38363
 
 but my svg file appear in only one page.
 How I must to do for navigate in the svg pages?
 I view only one page.
 
  ASV 3.x doesn't implement SVG1.2  specification.
 
 My svg application have rebuild menu item but in ASV this rebuiding 
 isn't supperted.
 
 I must use page-- ASV 6 and rebuild menu -- ASV 3
 
 To be or not to be, this is the problem. !!!
 
 Bye bye from Alessandro
 
 
 --- In svg-developers@yahoogroups.com, Jérôme Tricand de la Goutte 
 [EMAIL PROTECTED] wrote:
  Hi Alessandro
  
  ASV 3.x doesn't implement SVG1.2  specification.
  
  You should use ASV 6.x for that.
  But this viewer isn't fully compliant with SVG1.2. You should check 
 what 
  parts of the specification are implemented.
  
  Hope it helps.
  
  Jérôme
  
  -- 
  Jérôme Tricand de la Goutte
  
  Société Logatique
  50 rue Marcel Dassault
  92100 Boulogne-Billancourt
  
  01 46 21 59 59
  
  
   
  Peruzzi Alessandro a écrit :
  
  Hello everybody.
  
  I readed that the 1.2 versione of SVG included page and 
 pageset 
  element.
  In the W3C ufficial site I copy this code
  from http://www.w3.org/TR/SVGPrint/
  
  ?xml version=1.0 standalone=no?
  !DOCTYPE svg
  svg width=1000 height=1000 viewBox=0 0 1000 1000 
 version=1.2 
  streamable=true xmlns=http://www.w3.org/2000/svg; 
  preserveAspectRatio=xMidYMid meet zoomAndPan=magnify
  
  text x=50 y=50 font-family=Verdana font-size=36 
  fill=blue startOffset=0
  Should appear on all pages
  /text
  circle cx=200 cy=150 r=90 fill=blue stroke=black 
  stroke-width=4 fill-opacity=0.7/
  pageSet
  page
  circle cx=300 cy=150 r=90 fill=red 
  stroke=black stroke-width=4 fill-opacity=0.7/
  text x=50 y=850 font-family=Verdana font-
 size=36 
  fill=blue startOffset=0
  Should appear on first page
  /text
  /page
  page
  circle cx=240 cy=250 r=90 fill=green 
  stroke=black stroke-width=4 fill-opacity=0.7/
  text x=50 y=850 font-family=Verdana font-
 size=36 
  fill=blue startOffset=0
  Should appear on second page. Another Circle.
  /text
  /page
  page
  circle cx=360 cy=250 r=90 fill=blue 
  stroke=black stroke-width=4 fill-opacity=0.7/
  text x=50 y=850 font-family=Verdana font-
 size=36 
  fill=blue startOffset=0
  Should appear on third page. Last Circle
  /text
  /page
  /pageSet  
  /svg
  
  
  But result is a single blu circle with the text Should appear on 
 all 
  pages
  the others page not appears or I don't understand how must do it.
  
  I'm using Adobe SVGViewer 3.02
  
  Thanks a lot.
  Alessandro Peruzzi
  
  
  
  
  
  
  
  
  -
  To unsubscribe send a message to: svg-developers-
 [EMAIL PROTECTED]
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click edit 
 my membership
   
  Yahoo! Groups Links
  
  
  
   
  
  
  

  





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: ECMAScript - UML?

2005-04-28 Thread ggb2g
this is something I will be probably interested for future project and
I am sure a lot of people could be interested too.
Thx for your job on this.

--- In svg-developers@yahoogroups.com, ctl271 [EMAIL PROTECTED] wrote:
 Hello all,
 
 I sat down to try and update/improve my documentation for the CGUI 
 project and quickly got really tired of drawing UML so I started 
 looking for a tool that would generate UML or XMI from the ECMAScript 
 source and couldn't find anything.  Does anyone know of such a tool?
 
 After giving up on that, I started a perl script that would parse the 
 ECMAScript source and produce Java stubs from it that could be
 imported into a UML tool such as Poseidon.  This seems to work ok.  
 
 Assuming someone doesn't point out a tool to me that will go from 
 ECMAScript - UML/XMI, would anyone here be interested in a tool to 
 generate Java stubs from the ECMAScript?  If so, I'll try to write 
 cleaner, more robust perl and make it available for download...  The 
 advantage being that from the stubs you can produce javadoc's for
 your source and import it into various tools to generate class 
 diagrams etc...
 
 cheers,
 Chris





-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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

2005-04-28 Thread Hago Ziegler
Armin Mueller schrieb:

 Has anyone experiences whether i can switch off the native SVG support?

You can't switch off, but you can switch on the use of your plugin.

I assume, you already copied the plugin to Operas plugin folder.
Now you open Tools  Prefereces  Advanced  Downloads (deselect: Hide  
file types opened with Opera)
There you look for image/xml-svg and image/xml+svg
For each  Edit  Use plug-in (activate this)
That's it

Regards,  Hago



-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/