473,399 Members | 3,106 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

XViewer SVG suggestions?

Given this w3.org validated self contained SVG (Scalable Vector Graphic)
http://kirksaeter.com/SpeakerSelecto...erSelector.svg

And an all but ( because of IE requirements ) valid container page of
http://127.0.0.1/Assets/Demos/speake...rSelector.html

I'm looking for those things that would aid in making
this "Web 3.0" application fly, or at least those error
messages/line numbers experienced that might help
me make this application that works w/o error for me work w/o error
for any context wher ethat might be possible

Currently I've made some progress with FF,Opera,Konqueror,IE but only
a few contexts play the entire interaction. The major issue at this
point is that any errors remaining are not reported to me by the
browsers in my Linux/ Gnome context, so I need error reports from those
that actually get error messages.

Once I fully understand the various issues in the various SVG
viewers I will encapsulate those answers in first the working
application sample and then as always a library to support similar efforts
Nov 24 '06 #1
4 1633
ASM
drclue a écrit :
Given this w3.org validated self contained SVG (Scalable Vector Graphic)
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
FF 2 on Mac OS 10.3.9
quite long to load
alone error in consol : color 66666 (instead of 666666 or 666)
info-bulls don't stay enough long time
I can't chose another speaker

Opera 9.0
no info-bull over speakers on room plan

Safari 1.3.2 last webkit available on OS 10.3.9 up-dated
Displaies plan and buttons but not articles nor prices
No info-bull
Buttons not clickable
And an all but ( because of IE requirements ) valid container page of
http://127.0.0.1/Assets/Demos/speake...rSelector.html
Thank you to have given your localhost but your forgot to send too your
computer. I can't acceed to this url ...
The major issue at this
point is that any errors remaining are not reported to me by the
browsers
Nor I get error messages ... :-(

--
Stephane Moriaux and his (less) old Mac already out of date
Nov 24 '06 #2
ASM wrote:
drclue a écrit :
>Given this w3.org validated self contained SVG (Scalable Vector Graphic)
http://kirksaeter.com/SpeakerSelecto...erSelector.svg

FF 2 on Mac OS 10.3.9
quite long to load
I hope that as minor remaining bugs are cured that the speed should pick
up. I already have used plain text editing to take the nearly 2000 lines
of SVG WYSIWYG SVG code and reduce it to about 300 lines of
code.
alone error in consol : color 66666 (instead of 666666 or 666)
It would be nice to have a line number for that , but I'm
happy to at least hear about it. and it has been sifted
before this post, so let me know if I missed one!
info-bulls don't stay enough long time
I can't chose another speaker

Opera 9.0
no info-bull over speakers on room plan

Safari 1.3.2 last webkit available on OS 10.3.9 up-dated
Displaies plan and buttons but not articles nor prices
No info-bull
Buttons not clickable
Well Safari can only be addressed in Linux / Gnome as Konqueror
as they share a reasonably common code base.
>And an all but ( because of IE requirements ) valid container page of
http://127.0.0.1/Assets/Demos/speake...rSelector.html
Shame on me , I try so hard not to do that, geeze :)

http://kirksaeter.com/SpeakerSelecto...rSelector.html
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
>The major issue at this point is that any errors remaining are not
reported to me by the browsers

Nor I get error messages ... :-(
I can't fix what I can't see broken, and it's really a pain.
Nov 24 '06 #3
ASM
drclue a écrit :
ASM wrote:
>drclue a écrit :
>>Given this w3.org validated self contained SVG (Scalable Vector Graphic)
http://kirksaeter.com/SpeakerSelecto...erSelector.svg

FF 2 on Mac OS 10.3.9
quite long to load

I hope that as minor remaining bugs are cured that the speed should pick
up.
Firefox is much more lazy with svg than Opera and it eats a lot of CPU
up to 100%.
As soon as the svg is scalable it's very hard to resize the window
(FF is too much buzy to redraw the view in its mind ?)
I already have used plain text editing to take the nearly 2000 lines
of SVG WYSIWYG SVG code and reduce it to about 300 lines of
code.
but with 7 linked JS files and some *.png too :-)
>alone error in consol : color 66666 (instead of 666666 or 666)

