[svg-developers] Generate event, firing an event

2006-02-24 Thread jophof007
Hi, Is it possible to generate an event in Adobe SVG plug-inn. I want to generate the onmousedown event, to show the contextmenu on demand. Due to timing isssues (the contextmenu is drawn in a callback routine of getURL) we must fire it on demand. John http://open-modeling.sourceforge.net

Re: [svg-developers] Nested defs Event Bubbling

2006-02-24 Thread Jeroen Vanattenhoven
I think you can't read the elements and attributes in the defs section with DOM, when using use elements to display them. The defs section of an svg file is not part of the DOM tree. The only thing you can access is the toolbar use element and its xlink:href="#tbFormat" attribute. Jeroen lynch

RE: [svg-developers] Re: Wait message

2006-02-24 Thread julie gautier
Hi, I tried : document.documentElement.suspendRedraw(1) and document.documentElement.unsuspendRedrawAll() but it doesn't work : I have a javascript error message saying that it doesn't recognize the method... Help ! Jeff Schiller <[EMAIL PROTECTED]> a écrit : I wonder if you could use s

[svg-developers] Has Adobe abandoned SVG?

2006-02-24 Thread Derek Hohls
Not wanting to start any flame-wars, or stir up too much controversy... but I am interested in opinions of "those in the know" whether or not SVG will continue to remain a fringe technology as far as the "big" players are concerned: http://www.web2journal.com/read/178098.htm When I think "RIA", I

RE: [svg-developers] Has Adobe abandoned SVG?

2006-02-24 Thread Doug Schepers
Hi, Derek- Derek Hohls wrote: | | Not wanting to start any flame-wars, or stir up too much | controversy... Too late ;) Nobody outside of Adobe is certain of their plans, but they have claimed they are still active in SVG, though not necessarily in highly visible ways. Illustrator exports t

[svg-developers] animateColor and CSS

2006-02-24 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
The first 3 rect display properly (see SVG below) but the 4'th does not. Is it possible to have animateColor use an internal CSS, and if so how to I get the 4'th rect to work? Thank you. - Andrew M. Neiderer - US Army Research Laboratory [Non-text portions o

Re: [svg-developers] Re: Wait message

2006-02-24 Thread Holger Will
julie gautier schrieb: > Hi, > I tried : > document.documentElement.suspendRedraw(1) and > document.documentElement.unsuspendRedrawAll() but it doesn't work : I > have a javascript error message saying that it doesn't recognize the > method... > Help ! Hi Julie here is a method ive jus

Re: [svg-developers] animateColor and CSS

2006-02-24 Thread Holger Will
Neiderer, Andrew (Civ, ARL/CISD) schrieb: > > [Non-text portions of this message have been removed] Hi Andrew your source code did not make it through to the list, maybe if you copy the relevant part of your code directly into the mail and send it again, someone might be able to help. cheers

Re: [svg-developers] Generate event, firing an event

2006-02-24 Thread Holger Will
jophof007 schrieb: > Hi, > > Is it possible to generate an event in Adobe SVG plug-inn. I want to > generate the onmousedown event, to show the contextmenu on demand. > Due to timing isssues (the contextmenu is drawn in a callback routine > of getURL) we must fire it on demand. > > John > http://o

RE: [svg-developers] Digest Number 3229

2006-02-24 Thread Pelssers, Robby, VF-NL
Hi, Did anyone already try to use a SVGHandler that implements the EventListenerInitializer(2) ?? http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/script.html http://www.w3.org/TR/2004/WD-SVG12-20041027/events.html In the docs is stated that you have to import for example following classes:

[svg-developers] Re: Patent: Creation of rich-media applications via the internet...

2006-02-24 Thread Andreas Neumann
This is a very ridiculous patent since prior art easily shows that interactive web apps with network requests existed already way before 2001. Just think of all the Java apps out there that existed already in the nineties. I think even my own SVG apps did these thinks already in 1999/2000. N

[svg-developers] Re: Has Adobe abandoned SVG?

2006-02-24 Thread Garry Haywood
not that i am 'in the know', but i think we will move forward with three paradigms: flex/flash on the public/consumer/entertainment/web2.0 front vista/winFX/xaml on the business/intranet front firefox/minority browsers/open source/svg/uml on the developer/academic/science front all these para

[svg-developers] Re: Has Adobe abandoned SVG?

2006-02-24 Thread boardgamesbook
Given that I am in the "developer/academic/science" camp, I must be going in the right direction ;-) However, I do hope to see more uptake by smaller, more progressive companies, as well as businesses in developing counties. Assuming China embraces open source "in toto", along with many countri

