[svg-developers] Let's not get carried away, PLEASE!

2005-08-05 Thread welkerpaul
I got complaints about spreading FUD that Adobe SVG Viewer would not 
work in MS Internet Explorer 7. Clearly, that is wrong. 

I did not state anything by that manner of means. 

Beyond dispute ripping matters out of context is in bad style anyway. 
NB: 'IE7b' refers to a non public BETA release giving Adobe and/or 
Microsoft the chance to test and resolve possible issues if necessary 
at all.
Let's hope you'll understand, 
Regards
Paul





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hkulr9c/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123243550/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

-
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] Let's not get carried away, PLEASE!

2005-08-05 Thread Jean-David Benamou
welkerpaul wrote:

I got complaints about spreading FUD that Adobe SVG Viewer would not 
work in MS Internet Explorer 7. Clearly, that is wrong. 

  


what is FUD ?

I did not state anything by that manner of means. 

Beyond dispute ripping matters out of context is in bad style anyway. 
NB: 'IE7b' refers to a non public BETA release giving Adobe and/or 
Microsoft the chance to test and resolve possible issues if necessary 
at all
  


Thanks for the update Paul, however you did mentioned explicitely :

Did you realize that asv is partially broken in ie7b?? 

For myself :  Of course being largely ignorant  of all these Microsoft
betas... I did not realized anything, did
not even knew there was such things as IE7b ! So I was very much
surprised and teased by this sentence.

So if I understand correctly this means that as we are
talking ASV does not work in IE7(b) ???

The real question is : Will it work when released ?

I suppose no one here knows or can tell (for the Adobe guys) ...
but if you have more reliable
information along these lines, I think it would be
very valuable for all of us.

Regarding : none of our projects will do any good
with firefox: impracticable slow and outrageous resource hungry,

Indeed the tests I have done with deer park agree with
you but it is still under developement and maybe we should
wait and see the official release to judge on performance issues ..

 and
in addition just not available at the customers desktop:((

If people can download and install ASV can't they do the
same with FF ?

Best Regards
JD




 




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hadj6e5/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123245503/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
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 Development Environment - Seeking Beta Users

2005-08-05 Thread Francis Hemsher
MobiusPortal.com, creating a dynamic SVG integrated development 
environment, is seeking Beta Users.

The MobiusPortal ViewPort creates SVG elements and attaches data to 
them. MobiusPortal hosts, and publishes, the resultant SVG drawings on 
the internet. It is intended to show dynamic changes to the image 
elements over space and time.

N.B. The ViewPort currently uses the IE6 + ASV3 environment.

Thanks,

Francis




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12ht7rv1k/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123256866/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

-
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: Viewing Muliple SVG files in Svg Browser

2005-08-05 Thread sent1729
Hi Holger,

Thank you very much for your suggestion. Can you please elaborate 
on the thrid option that you gave:getURL() to load  the layers, and 
append them to DOM.

Do you mean to get the svg file and append it to the existing svg 
file and display the appended file?

Thanks
Nathan.





--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] 
wrote:
 sent1729 schrieb:
 
  Hi all,
 
  I am using Batik Squiggle as my SVG browser. I would like to know 
if it
  is possible to display multiple svg files one layered on top of 
each in
  the browser.Because right now if I am able to achieve this by
  incoorporating all my svg files in to a single svg file. But if I 
have
  different layers of information stored in many svg files, then 
how to
  display them one on top of each other by selecting one at time.
 
 
  Thanks for any input
 
  Nathan.
 
 Hi Nathan
 
 you could use  and image tag like this:
 image xlink:href=layer1.svg .../
 image xlink:href=layer2.svg .../
 
 the disadvantage here, is that you cant access the DOM of your 
layers 
 anymore.
 you could also use  the use Element to reference external SVG 
 fragments, but note that this currently only works in Batik.
 use xlink:href=layer.svg#layerId /
 
 a third option which is the most flexible one is to use getURL() to 
load 
 the layers, and append them to your DOM.
 
 you might want to look at carto.net s  fantastic collection of map 
examples
 http://www.carto.net/papers/svg/samples/
 
 cheers
 Holger




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12ho9tufh/M=362335.6886445.7839731.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123261366/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

-
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] getURL/parseXML does not work

2005-08-05 Thread deeti_dave
Hi There,

I am having trouble in using getURL()/parseXML() in svg. I am using 
a custom made webserver, could it be the one, not supporting the 
request? I am getting request failed alert everytime I try. I am 
using IE 6.0 browser, and I checked that it works fine when loading 
data from xml files in html pages. The svg part seems to be showing 
okay. I am using very simple code in my svg file here:



