[svg-developers] Need help on SVG#

2006-01-31 Thread bsedigh_79
hi all, Can anyone tell me how to use SVG# class library? I have downloaded source code and dlls but i have not enough time to read the entire library.I have just finished including all required files and classes and my project compiles but nothing as result on the form! Please Help. Thanks in

[svg-developers] Re: How to access SVG thru a Java-Applet

2006-01-31 Thread malutanpetronel
Can anyone tell me tell me how to refer the SVG if I've displayed / created it dyanamically via a php script without beeing previously saved on HDD ? MySVG = SVGName.getSVGDocument(); HOW SHOULD I DO ? Kind regards and thank you Petronel --- In svg-developers@yahoogroups.com, [EMAIL

[svg-developers] Re: Xpath and svg

2006-01-31 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Cameron McCormack [EMAIL PROTECTED] wrote: Martin Honnen: It depends on the DOM implementation you use, if that is Mozilla 1.8 respectively Firefox 1.5 then you have full support for the W3C DOM Level 3 XPath specification

[svg-developers] Changing HTML content

2006-01-31 Thread chesterltm
Hi, I want to display some stuff on my HTML page depending on the mouse position in my SVG file. I have embedded my SVG file with object data=myfile.svg width=600 height=600 type=image/svg+xml/. How can I get the mouse coordinates in my HTML from it when I move over that 600by600 area? Greets,

Re: [svg-developers] Re: Xpath and svg

2006-01-31 Thread thomas . deweese
Hi Martin, Martin Honnen: It depends on the DOM implementation you use, if that is Mozilla 1.8 respectively Firefox 1.5 then you have full support for the W3C DOM Level 3 XPath specification http://www.w3.org/TR/DOM-Level-3-XPath/ --- Cameron McCormack [EMAIL PROTECTED] wrote:

[svg-developers] Miss Lebanon 2006

2006-01-31 Thread jon.ferraiolo
forwarded message [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:

[svg-developers] Plugin opensource

2006-01-31 Thread Pedro Henrique de Lira
Hi, There are some plugin opensource that reinderized svg images in the browser IE and FF that get all funcionalities in the especification 1.1 disponibilized for the W3cotherwise we can start this ideia/solution ??? I know that the FF 1.5 had the svg *INTERNAL* but not have all

[svg-developers] Re: Xpath and svg

2006-01-31 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: --- Cameron McCormack [EMAIL PROTECTED] wrote: As does Batik SVN. Martin Honnen wrote: Does the Batik SVG viewer from Apache support the W3C DOM Level 3 XPath API? Yes, but the DOM Level 3 support for Batik is

Re: [svg-developers] can someone validate the code

2006-01-31 Thread Peter Thompson
How do you validate SVG without a DOCTYPE? Is there a problem with the DTD? Another reason not to use a DOCTYPE declaration. The version attribute is good. Leave it in and nuke the DOCTYPE instead. :-) __ Do You Yahoo!? Tired of spam?

Re: [svg-developers] Visual Building Search

2006-01-31 Thread Peter Thompson
In case nobody responded to this ... I consider visual building search to be an SVG application. There are case studies in the back of SVG Unleashed that explain how to write three different SVG applications, but not visual building search. The monitor and control chapter shows what's involved

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
FYI. Yes. and No. Yes there are some models floating on the NET. 1- Server side java base SVG - Png (from SUN and GOOLE). (You can obtain source ??). 2- Java base Applet that can render SVG image. (Not very impressive) 3- Similar to FishEye Menu (on the net). Requiring client/server round trip?

[svg-developers] Pls help me, if u can

2006-01-31 Thread X Razvan
i'm new is svg... so.. I have a svg.it works.then i add some tags in it(with php)...and an error objects expected ;line0,col24 appears... where i should look to remove the error? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

RE: [svg-developers] Changing HTML content

2006-01-31 Thread Peter Kalev
I have done svg-html communications with embed/ASV3/IE6, so I am not 100% sure if the same applies for object. I have a mouse-move event handler on the entire svg screen that communicates to the html page via parent.functionName(attributes go here) and it works like a charm. I fact once by

RE: [svg-developers] Pls help me, if u can