Re: [svg-developers] Re: Has Adobe abandoned SVG?

2006-02-24 Thread Erwan TROEL
is xaml from microsoft world??? - Original Message - From: "Garry Haywood" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 2:13 PM Subject: [svg-developers] Re: Has Adobe abandoned SVG? > not that i am 'in the know', but i think we will move forward with > three paradigms: > > f

Re: [svg-developers] Re: Wait message

2006-02-24 Thread julie gautier
It works fine. Thanks ! Holger Will <[EMAIL PROTECTED]> a écrit : julie gautier schrieb: > Hi, > I tried : > document.documentElement.suspendRedraw(1) and > document.documentElement.unsuspendRedrawAll() but it doesn't work : I > have a javascript error message saying that it doesn't recogn

[svg-developers] Re: Has Adobe abandoned SVG?

2006-02-24 Thread Jeff Schiller
--- In svg-developers@yahoogroups.com, "Doug Schepers" <[EMAIL PROTECTED]> wrote: > Well, one of the lead developers of the Firefox SVG team works at IBM. I > leave speculation as an exercise for the reader. > We also know that IBM is quite interested in OpenLaszlo. Currently OpenLaszlo gets co

[svg-developers] Re: Viewing SVG document over SSL

2006-02-24 Thread Robert Russell
That sounds bizarre. If https works for other images and jpeg works for http then there shouldn't be a problem with jpeg on https afaik. Check that the jpegs are coming from the same source as the png files (which do work) and not something funny like a location outside your docroot or a different

[svg-developers] Re: Point along bezier at given distance

2006-02-24 Thread Robert Russell
In the description of Bézier curves on wikipedia ( http://en.wikipedia.org/wiki/Bezier_curve ), there's some C code that calculates points for a curve. Have a look at the code on there specifically result.x and result.y. If you don't speak C then I can translate... --- In svg-developers@yahoogroup

Re: [svg-developers] Nested defs Event Bubbling

2006-02-24 Thread Sean
I've spent much time trying to solve a similar issue, and have come to the conclusion that the code below is the only way with a minimal amount of svg text, maybe I'm wrong. //JS functuion init(evt){ var buttons= svgDoc.getElementsByTagName("g"); number=buttons

[svg-developers] Adobe SVG demo source download

2006-02-24 Thread nmotikane
Hi everybody, Anybody knows if Adobe is providing the source code/files to run the SVG demo examples offline on a laptop. The reason is we liked some of the features in SVG Draw example. We want to demonstrate the example to our upper management and sales personnel in an offline fashion. If so

Re: [svg-developers] Adobe SVG demo source download

2006-02-24 Thread Sean
Right click copy SVG, then use the path to download the JS. nmotikane wrote: >Hi everybody, > >Anybody knows if Adobe is providing the source code/files to run the >SVG demo examples offline on a laptop. The reason is we liked some of >the features in SVG Draw example. We want to demonstrate

[svg-developers] Re: Adobe SVG demo source download

2006-02-24 Thread nmotikane
Hi Sean, Thanks for the quick response. I had copied the html, two SVG files referenced, modified references to look for an svg instead of svgz and finnaly copied js files and vb script files. Also changed references to js and vb in the html code and svg to suite my installation. The code does

[svg-developers] ASV on Intel Macs

2006-02-24 Thread Antoine Quint
Hi, Has anyone here tried using the Adobe SVG Viewer on an Intel-powered Mac? Does it run under Rosetta? How's the performance? Thanks for any info, Antoine -- Antoine Quint — Fuchsia Design SVG & Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text po

Re: [svg-developers] Re: Adobe SVG demo source download

2006-02-24 Thread Sean
Send me the link you are trying to download. nmotikane wrote: >Hi Sean, > >Thanks for the quick response. I had copied the html, two SVG files >referenced, modified references to look for an svg instead of svgz >and finnaly copied js files and vb script files. Also changed >references to js an

[svg-developers] Re: Adobe SVG demo source download

2006-02-24 Thread nmotikane
Sean, Thanks so much. The link is http://www.adobe.com/svg/demos/ Click on the last example SVG Draw. You get a popup page. The popup page is what I would like to demo offline. Thanks again. Nanda Motikane --- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > > Send me th

Re: [svg-developers] Ligature Support for Arabic in SVG

2006-02-24 Thread kkoo
Yes, it worked.. so the problem is Adobe SVG Viewer. Too bad that Batik it's not a plugin for IE browser ... thanks -- View this message in context: http://www.nabble.com/Ligature-Support-for-Arabic-in-SVG-t687287.html#a3112355 Sent from the Gnome - librsvg - Dev forum at Nabble.com. - To

Re: [svg-developers] Re: Adobe SVG demo source download

2006-02-24 Thread Sean
They have made it difficult, I think you can get it here: http://www.adobe.com/svg/demos/devtrack/svgdraw.html nmotikane wrote: >Hi Sean, > >Thanks for the quick response. I had copied the html, two SVG files >referenced, modified references to look for an svg instead of svgz >and finnaly copi

[svg-developers] text defines document size

2006-02-24 Thread drthmlyons
I'm attempting to create an SVG document where the text in the document defines the documents size, rather than a declaration like 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.yah

[svg-developers] Corel SVG Viewer doesn't handle DOM correctly

2006-02-24 Thread kookars
Hi all, I have a scenario like this... A SVG is embedded into a HTML page. I would like to retrieve a word in SVG based on the value in HTML. ie., In HTML page, I have.. : var i="test"; : In SVG file, I have: : var x = window.parent.i; : Suppose "x" will have the v

[svg-developers] Re: Adobe SVG demo source download

2006-02-24 Thread nmotikane
Sean, The down loaded files are working now. When I first tested I had the pages in a webapps folder under tomcat installation. All the references was changed to a URL. In order to get ready to send it to you I put them in a folder to zip it. When I checked the example it was working. Evodent

[svg-developers] Re: Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-24 Thread run2bmi21
Thanks Peter for your thoughts. I haven't had a chance to conduct a "with and without text" experiment yet, but I will. Thanks again. Long live American curling! Doug --- In svg-developers@yahoogroups.com, "Peter Kalev" <[EMAIL PROTECTED]> wrote: > > I have a similar problem too... :) > > W

[svg-developers] Re: Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-24 Thread run2bmi21
--- In svg-developers@yahoogroups.com, Sylvain Rouillard <[EMAIL PROTECTED]> wrote: > > Le Mercredi 22 Février 2006 17:25, run2bmi21 a écrit : > > Hi, > > > > Does anyone have any hints on improving response times from ASV when > > SVG file has about 5,000 elements? The elements are simple lines >

[svg-developers] Re: Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-24 Thread run2bmi21
Thanks Sean for your thoughts. The same questions regarding use tags occurred to me. Haven't had time to experiment yet. Doug --- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > > I have a similar problem. I've developed an SVG front end for editing > databases, IE only a

[svg-developers] Re: Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-24 Thread run2bmi21
Thanks Thomas for your response. "A small fraction of the time," yes, this is the sort of big improvement I'm looking for. I'd like to not lose the ability to track events on individual elements though. It may come down to compromising functionality and performance. And you're the first of two

[svg-developers] Re: Adobe SVG demo source download

2006-02-24 Thread nmotikane
Sean, Appreciate your response. I had checked this link before. They have only explanations to how things work. If I am not asking too much from you I can send the files that I have downloaded. You may be able to get the final one that might be missing. If it is ok you can give me your email

[svg-developers] Re: Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-24 Thread run2bmi21
--- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > > run2bmi21 schrieb: > > > Hi, > > > > Does anyone have any hints on improving response times from ASV when > > SVG file has about 5,000 elements? The elements are simple lines > > (4,000) and circles (1,000). For ev

[svg-developers] bounding box

2006-02-24 Thread Bruno Marquié
Hi all, I need your lights! I am working with IE and ASV 3. I have a sample code (see below) , that does not return what I would like I would like to get from the function 'bboxSize' calls , different results (the same also) : the first alert popup displays 2/0/0 and the second 1/40/120. why

[svg-developers] Re: text defines document size

2006-02-24 Thread domenico_strazzullo
--- In svg-developers@yahoogroups.com, "drthmlyons" <[EMAIL PROTECTED]> wrote: > > I'm attempting to create an SVG document where the text in the > document defines the documents size, rather than a declaration like > > So that just by changing the text, I get documents of different size. > Is s