It would be nice to have a line number
no line number was given, it is somewhere in CSS I suppose ?
for that , but I'm
happy to at least hear about it. and it has been sifted
before this post, so let me know if I missed one!
in url above : 3 times error about color : #66666
and same with other url.
Ho! I see it's for the property "stroke"
>info-bulls don't stay enough long time
With Opera and Monitor opened I can realize where something would happen
when cpu indicator grows up
and also href in status bar
but ... nothing fires (mouseover or click) however the browser looks
like something would have to do.
Well Safari can only be addressed in Linux / Gnome as Konqueror
as they share a reasonably common code base.
Don't know. I think Safari 2 has much features that 1.3 hasn't.
Does Konkeror follows Safari 1.3 or 2 or next one ...
http://kirksaeter.com/SpeakerSelecto...rSelector.html
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
I can't fix what I can't see broken, and it's really a pain.
Sure

--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 25 '06 #4
http://kirksaeter.com/SpeakerSelecto...erSelector.svg
http://kirksaeter.com/SpeakerSelecto...rSelector.html

I have the SVG working in Opera9/Linux and discovered
a very strange behavior in Opera with the use of clip-path on
a <gelement containing children with onmouseover events.
The presence of a clip-path seemed to suppress the firing of
events from the visible objects within the clip-path

A little re-arranging worked my way around it.

ASM wrote:
Firefox is much more lazy with svg than Opera and it eats a lot of CPU
up to 100%.
As soon as the svg is scalable it's very hard to resize the window
(FF is too much buzy to redraw the view in its mind ?)
I'm not too sure why it would be all that busy , but
probably as the Speaker Selector tool is refined,
more efficient common paths will occur. It's been all this learning
curve of figuring out what each browser really supports , along
with all their various bugs and foibles. Once it's figured out
the first time it's typically not so bad from there on.
Much like motor , 1) running 2.) tuning :)
>I already have used plain text editing to take the nearly 2000 lines
of SVG WYSIWYG SVG code and reduce it to about 300 lines of
code.

but with 7 linked JS files and some *.png too :-)
The .png was somewhat unavoidable, as it was all the art they had,
and for the $250.00 I'll get for this, I did not want to add in
extra art too. As is the $250.00 and the gained knowledge just covers it

The multiple files include some library code for doing AJAX and
another slowly developing library for general SVG stuff.
The Others are just to break the code down into manageable pieces for
editing.
With Opera and Monitor opened I can realize where something would happen
when cpu indicator grows up
and also href in status bar
but ... nothing fires (mouseover or click) however the browser looks
like something would have to do.
>Well Safari can only be addressed in Linux / Gnome as Konqueror
as they share a reasonably common code base.

Don't know. I think Safari 2 has much features that 1.3 hasn't.
Does Konkeror follows Safari 1.3 or 2 or next one ...
I'm not sure who fallows who or if they've forked , it's
just the nearest thing I have to Safari to test with.
Nov 26 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Matt W | last post by:
Hi all, I'm planning to use MySQL's full-text search for my forum system (possibly 5+ million posts). I've been playing with it a lot lately to see the performance and functionality and have...
10
by: Ron Ruble | last post by:
I'd like to get suggestions from some of the folks here regarding tools and processes for a new, small development team. I'm starting a new job next week, and part of the fun is being able to...
1
by: Brian Basquille | last post by:
Hello all. Have been working on the Air Hockey game on and off for a couple of weeks now.. but have had plenty of other assignments to keep me busy along with it. But i would like some...
62
by: A.M. Kuchling | last post by:
Here are some thoughts on reorganizing Python's documentation, with one big suggestion. The tutorial seems to be in pretty good shape because Raymond Hettinger has been keeping it up to date. ...
6
by: iclinux | last post by:
I have to build a GUI applicaiton that could run on different OS such as windows and *nix, which GUI toolkit is better? Best Regards.
45
by: Gregory Petrosyan | last post by:
1) From 2.4.2 documentation: There are two new valid (semantic) forms for the raise statement: raise Class, instance raise instance 2) In python: >>> raise NameError Traceback (most recent...
26
by: Frank Samuelson | last post by:
I love Python, and it is one of my 2 favorite languages. I would suggest that Python steal some aspects of the S language. ------------------------------------------------------- 1. Currently...
0
rnd me
by: rnd me | last post by:
Purpose: Allows you to create "presets" for text form inputs. "Lightweight and simple to setup, it adds a lot of convenience for ~1kb of code." Only one function, two parameters: First...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.