Re: [svg-developers] Conference: Fwd: [Geowanking] [ANN] Reminder: Call for Participation, XTech 2005, 24-27 May, Amsterdam, Netherlands

2004-12-21 Thread ghaida al-mulla
hello I'm Ghaida'a, I hope to help me. I want to know how can I display BMP image with 24bits using borland C ver 3.0. i want to know which device driver (BGI) I can use.i use svga monitor. hopping to help me. thanks ghaida'a Ronan Oger <[EMAIL PROTECTED]> wrote: XTECH 2005... Relevant fo

RE: [svg-developers] misguided question?

2004-12-21 Thread Barend Köbben
The obvious question: Can you explain why you post this on a forum for SVG (Scalable Vector Graphics) developers...? Barend Köbben International Institute for Geo-information Sciences and Earth Observation (ITC) PO Box 6, 7500AA Enschede (The Netherlands) ph: +31

RE: [svg-developers] Re: SVG post server request...

2004-12-21 Thread A.M.Shourbagui
Well thnx alot for the elaboration It is very useful...yet I am facing troubles using the repeat tag...and how would you see xforms..will it be able to integrate with visual svg tools from adobe and others... also I am still not very sure why it did not work on example.com...and if there is a serv

[svg-developers] print zoomed portion of svg map

2004-12-21 Thread wayhang8303
Hi, I provide svg map for user to view. When user zoom in a particular area and would like to print that particular zoomed area on a paper, how can i provide that print function? Any help would be most appreciated! Thanks!! Yahoo! Groups Sponsor

Re: [svg-developers] Re: SVG wallpaper contest (KDE) with prizes

2004-12-21 Thread Philippe Lhoste
Andreas Neumann wrote: >> I wonder if they accept SVG with scripting or animation... > > I hope not - imagine how annoying an animating wallpaper would be! A bit like a background screen saver... > Scripting, however, would be useful. One could include current > weather data or stock exchan

Re: [svg-developers] Image pixel color retrieval

2004-12-21 Thread Philippe Lhoste
Ronan Oger wrote: > You can do the following: > > get the raster-image-coordinate x and y values, send to a server, use a > serverside script to retrieve the colour of the pixel at that position, and > retrieve using getURL. You could easily do this with Perl and the GD module. Another way to

[svg-developers] problem with postURL on Safari-ASV

2004-12-21 Thread Jean-David Benamou
Hello, I am posting svg nodes (printNode + postURL) to a server : var gdata = printNode(icns) ; var mdata = printNode(picf) ; //alert(mdata) ; var sdata = gdata+"!!"+mdata ; var post= '../cgi-bin/Psend.pl? ; mystatus= "C" ; // pbm le post a lieu toujours aie postURL(post,sda

Re: [svg-developers] misguided question?

2004-12-21 Thread Philippe Lhoste
Barend Köbben wrote: > The obvious question: > Can you explain why you post this on a forum for SVG (Scalable Vector > Graphics) developers...? My guess: bad use of Google... He mentions SVGa monitor... Note also the bad, lazy form: replying to an unrelated message instead of creating a new m

[svg-developers] Rotate Text in HTML

2004-12-21 Thread f d
Hi I want to rotate text 90 degrees in html. i am currently using a jpeg file but it looks a bit clunky. i have seen how to do this with xsl:fo http://www.w3.org/2000/svg";> FRONT Loader

[svg-developers] getURL("myASPPage.asp", calledFunction);

2004-12-21 Thread Dale Ellis
Hi all, This is kind of a ASP/SVG question. I use getURL in my script to call an ASP script. What I was trying to do was only execute this code if it has come from the SVG page. So I thought that in my ASP page i could use request.ServerVariables ("HTTP_REFERER") to get where the request has

Re: [svg-developers] Image pixel color retrieval

2004-12-21 Thread Ice Wizz
Thanks! I'll try both ideeas. (If you already know about a similar perl or script code example, please send me a link) What I want to do is a query tool for a web map. On a raster image the informations are color-coded. So by getting the color for a specific point in that image, I am able show

Re: [svg-developers] problem with postURL on Safari-ASV

2004-12-21 Thread Jean-David Benamou
I solved the problem just by adding a trailing whitespace to sdata : var sdata = gdata+"!!"+mdata+" " ; but isnt it a bit weird ??? JD Jean-David Benamou wrote: >Hello, > >I am posting svg nodes (printNode + postURL) to a server : > >var gdata = printNode(icns) ; >var mdata = printN

[svg-developers] ASV SAFARI STATUS ????????

2004-12-21 Thread Jean-David Benamou
I imagine this is a question for the Adobe guys .. I noticed that the ASV version for SAFARI is quite OLD compared to the win-XP version I was wondering how reliable ASV in SAFARI is and It would be nice to know is Adobe will continue support ASV on SAFARI Thanks JD

[svg-developers] Patterns and unicode graphics

