[svg-developers] Re: HTML form communication

2005-09-02 Thread Steve
Hi, I have been able to find many good examples of inter document communication when SVG is embedded in HTML...but I have a situation in which my stad alone SVG document spawns a new window containing an html form via window.open. I would like this html form to communicate with the parent

[svg-developers] Re: HTML form communication

2005-09-02 Thread jayraghu04
Hi Steve, Could you please suggest me any one good examples of inter docuemnt communication when svg is embedded in Html. Thanks regards Raghu --- In svg-developers@yahoogroups.com, Steve [EMAIL PROTECTED] wrote: Hi, I have been able to find many good examples of inter document

[svg-developers] Re: HTML form communication

2005-09-02 Thread Steve
Here is a good one http://svg-whiz.com/wiki/index.php?title=Inter-Document_Communication STEVE --- In svg-developers@yahoogroups.com, jayraghu04 [EMAIL PROTECTED] wrote: Hi Steve, Could you please suggest me any one good examples of inter docuemnt communication when svg is embedded in

[svg-developers] Re: HTML form communication

2005-09-02 Thread jayraghu04
Thanks lot steve. I have one doubt regards this. Before In my script I include this line script type=text/ecmascript a3:scriptImplementation=Adobe xlink:href=Button.js/. So within button.js I can't refer parent object. It just shows the error message parent is undefined. Now I

Re: [svg-developers] Re: HTML form communication

2005-09-02 Thread Holger Will
jayraghu04 schrieb: Thanks lot steve. I have one doubt regards this. Before In my script I include this line script type=text/ecmascript a3:scriptImplementation=Adobe xlink:href=Button.js/. So within button.js I can't refer parent object. It just shows the error message parent is

Re: [svg-developers] Re: HTML form communication

2005-09-02 Thread Holger Will
Steve schrieb: Here is a good one http://svg-whiz.com/wiki/index.php?title=Inter-Document_Communication i've just updated the examples on the wiki , so they work in IE+ASV3/6 and mozilla/firefox's native svg implementation. STEVE --- In svg-developers@yahoogroups.com, jayraghu04

[svg-developers] New Posting about Renesis!

2005-09-02 Thread Alexander Adam
Hello Guys, After quite some time we've posted some news on the Renesis SVG Viewer Page -- see http://www.GoSvg.net thanks! Alexander Adam EvolGrafiX - http://www.EvolGrafiX.com GoSVG.NET - http://www.GoSvg.net Yahoo! Groups Sponsor ~-- Fair

[svg-developers] Re: Set Focus

2005-09-02 Thread Francis Hemsher
Hi Sean, Someday this loss of focus may be fixed. I think the best way to handle the problem at this time is to place those alerts and the required response within the svg image, keeping the user 'focused' therein. It takes a bit more programming, but it will be seamless for your users.

[svg-developers] Good day

2005-09-02 Thread paul_evenblij
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] Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back!

[svg-developers] IE won't load svg as object inside html

2005-09-02 Thread stig_kronback
Hello to all, this is my first post in this group. I have been using svg to generate diagrams from old data (legacy) for about 2 months, and it has saved my life. Tried with MS Visio before, but the xml was to complex for me sort out. Enter SVG! Soo easy, soo right. I love it to death and hope

[svg-developers] The Worm Has Turned ?

2005-09-02 Thread Francis Hemsher
Reading the posts on this list, just over the last month or so, has warmed the cockles of my heart. There are serious developers that are trying to make SVG work. C++ and Java folks are, for some reason, taking much effort to apply SVG to their apps. I wonder why this is so? Francis

Re: [svg-developers] Unable to access outer methods from svg

2005-09-02 Thread JP Fiset
raghu raman wrote: Hi everybody, I have a problem to intercommunicate from svg to html. I have a html file like this. HTML HEAD script function access() { --- } /script /HEAD BODY onLoad=Init(); table border=0 width=100% td style=text-align:left; embed

Re: [svg-developers] Re: Set Focus

2005-09-02 Thread Sean
I thought of that too and have been working in that direction instead. Thanks. Francis Hemsher wrote: Hi Sean, Someday this loss of focus may be fixed. I think the best way to handle the problem at this time is to place those alerts and the required response within the svg image, keeping

[svg-developers] Re: IE won't load svg as object inside html

2005-09-02 Thread Francis Hemsher
Hi Stigur, Since this is your first post to this list, I(we) welcome you, and will be gentle...hoping you will stay with us. IE need its stinky called an embed: embed name=svgEmbed src=mySVG.svg style=style stuff type=image/svg+xml Francis --- In svg-developers@yahoogroups.com,

[svg-developers] Resize SVG with onload

2005-09-02 Thread dfi10x
Hello, I'm looking for a way to resize a SVG Graph if text in this graph goes over the edges. I a Javascript Function that does this onload. But it only works very erratic. Lets say every 10th time i refresh the page it works... :( Here's the Code:

RE: [svg-developers] The Worm Has Turned ?

2005-09-02 Thread Rick Bullotta
Why? Simple - I need to draw circles, squares, and lines in a web page. g From: svg-developers@yahoogroups.com on behalf of Francis Hemsher Sent: Fri 9/2/2005 9:25 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] The Worm Has Turned ? Reading

[svg-developers] Re: Unable to access outer methods from svg

2005-09-02 Thread jayraghu04
Thanks JP. I have sorted out the problem by your solution. Now I have one problem. I have two frames. each freame has html files and embed one svg files. for example one.html has one.svg. this svg file has print() method. two.html has two.svg. Now I need to execute the print() method from

[svg-developers] Re: The Worm Has Turned ?

2005-09-02 Thread Francis Hemsher
Gotcha! This is so funny...bubbles boxes will launch SVG. --- In svg-developers@yahoogroups.com, Rick Bullotta [EMAIL PROTECTED] wrote: Why? Simple - I need to draw circles, squares, and lines in a web page. g From: svg-developers@yahoogroups.com on

Re: [svg-developers] Re: Set Focus

2005-09-02 Thread Holger Will
Sean schrieb: I thought of that too and have been working in that direction instead. Thanks. Hi Sean have you tried alert(hello) window.focus() that should do the trick ! hth Holger Francis Hemsher wrote: Hi Sean, Someday this loss of focus may be fixed. I think the best way

[svg-developers] SVG to Java object