var svgdoc;

function getFile(evt){
svgdoc = evt.getTarget().getOwnerDocument();
getURL(testXML.xml, testFunction);
alert(HIII);
}

function testFunction(obj){
var string = '';
if(obj.success){
string = obj.content;
var xmldoc = parseXML(obj.content,svgdoc)
var nodes = xmldoc.childNodes;
for(var i=0; inodes.length; i++){
var group = nodes.item(i);
alert(group: +group);
}

}else{
   alert(request failed !)
}
}


my xml file is:

?xml version='1.0'?
DOCUMENT
CUSTOMER
NAME
LAST_NAMELname/LAST_NAME
FIRST_NAMEFname/FIRST_NAME
/NAME
/CUSTOMER
/DOCUMENT



I would really appreciate it if someone can help me...
Thank you.





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hgje1ku/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123262130/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
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 Development Environment - Seeking Beta Users

2005-08-05 Thread jeff_schiller
Hi Francis,

I'm not sure I follow you.  I'm interested in a SVG IDE (especially
for animations), but does your IDE allow you to create standalone SVG
documents that can be used elsewhere or is it only for MobiusPortal
ViewPort?

Thanks,
Jeff

--- In svg-developers@yahoogroups.com, Francis Hemsher
[EMAIL PROTECTED] wrote:
 MobiusPortal.com, creating a dynamic SVG integrated development 
 environment, is seeking Beta Users.
 
 The MobiusPortal ViewPort creates SVG elements and attaches data to 
 them. MobiusPortal hosts, and publishes, the resultant SVG drawings on 
 the internet. It is intended to show dynamic changes to the image 
 elements over space and time.
 
 N.B. The ViewPort currently uses the IE6 + ASV3 environment.
 
 Thanks,
 
 Francis




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hhj2h0r/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123263157/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
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] Install SVGViewer3

2005-08-05 Thread sidonie19
Hi,
 
I need to deploy SVGView on 100 PCs.
 
Does anybody know a way to achieve this without doing a manual install 
on
each PC ?
 
Any help would be appreciated.

Thanks




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hfcetli/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123268420/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

-
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] Obtain element markers list

2005-08-05 Thread Fernando Silva
Hi,

I have created a symbol element that contains several basic shapes
(lines, polygons) and those shapes have several markers attached to
them. I also use that symbol (contained inside the defs section of
the svg document) by referencing it with the use element.

1º Is it possible to change some of the markers (by changing the
symbol) without affecting all document? What I need is to use the
use element mouse event to detect when is over the element and them
make some animations only to that instance.

2º Is there any way to get the full list of markers for one symbol and
there postions? It seems that I have to start from the use element,
go to InstanceRoot (the symbol) and then foreach symbol element
get the available markers. Any idea?

Thanks,
  Fernando Silva


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hjh62sd/M=362335.6886445.7839731.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123275988/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

-
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: Unable to install SVGViewer.exe

2005-08-05 Thread Paton J. Lewis
This can happen in certain situations when the user has a dual-boot 
system with two flavors of Windows. Please make sure you uninstall 
previous versions of Adobe SVG Viewer from both operating systems 
before trying to upgrade.

Pat

--- In svg-developers@yahoogroups.com, tbone58x [EMAIL PROTECTED] 
wrote:
 I have a user running Windows 2000 and using IE 6.0.
 
 When I tried to install the Adobe SVG Viewer 3.03 I get an error 
 message stating that there is an error with NPSVG3.DLL.  
 
 Other messages in the dialog box include can not find the file 
 software\adove\golive\5.0 and software\RealNetworks\RealPlayer.
 
 I have NO clue why ASV 3.03 will not install.  Anyone ever seen this 
 and have a solution?




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hdoalu7/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123283053/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
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: Install SVGViewer3

2005-08-05 Thread Paton J. Lewis
If you already have a delivery system in place which can execute files 
on those machines, the Adobe SVG Viewer 3 installer will run without 
requiring user intervention if the installation succeeds.

Pat

--- In svg-developers@yahoogroups.com, sidonie19 [EMAIL PROTECTED] 
wrote:
 Hi,
  
 I need to deploy SVGView on 100 PCs.
  
 Does anybody know a way to achieve this without doing a manual 
install 
 on
 each PC ?
  
 Any help would be appreciated.
 
 Thanks




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hl8d5o3/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123283625/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

-
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/