[svg-developers] sending variables from SVG+JS to PHP+JS

2004-11-01 Thread Hauke ChristopH
hi there, i am creating new objects by manipulating the SVG-DOM with javascript/ECMA. my problem is to send the newly generated coordinates of a polygon to the PHP/HTML/mother-document in which the SVG is embeded. it is not possible to send the variables attached to the URL, because it is too

Re: [svg-developers] [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread Philippe Lhoste
svgdeveloper wrote: > MOBIFORM XAML Editor and XAML Clone have been released for Windows > XP and Longhorn > > Mobiform XAML products strive to mirror the functionality and > interfaces defined by Microsoft for their definition of XAML. > Mobiform products are written in .NET and are complia

Re: [svg-developers] [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread Mario Vernari
Philippe: you deserve a beer (or something else you like!) Cheers Mario Philippe Lhoste wrote: > svgdeveloper wrote: > > MOBIFORM XAML Editor and XAML Clone have been released for Windows > > XP and Longhorn > > > > Mobiform XAML products strive to mirror the functionality and > > interfaces

Re: [svg-developers] new window

2004-11-01 Thread Philippe Lhoste
kelumsvg wrote: > i hava svg rect in my document. > i want to open new window when click on it. > for that i used > javascript window.open http://Phi.Lho.free.fr"; target="_blank"> http://Phi.Lho.free.fr may be what you are looking for. -- Philippe Lhoste -- (near) Paris --

[svg-developers] mozSVG build on a mac?

2004-11-01 Thread Jonathan Chetwynd
Can anyone elaborate on the rather terse mozillaSVG build instructions here: http://www.mozilla.org/projects/svg/build.html#mac_builds I'd like to build an uptodate version, but don't have much recent experience, and especially not on a mac regards Jonathan Chetwynd http://www.peepo.co.uk

[svg-developers] Re: sending variables from SVG+JS to PHP+JS

2004-11-01 Thread pilatfr
--- In [EMAIL PROTECTED], "Hauke ChristopH" <[EMAIL PROTECTED]> wrote: Why not use postURL ? Michel > hi there, > > i am creating new objects by manipulating the SVG-DOM with > javascript/ECMA. > > my problem is to send the newly generated coordinates of a polygon to > the PHP/HTML/mother-

[svg-developers] Re: [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread Jan-Klaas Kollhof
Hello Philippe, It's time for us SVG people to wake up! The future is XAML! Jan PS: 130 people on http://groups.yahoo.com/group/XAML/ 25 on http://groups.yahoo.com/group/xaml-talk/ 45 on http://groups.yahoo.com/group/mobiform_support/ 4972 on http://groups.yahoo.com/group/svg-developers/

Re: [svg-developers] [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread ronan
Philippe, xaml is a competing technology to SVG... this makes it relevant to svg-developers, no? Especially a first-out-of-the-gate product like theirs... IMHO, It's a shame we dont have anybody making so much of a splash with SVG... Philippe Lhoste wrote: > > svgdeveloper wrote: >> MOBIFORM XAM

RE: [svg-developers] [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread Rick Bullotta
If I were them, however, I would be greatly concerned about intellectual property issues when releasing a product that, by definition, "clones" the XAML API's. Hopefully they have a patent/IP licensing deal in place with Microsoft. Otherwise, they'll be soon dispensed with... -Original Mes

[svg-developers] Re: Programming SVG using Java and ILOG JVeiws

2004-11-01 Thread Samuel Dagan
--- In [EMAIL PROTECTED], "sudheerpujar" <[EMAIL PROTECTED]> wrote: > > Hi All > > I want to know how do i start. I would like to do Programming in SVG > using Java and ILOG JViews [Saw an article > Bringing SVG Power to Java Applications at > http://java.sun.com/developer/technicalArticles/G

[svg-developers] Re: [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread svgdeveloper
Your right Rick, there is some concern. But XAML is a publicly published API. For Microsoft to get upset about our XAML Clone would be shooting themselves in the foot. We're just trying to provide some XAML functionality until the Microsoft implementation arrives for XP. Even if they did wa

[svg-developers] Setting elements hidden / visible?

2004-11-01 Thread Patricia LaRue
Hi, all: I need to make a plus (+) sign that when clicked the child nodes will expand and become visible. Also make the plus (+) sign display as a minus (-) sign. Is there a way to do this? Thank you, Patricia [Non-text portions of this message have been removed] ---

Re: [svg-developers] Programming SVG using Java and ILOG JVeiws

2004-11-01 Thread Thomas DeWeese
sudheerpujar wrote: > I want to know how do i start. I would like to do Programming in SVG > using Java and ILOG JViews [Saw an article > Bringing SVG Power to Java Applications at > http://java.sun.com/developer/technicalArticles/GUI/svg/ > ] > > But I am not able to get the API for ILOG JView

RE: [svg-developers] Re: [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread Rick Bullotta
Good approach. The long term value is certainly in the authoring/app development tools. That's where I think you could definitely succeed. -Original Message- From: svgdeveloper [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 10:18 AM To: [EMAIL PROTECTED] Subject: [svg-d

[svg-developers] Re[still help needed]: sending variables

2004-11-01 Thread Hauke ChristopH
--- "Michel" wrote: > Why not use postURL ? > > --- "Hauke" wrote: > > it is not possible to send the variables attached to the URL, > > because it is too much data! as i said... thanks for trying to help cheers - Hauke Yahoo! Groups Sponsor ~-

RE: [svg-developers] Re[still help needed]: sending variables

2004-11-01 Thread Barend Köbben
Check the web and other docs about PostURL, because it works differently than you are apparently thinking...! (it's not the same as http Response. QueryString object or about attaching data to the URL as in GET type html forms) Barend Köbben International Institute

[svg-developers] Setting elements hidden / visible?

2004-11-01 Thread Patricia LaRue
Hi, all: I need to make a plus (+) sign that when clicked the child nodes will expand and become visible. Also make the plus (+) sign display as a minus (-) sign. Is there a way to do this? Thank you, Patricia [Non-text portions of this message have been removed] ---

[svg-developers] Role of XAML on SVG Group

2004-11-01 Thread Kurt Cagle
I've seen the issue about the relevancy or appropriateness of XAML within the SVG-Dev list a number of times, and would like to open up a discussion here, as it may influence may own writings as well. XAML is undoubtedly a technology that competes across the board with SVG, HTML, XSL-FO, XUL,

[svg-developers] Re: [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread frankhileman
I once got spam from mobiform, and I never gave them my email address. At that time they were harvesting addresses from this group. I hope the practice has stopped. --- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > I do have to agree about the bit regarding unsoliccited spam. But I > suspec

[svg-developers] Re: Role of XAML on SVG Group

2004-11-01 Thread svgdeveloper
> 1) Are people migrating from SVG to XAML (or building XAML parallel track developments) in their application development work? We are seeing customers that purchased our SVG products coming back now for XAML, especially since the announcement that XAML will be supported on XP. I think SVG

[svg-developers] name inside map

2004-11-01 Thread anand
Hi, I am using svg plugin to extract map of us from arcview to svg format. I can see the map, rendering is perfect. I have a question though. How can I have name of the state inside the map so that looking at the map user should know which is shich state ? Thanks. --Anand

[svg-developers] Re: Setting elements hidden / visible?

2004-11-01 Thread Heiko Niemann
Hi Patricia, basically there are two ways to do it: declarative (using the set and/or the animate element) or with script. The declarative way will just work with viewers that can handle animations (ASV3, ASV6 e.g.). Script should work with all viewers that I know/use (Batik, MozSVG,...). T

[svg-developers] SVG on MAC ????

2004-11-01 Thread Jean-David Benamou
Hi, Could anyone tell me where does SVG implementation stands on MAC ??? What is the best browser/plugin combination ? Is is comparable to IE/ASV on Windows ? As SVG is a graphic language and a large number of professional involved with graphics "like" MAC, maybe this is an important issue to co

Re: [svg-developers] [ANN] MOBIFORM XAML Editor and XAML Clone Released for XP

2004-11-01 Thread Philippe Lhoste
[EMAIL PROTECTED] wrote: > Philippe, xaml is a competing technology to SVG... this makes it relevant > to svg-developers, no? Especially a first-out-of-the-gate product like > theirs... Of course, I wrote that half tongue-in-check... Being nice and all, I was about to add something to tone down m