2005-09-02 Thread coolwcool2003
I want to convert the *.svg file into Java object. Which library, which class is best for me to do this work? I found the org.apache.batik.extension.svg.BatikRegularPolygonElementBridge .buildShape(BridgeContext ctx, org.w3c.dom.Element e,

Re: [svg-developers] IE won't load svg as object inside html

2005-09-02 Thread Holger Will
stig_kronback schrieb: Hello to all, this is my first post in this group. I have been using svg to generate diagrams from old data (legacy) for about 2 months, and it has saved my life. Tried with MS Visio before, but the xml was to complex for me sort out. Enter SVG! Soo easy, soo right. I

Re: [svg-developers] SVG to Java object

2005-09-02 Thread David Nolen
You also might want to try: JSVGComponent svgComp = new JSVGComponent(); svgComp = loadSVGDocument(docURI); Or even JSVGCanvas. David Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

Re: [svg-developers] Re: Unable to access outer methods from svg

2005-09-02 Thread Holger Will
jayraghu04 schrieb: Thanks JP. I have sorted out the problem by your solution. Now I have one problem. I have two frames. each freame has html files and embed one svg files. for example one.html has one.svg. this svg file has print() method. two.html has two.svg. Now I need to execute

[svg-developers] SVG snapshot to file

2005-09-02 Thread Gissur Þórhallsson
Hi guys I'm working with SVG(with ECMA-script)- in an ASP page my problem is this: I created a web-service using Batik which rasterizes SVG files for me. All I supply it with is an URL to the SVG file and an URL for the page that needs the rasterized file. No problems on that end. My

Re: [svg-developers] SVG snapshot to file

2005-09-02 Thread Holger Will
Gissur Þórhallsson schrieb: Hi guys I'm working with SVG(with ECMA-script)- in an ASP page my problem is this: I created a web-service using Batik which rasterizes SVG files for me. All I supply it with is an URL to the SVG file and an URL for the page that needs the rasterized file.

RE: [svg-developers] HTML form communication

2005-09-02 Thread Pete d'Oronzio
Hi Holger, Thanks for the info. I'm implementing some of it right now. However, I'm not sure about all of it: 1. please correct the MimeType ! the svg file is send as text/html but should be send as image/svg+xml Where is this done? Not in the SVG, right? I have a server application

Re: [svg-developers] HTML form communication

2005-09-02 Thread Holger Will
Pete d'Oronzio schrieb: Hi Holger, Thanks for the info. I'm implementing some of it right now. However, I'm not sure about all of it: 1. please correct the MimeType ! the svg file is send as text/html but should be send as image/svg+xml Where is this done? Not in the SVG, right? I

[svg-developers] Re: SVG snapshot to file

2005-09-02 Thread Francis Hemsher
Hi Gissur, Here is a suggestion that may help: Let's assume you have a layer or group of elements that you want to send to the server. If you convert the elements to XML strings, you may have to make a few minor adjustments so XML will not crash, but it should work just dandy. (i.e. XML does

RE: [svg-developers] Re: The Worm Has Turned ?

2005-09-02 Thread Rick Bullotta
Moving bubbles and boxes are what launched SVG in mobile, yes? From: svg-developers@yahoogroups.com on behalf of Francis Hemsher Sent: Fri 9/2/2005 10:21 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: The Worm Has Turned ? Gotcha! This is

[svg-developers] Re: Linux and the Adobe SVG Plugin

2005-09-02 Thread Samuel Dagan
Hi Joshua, I am very lucky, to be able to run on Linux RedHat™ vs 8.0, SVG with the Adobe™ SVG Viewer vs 3.0 beta 1. I am using Mozilla™ vs 1.0.1. There are some bugs, but in general the performance is not bad. Good luck, Samy --- In svg-developers@yahoogroups.com, Joshua Woodward [EMAIL

[svg-developers] getURL problems

2005-09-02 Thread Alastair Fettes
Hey guys, Who can tell me why the following code is giving me a security error? function myCallback(data) { alert( start foo ); alert( Was retrieval successful? + data.success ); alert( done foo ); } getURL( http://rss.cbc.ca/canadiannews.xml;, myCallback ); Anyone know

Re: [svg-developers] IE won't load svg as object inside html

2005-09-02 Thread Jonathan Watt
Hi On 9/2/05, stig_kronback [EMAIL PROTECTED] wrote: object data=http://localhost/svg_dev/diagrams/diagram2209.svg; width=1000 height=500 type=image/svg+xml/ This probably isn't the cause of your problem in IE, but note that the HTML 'object' element is not an empty element. In other

[svg-developers] Re: The Worm Has Turned ?

2005-09-02 Thread Francis Hemsher
Are you of Italian descent? If so, I recommend Locatelli Romono cheese for your pasta: expensive as hell...about $16 per chunk, but worth the price ;) Keep in touch. Francis --- In svg-developers@yahoogroups.com, Rick Bullotta [EMAIL PROTECTED] wrote: Moving bubbles and boxes are what

[svg-developers] Elitist #SVG group

2005-09-02 Thread Francis Hemsher
These folks who think they are the end-all of SVG, are, in fact, 'good ole boys', lost of the vision of SVG, that suffer in their cronyism, accomplishing nothing. Francis Yahoo! Groups Sponsor ~-- Most low income households are not online. Help