[svg-developers] Re: mousewheel event

2006-08-01 Thread meikelneu
--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: in mozilla its evt.detail , but dont ask me about the values returned. the only thing i know is if you scroll up its a positive value, if you scroll down its negative. Thanks, Holger, I really couldn't find this even

[svg-developers] view info on mouse over?

2006-08-01 Thread csorba_edith
Hi, I was trying to implement a mouseover effect on my SVG map - to view the name of the feature the mouse points at on a line - and I was using the following .js code: function viewInfo(evt) { var infoLine = document.getElementById(infoNote); text= infoLine.getFirstChild;

[svg-developers] populate a carto.net selectionList

2006-08-01 Thread pascal.benoist
Hello, I just developpe a little query builder for my svg application and i use SelectionLists from carto.net I would like to populate automatically a selectionList from the choice made in a preceding selectionList. First, I create 2 selectionLists (selectionList1 and selectionList2) The

[svg-developers] getElementFromPoint

2006-08-01 Thread Gabriel TRAN
Hi everyone, This is my first question here. I am programming a breakout-like game (arkanoid-like if you prefer), just for fun and for discovering SVG possibilities. It is not very easy to find help on SVG ecmascript programming (so if you have some links, please send them to me ;) Here's

Re : [svg-developers] something maybe out of topic.........

2006-08-01 Thread Gabriel TRAN
Hi achio, Why not simply using a form and submit the results ? If you really want to send the data using javascript, I guess you will have to use the xmlhttprequest object (search with google). Gabriel - Message d'origine De : achio_84 [EMAIL PROTECTED] À :

[svg-developers] access to data underlying feDisplacementMap?

2006-08-01 Thread ddailey
Is it possible to read pixel values (RGBA) in SVG? The feDisplacementMap filter primitive does something very cool which is to use the pixel values from image A to distort image B. Hence at some lower level those pixel values are made accessible to SVG so that the filter primitive might do its

[svg-developers] Re: view info on mouse over?

2006-08-01 Thread Andreas Neumann
Hi Edith, --- In svg-developers@yahoogroups.com, csorba_edith [EMAIL PROTECTED] wrote: Hi, I was trying to implement a mouseover effect on my SVG map - to view the name of the feature the mouse points at on a line - and I was using the following .js code: function viewInfo(evt) { var

Re: [svg-developers] getElementFromPoint

2006-08-01 Thread Holger Will
Hi Gabriel welcome to the SVG Developers List, This is my first question here. I am programming a breakout-like game (arkanoid-like if you prefer), just for fun and for discovering SVG possibilities. It is not very easy to find help on SVG ecmascript programming (so if you have some

Re : [svg-developers] getElementFromPoint

2006-08-01 Thread Gabriel TRAN
Hi Gabriel welcome to the SVG Developers List, Thank you for the answer Holger and the welcome message. i have a very rudimentary unfinished breakout like game here: http://www.treebuil der.de/svg/ arkanoid/ v3.svg and this is how i do the reflection part: http://www.treebuil der.de/svg/

[svg-developers] Re: access to data underlying feDisplacementMap?

2006-08-01 Thread Andreas Neumann
Hi, getting color values at a given pixel position is currently not possible. We are discussing this for SVG version 1.2 full as there are already many use cases. Its not in the upcoming SVG tiny spec, though. Andreas --- In svg-developers@yahoogroups.com, ddailey [EMAIL PROTECTED] wrote:

Re: Re : [svg-developers] getElementFromPoint

2006-08-01 Thread Holger Will
/I will let the list know when I have something functional. /great, please do so , i'm looking forward to see your work. /By the way, I have a domain handled by 11, but the server is not configured the right way, and they won't change it. My SVG is not readable from Firefox : / (I have

Re: [svg-developers] getElementFromPoint

2006-08-01 Thread thomas . deweese
Hi Holger, svg-developers@yahoogroups.com wrote on 08/01/2006 11:07:03 AM: I would like to get an element from a x,y point (like in HTML)[..] Does anyone know such a function ? there are four methods of the SVGSVGElement ( http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSVGElement )

Re: [svg-developers] getElementFromPoint

2006-08-01 Thread Phi Tran
On 8/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Holger, svg-developers@yahoogroups.com svg-developers%40yahoogroups.com wrote on 08/01/2006 11:07:03 AM: I would like to get an element from a x,y point (like in HTML)[..] Does anyone know such a function ? there are four