2006-01-31 Thread Peter Kalev
What viewer are you using? Peter Kalev Senior Developer, SWF, LLC -Original Message- From: X Razvan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 8:38 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] Pls help me, if u can i'm new is svg... so.. I have a

RE: [svg-developers] Visual Building Search

2006-01-31 Thread Peter Kalev
Hi Mitzie and Peter, Our company has created an application that uses SVG to create visual management tool for assets placed on floor plans(SVG's), where those floor plans are a part of a building (or not), where the building is a part of a collection of buildings on a site, where site is a part

Re: [svg-developers] Pls help me, if u can

2006-01-31 Thread Ronan Oger
Pls. post an example of your output from php so we can see what your bug is. From the top of my head, it looks like your xml is not well formed (typo). On Tuesday 31 January 2006 16:37, X Razvan wrote: i'm new is svg... so.. I have a svg.it works.then i add some tags in it(with php)...and

[svg-developers] New mailing list

2006-01-31 Thread Richard Pearman
Hi all, I thought you'd like to know that I've just set up a mailing list for my SVG web-comic. The home page is: http://ca.groups.yahoo.com/group/pp_dragonknights Richard Pearman http://www.pixelpalaces.com/ The next stage in the evolution of web comics:

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Pedro Henrique de Lira
OK, but we need a plugin similar to flash plugin, with all functions of the specificaition 1.1 W3C. Don't you think ? []s Phi Tran escreveu: FYI. Yes. and No. Yes there are some models floating on the NET. 1- Server side java base SVG - Png (from SUN and GOOLE). (You can obtain source ??).

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Pedro Henrique de Lira
OK, but we need a plugin similar to flash plugin, with all functions of the specificaition 1.1 W3C. Don't you think ? []s Phi Tran escreveu: FYI. Yes. and No. Yes there are some models floating on the NET. 1- Server side java base SVG - Png (from SUN and GOOLE). (You can obtain source ??).

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Ronan Oger
I fail to understand why you would want to build a plugin from scratch for SVG when instead you could contribute to Mozilla's SVG team, or Konqueror's SVG team, which are open source, and help those implementation get better. I'd suggest you contribute to an existing SVG browser implementation.

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
On 1/31/06, Pedro Henrique de Lira [EMAIL PROTECTED] wrote: OK, but we need a plugin similar to flash plugin, with all functions of the specificaition 1.1 W3C. Don't you think ? No. It is not a PLUG IN. It is as set of *.JS files that you put into your application like: SCRIPT

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
But as you know ADOBE is abandoned SVG viewer. And 1- It is not CROSS-BROWSER such as IE 2- I don't like to deal with black box. I want to allow the Web author more flexibility such as to know that color a point is; or he/she what to just move/change one item/element . . . 3- It just a sub product

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Ronan Oger
Hi Phi, Your idea of a web-enabled SVg renderer is great and I support the concept if y. Is that an SVG-1.2-full renderer? I am interested to see how you will support things like SMIL events and xmlhttprequest-driven serverside-driven updates. If you manage this, I will be very happy. Even if

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
1- There no server-side XMLHTTP needed. It is 100% Client process. (All it need is an SVG file form the server.). . 2- It is not 100% SVG1-2 but it support all graphic and cascade style. 3- Me My staff want a web-base simple SVG editor that we can work anywhere (for ourself). Accessible to

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Ronan Oger
On Tuesday 31 January 2006 21:53, Phi Tran wrote: 1- There no server-side XMLHTTP needed. It is 100% Client process. (All it need is an SVG file form the server.). . Right, as long as you are only interested in static content, that is a fine usage. For images, for example. 2- It is not 100%

Re: [svg-developers] Plugin opensource

2006-01-31 Thread Phi Tran
Please forgive me for I can go back to my work. On 1/31/06, Ronan Oger [EMAIL PROTECTED] wrote: On Tuesday 31 January 2006 21:53, Phi Tran wrote: 1- There no server-side XMLHTTP needed. It is 100% Client process. (All it need is an SVG file form the server.). . Right, as long as you are

[svg-developers] A Great Video

2006-01-31 Thread jon.ferraiolo
Fuckin Kama Sutra pics [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: