[svg-developers] Re: svg mountainbike simulation, comments requested

2005-05-20 Thread Hannes Fleischer
 You SVG Viewer detector needs improving... It indicates I have no 
SVG 
 Viewer while I see your entry page with IE 5.5 with ASV3.01.
 
 Same when clicking ENTER SIMULATION, but at least I can CONTINUE 
 ANYWAYS...
 
 BTW, I wonder why you open a secondary window. I dislike this 
practice 
 as often it opens too much needless windows. The French LaPoste 
site is 
 a bad example of this practice. After all, if I want a distinct 
window, 
 I know how to open it when clicking on a link...
 
 Well, that's a minor issue.
 
 Funny and nice progress bar.
 
 First impression: wow! Very nice. Both elegant and functionnal.
 Well, I have an old computer: a PII300 running Win98SE. I move a 
window, 
 I have to wait several seconds before it moves to the mouse 
position...
 Same for tab switching, I counted up to 4.
 Well, of course, my machine is obsolete, and that's not your fault, 
it 
 is more a known problem with ASV3. Don't aim low in quality... I 
wonder 
 how it will be in Renesis...
 
 I know nothing about such bikes, but I am impressed to see so many 
 parameters, including measures of the biker parts...
 
 OK, I played a bit, but it is clearly unmanageable on my computer...
 But congratulations, obviously a lot of work went into this 
application. 
 Very very impressive.
 
 -- 
 Philippe Lhoste
 --  (near) Paris -- France
 --  http://Phi.Lho.free.fr
 --  For servers mangling my From and Reply-To fields,
 --  please send private answers to PhiLho(a)GMX.net
 --  --  --  --  --  --  --  --  --  --  --  --  --  --

hi,

thanks for pointing out the ie5.5 issue to me. there certainly seems 
to be a bug in the plugin check. i think i might as well reactivate 
an old pentium200, that has not been used in years and install 
windows98 or so to check that.

about opening an extra window: i am still a little uncertain about 
how to really do it. opening in an extra window makes my screen 
crowded (especially since help/feedback/... again open windows), but 
it gives me the opportunity to enter the application in a moderate 
sized window. not doing so might lead to the application opening in 
full 1600/1200, slowing things down considerably.

don't know yet which issue to consider more important

best regards,

hannes






-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: How to deactivate text selection and shortcuts

2005-05-20 Thread dfi10x
Thanks, this works :)

Greets,
Florian

--- In svg-developers@yahoogroups.com, higorion [EMAIL PROTECTED] 
wrote:
 hi,
 
 to deactivate text selection, add
 
 
 
 pointer-events=none
 
 
 
 
 to your text tags
 
 cheers,
 
 hannes
 
 --- In svg-developers@yahoogroups.com, dfi10x [EMAIL PROTECTED] 
wrote:
  --- In svg-developers@yahoogroups.com, dfi10x [EMAIL PROTECTED] 
wrote:
   I'm looking for a way to deactivate text selction in SVG 
graphics.
   How can  do this?
   
   What i already found out, is how to deactivate the context 
menu.
   But it's still possilbe to zoom in with [STRG] + [LEFT CLICK].
   How can i deactivate those shortcuts?
   
   Greets,
   Florian
  
  Now i also know how to deactivate shortcuts:
  svg xmlns=http://www.w3.org/2000/svg; 
  enableZoomAndPanControls=false zoomAndPan=disable
  
  
  But I'm still try to figure out how to deactivate text 
selection...




-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] When will the SVG wiki be up again?

2005-05-20 Thread wi2fish
Hi,

are there any plans to get the SVG wiki (http://wiki.svg.org/) up and
running again soon?

Willem




-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Good day

2005-05-20 Thread dean
The message cannot be represented in 7-bit ASCII encoding and has been sent as 
a binary attachment.



[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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Stop Image rendering

2005-05-20 Thread dfi10x
I'm trying to make a reapting background with SVG and a image.
The image should not be renderd, but SVG is doing everytime i give 
it an opacity.

Here's the code:

pattern id=innerGraphBackgound patternUnits=userSpaceOnUse 
x=0 y=0 width=10 height=10
image xlink:href=image.gif x=0 y=0 width=10 height=10 
style=opacity:0.5;image-rendering:optimizeSpeed;/
/pattern
.
.
rect x=0 y=0 width=600 height=1000 style=fill: url
(#innerGraphBackgound)/


So far this works, i have a wallpaper but its renderd. 
If i deactivated High Quality in the Contextmenu it looks normal.

I only want this picture not to renderd...


Does someone know whats wrong?

Greets,
Florian




-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] XSD - XML Schema for SVG 1.1

2005-05-20 Thread mschreiberwireless
Does anyone have an XSD file for SVG 1.1?

I am trying to build a validator for our SVG files.  

Any recommendations are appreciated.


Best Regards
Michael




-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] eventListener is a hoax

2005-05-20 Thread Francis Hemsher

Hey folks,

If you understood xml you would see that
setAttribute(onclick myFunction())
is how you accomplish events. Gad! I've been seeing this eventListener 
thingie for years and it's about time it was removed from SVG!!!

Francis






-
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:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/