[svg-developers] Help regarding evt event

2005-04-15 Thread callyourshiva
Hi all, When i run my SVG (.svg file) in my browser it's running fine. when i load the same file on to Citrix machine and some other machines it's giving an Jscript error:evt is undefined.Please let me know why it is giving this error .I'm falling short of time.In both the machines

[svg-developers] Re: Help regarding evt event

2005-04-15 Thread welkerpaul
--- In svg-developers@yahoogroups.com, callyourshiva [EMAIL PROTECTED] wrote: Hi all, When i run my SVG (.svg file) in my browser it's running fine. when i load the same file on to Citrix machine and some other machines it's giving an Jscript error:evt is undefined.Please

[svg-developers] Re: div CSS border attribute

2005-04-15 Thread Andreas Neumann
you can use body style=margin:0; in your HTML - have a look at the source code of http://www.carto.net/williams/yosemite/index.html in my Internetexplorer (6.0.2800.1106 on Win2k) it does not have any border. Andreas --- In svg-developers@yahoogroups.com, Sean [EMAIL PROTECTED] wrote: I

[svg-developers] Re: Interactive traffic display

2005-04-15 Thread Andreas Neumann
cool - thanks for sharing. Are you still willing to make your project compatible with ASV6 from Adobe or Batik? It's probably not that hard. Your example basically works with ASV6. The manual and automated update works and the zoom functionality works. It fails where you have mouseover events

Re: [svg-developers] Re: div CSS border attribute

2005-04-15 Thread Holger Will
Andreas Neumann wrote: you can use body style=margin:0; sadly this still doesnt solve the problem. but if you use your style on the embedd directly ( not the div ) the problem is gone... style type=text/css #border {width:850px;height:675px;border: 1px solid black} /style div

Re: [svg-developers] Help regarding evt event

2005-04-15 Thread Jonathan Watt
On 4/15/05, callyourshiva [EMAIL PROTECTED] wrote: Hi all, When i run my SVG (.svg file) in my browser it's running fine. when i load the same file on to Citrix machine and some other machines it's giving an Jscript error:evt is undefined.Please let me know why it is

[svg-developers] Re: SVG WorkStation - alpha Feedback

2005-04-15 Thread Samuel Dagan
Hi Francis, As you probably know, there are many tools for SVG drawing, and you have to overcome a fierce competition. I've looked on your MobiusPortal, and tryed to use the grid of coordinates. For a simple grid I've obtained a huge number of lines. You could make it much shorter by

Re: [svg-developers] SVG Support in the JRE

2005-04-15 Thread Robin Berjon
Rick Bullotta wrote: An interesting idea occurred to me today that might once and for all help address the issue of proliferating SVG into the desktop. What if Sun (perhaps as the result of a JCP effort) included Batik in the JRE, much as it has done with Xerces/Xalan? This might be the

RE: [svg-developers] SVG Support in the JRE

2005-04-15 Thread Rick Bullotta
While interesting, still mobile-focused. My interest is widespread deployment/acceptance on the desktop. That is the point of big traction. From: svg-developers@yahoogroups.com on behalf of Robin Berjon Sent: Fri 4/15/2005 7:23 AM To:

[svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-15 Thread svgdeveloper
SVGViewPlus by Mobiform is a %100 .NET control for viewing, printing and interacting with SVG in .NET apps. It has a full SVGDOM, uses C# or JScript as the script language, handles animation, zooming, panning, serialization, CSS and exports to various raster formats. It implements about

[svg-developers] Sony PSP, Apple iPod, Motorola V3 RAZR $30

2005-04-15 Thread bvservices_bob
I have found a website where all it takes is $30 and you have the choice of receiving the Apple 40Gb Photo iPod, Apple 20Gb iPod, Motorola V3 Razr, and also recently added is the Motorola V3 Razr special Black edition and the Sony PSP! There are many other phones available as well. The way

[svg-developers] Support SVG superheros!

2005-04-15 Thread Richard Pearman
I tried to send this before but it got rejected, I think because McAfee's Spamkiller was leaving a load of stuff of the server and some email was bouncing as a result so Yahoo decided it would add to my problems by rejecting my mail. Are there better settings for Spamkiller (assuming that it

[svg-developers] Re: Anyone know how to display SVG in win32 form using .NET?

2005-04-15 Thread kgordon
What are the licensing issues with embedding mozilla? Is it legal for commercial use? (It seems other people have used it for such). If it is completely legal for use in commercial applications I would use it in place of IE almost exclusively. --KG -Original Message- From: Holger

Re: [svg-developers] Re: div CSS border attribute

2005-04-15 Thread Sean
What was I thinking?!? Thanks. Holger Will wrote: Andreas Neumann wrote: you can use body style=margin:0; sadly this still doesnt solve the problem. but if you use your style on the embedd directly ( not the div ) the problem is gone... style type=text/css #border

[svg-developers] Urgent: Replacing current SVG with new one via Java Script

2005-04-15 Thread tharahan
I have an html file contains embeded svg and javascript function which called by triggering an event. My problem is , I have to replace the url for fetching dynamic svg from server as a stream of characters via js This is my html html head titletest meta/title /head body script function

[svg-developers] Re: Help regarding evt event

2005-04-15 Thread welkerpaul
--- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: On 4/15/05, callyourshiva [EMAIL PROTECTED] wrote: Hi all, When i run my SVG (.svg file) in my browser it's running fine. when i load the same file on to Citrix machine and some other

Re: [svg-developers] Urgent: Replacing current SVG with new one via Java Script

2005-04-15 Thread Sean
You'll need php, pearl or a similar language. If php, in your html you would have embed name=graph width=800 height=400 src=svg.php?oid=1style=float: leftalign=left / The js would look something like this. theSVC=window.document.embeds[0];

[svg-developers] Re: batik JPEGTranscoder

2005-04-15 Thread asrdesigns
Thanks Thomas, hoorah, hoorah, hoorah. I have today downloaded batik 1.6 three times, from different mirrors each time, used jar xvf to unpack the zip file, then uploaded the jar's to the hosting service. Each time I invoked the servlet, different errors were generated. Encouraged by your

[svg-developers] Mobiform

2005-04-15 Thread kgordon
SVGViewPlus by Mobiform is a %100 .NET control for viewing, printing and interacting with SVG in .NET apps. It has a full SVGDOM, uses C# or JScript as the script language, handles animation, zooming, panning, serialization, CSS and exports to various raster formats. It implements about %75

Re: [svg-developers] Re: Help regarding evt event

2005-04-15 Thread Jonathan Watt
On 4/15/05, welkerpaul [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: I think in ASV3 evt was a global object, but that in ASV6 this has been fixed. I'm not sure if that's correct or not since I haven't got round to testing it

RE: [svg-developers] Re: Help regarding evt event

2005-04-15 Thread Kerry Coffin
Jonathan, You are not arrogant at all. You're comments and advice are worth reading. Keep them coming. Kerry -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Watt Sent: Friday, April 15, 2005 3:56 PM To:

Re: [svg-developers] Re: Help regarding evt event

2005-04-15 Thread Jonathan Watt
Thanks Kerry, I appreciate you saying so. :-) On 4/15/05, Kerry Coffin [EMAIL PROTECTED] wrote: Jonathan, You are not arrogant at all. You're comments and advice are worth reading. Keep them coming. Kerry - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Re: Help regarding evt event

2005-04-15 Thread ardarby
Just guessing: IMOSHO = In My Oh So Humble Opinion AFAIUI = As Far As I Understand It's AAMOF = As A Matter Of Fact --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: [...] Jonathan, IMOSHO your know-it-all attitude isn't accurate this time;-) AFAIUI svg

[svg-developers] Re: SVG WorkStation - alpha Feedback

2005-04-15 Thread Francis Hemsher
Hi Ronan, We're using a method password input that give's a *blink* look at each character as you type it in. I think that, if you are a fast typist, when you input your password, it may not pick up the correct characters. I guess this is one of the things we had better look at :) Thanks,

[svg-developers] Re: SVG WorkStation - alpha Feedback

2005-04-15 Thread Francis Hemsher
Thanks Samy, That Coordinate Grid thingy is a real bear!, especially when it adds the units, rather than being just a grid. We're working on it, and will take your suggestion into consideration. Francis --- In svg-developers@yahoogroups.com, Samuel Dagan [EMAIL PROTECTED] wrote: Hi

[svg-developers] Question on external styling

2005-04-15 Thread sholla
HI, I have a question on using the style attribute. I want to store my styles externally . For example I have all my gradients defined in 1 SVG file. I want to reference them from my user SVG file. This appears to work for line elements but does not work for rect elements.

Re: [svg-developers] Re: Question on external styling

2005-04-15 Thread sholla
Thanks for clarifying it, Andreas. Now I've to figure out the issues with ASV6 Andreas Neumann