[svg-developers] Re: Pan, zoom and text find functions in Opera 9.01 for SVG

2006-09-20 Thread run2bmi21
Thanks again Erik. Yes, I tried the '.' find method, and I like it as well. Good luck with the SVG enhancements. Doug --- In svg-developers@yahoogroups.com, Erik Dahlström <[EMAIL PROTECTED]> wrote: > > On Wed, 20 Sep 2006 16:08:15 +0200, run2bmi21 <

[svg-developers] Re: Pan, zoom and text find functions in Opera 9.01 for SVG

2006-09-20 Thread run2bmi21
tröm <[EMAIL PROTECTED]> wrote: > > On Tue, 19 Sep 2006 17:46:23 +0200, run2bmi21 <[EMAIL PROTECTED]> wrote: > > > Hi. > > > > I guess this question is for anyone here who knows a little or a lot > > about Opera's implementation of SVG. > > I

[svg-developers] Pan, zoom and text find functions in Opera 9.01 for SVG

2006-09-19 Thread run2bmi21
Hi. I guess this question is for anyone here who knows a little or a lot about Opera's implementation of SVG. I'm running Opera 9.01 under Suse Linux Pro 9.2 on an HP Omnibook laptop. The Opera browser itself runs great. The SVG file I'm opening with it is super simple: http://www.w3.org/2

[svg-developers] Help on porting Windows IE ASV SVG app to Linux laptop

2006-08-24 Thread run2bmi21
I've got a small Windows-based application that uses MS IE, ASV plug- in, a lot of JavaScript, a lot of SVG, and a little HTML to hold it all. Soon, I'd like to present a demo to a group that runs Linux on laptops. They hate Windows. What's a sensible approach to getting my little app runnin

[svg-developers] Handling double-click event in MS IE, ASV, HTML, SVG, and Javascript

2006-06-12 Thread run2bmi21
There's a great cheat sheet on handling single-click and double- click events at: http://www.carto.net/papers/svg/eventhandling/ The trouble I'm having is that it doesn't seem possible, using MS IE, ASV, HTML, SVG and JavaScript to truly separate single-click and double-click processing. It see

[svg-developers] Re: progress on svg viewers?

2006-05-18 Thread run2bmi21
> > Hey, you guys made the news today... > > Yes. > > > One minor point regarding the ASV V3 viewer... > > I haven't tried this. But it's not for Macs, right? > > Thanks, > > David > > =

[svg-developers] Re: progress on svg viewers?

2006-05-18 Thread run2bmi21
Hi David, Hey, you guys made the news today (and for those in this group who didn't see it): http://www.nytimes.com/2006/05/18/science/18evolve.html (when I saw the name "Broad" in the article, I knew I'd seen that name somewhere recently). We're all "chumans" then, is that it? (the string of

[svg-developers] Looking for that great drag node and edge example

2006-04-05 Thread run2bmi21
A few month's back in these postings, I saw reference to an excellent javascript (I think) drag and drop example of two nodes (squares I think) connected by an edge. When you drag the node, the connecting edge drags with it. Anybody remember the URL of that example? I searched the postings f

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

2006-02-28 Thread run2bmi21
Thanks Francis for this information. I downloaded the example file and fired it up. So I see your strategy of not displaying everything at once, but only when zoomed in on. I don't think I want to engineer as complex a solution, but I'm going to try your suggestion about using onmouseover to di

[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 line

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

2006-02-24 Thread run2bmi21
ately. > I am less certain of the win in this case. > > svg-developers@yahoogroups.com wrote on 02/22/2006 12:04:38 PM: > > > run2bmi21 schrieb: > > > > > Hi, > > > > > > Does anyone have any hints on improving response times from ASV when > > >

[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
--- 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 elem

[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] Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-22 Thread run2bmi21
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 every circle, there's a word or two of associated text, positioned just below the circle. Just wondering whether something a

[svg-developers] Re: Problem generating CDATA JavaScript section in SVG file generated by XSLT

2006-02-07 Thread run2bmi21
--- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "run2bmi21" > wrote: > > > > > > I'm trying to generate SVG from an XML file using XSLT. Most of the > >

[svg-developers] Problem generating CDATA JavaScript section in SVG file generated by XSLT

2006-02-06 Thread run2bmi21
I'm trying to generate SVG from an XML file using XSLT. Most of the SVG boilerplate that I want the XSLT to add to the resulting SVG file is a JavaScript which *should* look something like this in the SVG output: The JavaScript code is *not* in

[svg-developers] Re: Placing SVG elements, other than text, along a path

2006-01-26 Thread run2bmi21
r ASV. I think > FF 1.5 has implemented textPath but not custom fonts yet. > > Regards, > > Heiko > > http://www.zuccaralloo.de/devgroup > > > --- In svg-developers@yahoogroups.com, "run2bmi21" > <[EMAIL PROTECTED]> wrote: > > > > I&#

[svg-developers] Placing SVG elements, other than text, along a path

2006-01-26 Thread run2bmi21
I'd like to create a circular path in SVG and place circles on it, like charms on a bracelet. I'm very familiar with placing text along a path via the element. Just wondering if other SVG elements, like circles, can be similarly placed. Haven't yet run across how to do this in SVG. Seems like

[svg-developers] Re: Need algorithm ideas for mapping graph vertices onto 2-D SVG canvas

2006-01-10 Thread run2bmi21
you don't have the use of a nice SVG DOM. > > Alastair > > > --- In svg-developers@yahoogroups.com, "run2bmi21" > <[EMAIL PROTECTED]> wrote: > > > > One non-requirement: I don't care if the vertices partially cover > > the edges

[svg-developers] Re: Need algorithm ideas for mapping graph vertices onto 2-D SVG canvas

2006-01-06 Thread run2bmi21
opers@yahoogroups.com, "run2bmi21" <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering whether anyone knows of a good source for mapping > algorithms. > > I'm trying to map graph vertices (which in my specific case > represent both client and ser

[svg-developers] Need algorithm ideas for mapping graph vertices onto 2-D SVG canvas

2006-01-06 Thread run2bmi21
Hi, I was wondering whether anyone knows of a good source for mapping algorithms. I'm trying to map graph vertices (which in my specific case represent both client and server computers, each with a specific IP address) onto a 2-D SVG canvas. The vertices are represented by circles of varying

[svg-developers] Re: ondblclick event seems to be ignored by ASV 3.0

2005-12-29 Thread run2bmi21
--- In svg-developers@yahoogroups.com, "Doug Schepers" <[EMAIL PROTECTED]> wrote: > > Hi, Michel- > > pilatfr wrote: > | > | Perhaps > | > | if ( 2 == evt.detail ) { ... } > | > | will run > | > | --- In svg-developers@yahoogroups.com, "Doug Schepers" <[EMAIL PROTECTED]> > | wrote: > | > >

[svg-developers] ondblclick event seems to be ignored by ASV 3.0

2005-12-28 Thread run2bmi21
I noticed today, while doing some JavaScript coding, that ASV 3.0 seems to ignore the ondblclick event. Has anyone else had a similar experience? The onclick event works fine. If ondblclick really is ignored by ASV 3, does anyone have a workaround? I found this at the W3C site (http://www.w3.or