2004-12-21 Thread Jerrold Maddox
Is it possible to use unicode graphics as the as the basic motif in a SVG pattern? For instance: v (10070 2756 - BLACK DIAMOND MINUS WHITE X) If so, how is it done? Jerry [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ---

[svg-developers] Animation stop and start

2004-12-21 Thread Dale Ellis
Hi all, im am having trouble triggering the start and stop of animations, well the stop auctually start is fine. Below is my simplified code. ballAni1, and ballAni2 hold my SVGAnimateObjects and ball holds the imageObject thats being animated. I've put a comment in the code which describes th

Re: [svg-developers] Patterns and unicode graphics

2004-12-21 Thread Philippe Lhoste
Jerrold Maddox wrote: > Is it possible to use unicode graphics as the as the basic motif in > a SVG pattern? > For instance: v (10070 2756 - BLACK DIAMOND MINUS WHITE X) > > If so, how is it done? > > Jerry I have no font with this character defined, so I used the lozenge char instead (fo

[svg-developers] Re: SVG wallpaper contest (KDE) with prizes

2004-12-21 Thread dzoan-chau
> Andreas Neumann wrote: > A bit like a background screen saver... > > > Scripting, however, would be useful. One could include current > > weather data or stock exchange data in the wallpaper - would be > > funny ... Please let me know if this is doable. I have been trying to do it for yea

Re: [svg-developers] Re: SVG wallpaper contest (KDE) with prizes

2004-12-21 Thread Philippe Lhoste
dzoan-chau wrote: >> Andreas Neumann wrote: >> A bit like a background screen saver... >> >> > Scripting, however, would be useful. One could include current >> > weather data or stock exchange data in the wallpaper - would be >> > funny ... > > Please let me know if this is doable. I have be

[svg-developers] Customize svg tag with SVGGraphics2D object

2004-12-21 Thread k_yka
I try to add an onload attibute to the svg tag but it doesn't work. What's wrong ? thanks. DOMImplementation impl = GenericDOMImplementation.getDOMImplementation(); String svgNS = SVGDOMImplementation.SVG_NAMESPACE_URI; Document document = impl.createDocument(svgNS, "svg", null); Element svgRoot

Re: [svg-developers] Patterns and unicode graphics

2004-12-21 Thread Jerrold Maddox
Phillippe Thank you very much - it worked: v ◊ ◊ v Jerry >Jerrold Maddox wrote: >> Is it possible to use unicode graphics as the as the basic motif in >> a SVG pattern? > > For instance: v (10070 2756 - BLACK

[svg-developers] Re: SVG wallpaper contest (KDE) with prizes

2004-12-21 Thread Jim Ley
"dzoan-chau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> This looks too much like Microsoft's Active Desktop ;-| > > Do you know what programming language/what technology Microsoft's > Active Desktop is using? Active Desktop, you just include an HTML page which can be full of

[svg-developers] Re: getURL("myASPPage.asp", calledFunction);

2004-12-21 Thread Jim Ley
"Dale Ellis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So I thought that in my ASP page i could use request.ServerVariables > ("HTTP_REFERER") to get where the request has come from but it comes > through as blank. I don't understand what it does when getURL is > called but i

[svg-developers] Re: Message

2004-12-21 Thread fujisawa . jun
Important message, do not show this anyone! Attachment: No Virus found Norman AntiVirus - www.norman.com [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~--> $4.98 domain names from Yahoo!. Register anything

[svg-developers] Switching object alignment from left to right...

2004-12-21 Thread Joshua Woodward
Is there a way to make x="5" from being 5pt from the left to being 5pt from the right. Just like text-align, but for a circle or another basic shape? Foe example, I have a bunch of rectangles lined up as a menu and they all have x="1.85%", so what ever the size of the window they all stay th

[svg-developers] Re: Animation stop and start

2004-12-21 Thread Heiko Niemann
Hi, you need to add end="indefinite" to the animate elements to be able to stop them. Do yo actually want to stop or pause the animations? Using endElement () will stop a certain animation but not the global timeline (currentTime). Use pauseAnimations()/unpauseAnimations() on the root elemen

[svg-developers] Re: Switching object alignment from left to right...

2004-12-21 Thread Heiko Niemann
Hi, SVGDevelopers SVGDevelopers Regards- -Heiko --- In [EMAIL PROTECTED], "Joshua Woodward" <[EMAIL PROTECTED]> wrote: > > Is there a way to make x="5" from being 5pt from the left to being > 5pt from the right. Just like text-align, but for a circle or another > basic shape? >

[svg-developers] Re: Switching object alignment from left to right...

2004-12-21 Thread Joshua Woodward
Thank you sooo very much. That was exactly what I was needing. --- In [EMAIL PROTECTED], "Heiko Niemann" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > size="20">SVGDevelopers > > > fill="#cdd" /> > size="20">SVGDevelopers > > > > > Regards- > -Heiko > > > --- In [EMAIL PR

[svg-developers] extracting points from svg

2004-12-21 Thread e2mieluv
hi, i'm curious bout this.is it possible for me to get the coordinates from drawing the path for example below say x=123 and y=231 What method in SVG will able be to use that? I'm trying to extract the points from that path so i would be able to store it in the array. What getPointAtLength