AW: [svg-developers] SVG Scrolling

2005-05-02 Thread Real, Peter
Hi Rich, You should take a look at the CGUI http://homepage.usask.ca/~ctl271/cgui/index.shtml and SPARK project http://spark.sourceforge.net/. Bye Peter -Ursprüngliche Nachricht- Von: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von rwkeppers Gesendet: Montag,

AW: [svg-developers] change text

2005-05-02 Thread Real, Peter
Try this code: function change(evt) { var svgdoc = evt.getTarget().getOwnerDocument(); var text = svgdoc.getElementById("text"); var child = text.getFirstChild(); child.setData("Hello again"); } Bye Peter ---

[svg-developers] magnifying glass

2005-05-18 Thread Real, Peter
Hello, I would like to add a magnifying glass effect for a map application. The user should be able to move a circle over the map. The area inside the circle should be magnified on a specific size. I can remember that I saw an example for such a tool sometime in the past. Can somebody here hel

[svg-developers] How to create javascript events?

2005-05-27 Thread Real, Peter
Hello, Is there a way to dynamically create javascript events to trigger animations? Bye, Peter [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 membe

[svg-developers] zoom in/out on a SVG map with icons

2005-05-27 Thread Real, Peter
Hello to all, I am creating a SVG based map. The user can zoom in and out of the map with special javascript functions. The map also has a layer with Icons. The problem is that the Icons should not be zoomed with the same factor. At the moment I am using a separate javascript function to scale t

AW: [svg-developers] Re: How to create javascript events?

2005-05-29 Thread Real, Peter
Hello Alastair, Yes, I would like to trigger a SMIL animation with a JavaScript custom event. Animations can be started by a fixed timestamp or an event. Normally the events are raised by user actions. Is there a way to create a custom event, so that the programmer can start the animation when

AW: [svg-developers] SVG progress script

2005-06-03 Thread Real, Peter
Here you can find an example for a progress bar. http://www.kevlindev.com/dom/progress/index.htm Bye, Peter -Ursprüngliche Nachricht- Von: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von richard_gnyla Gesendet: Freitag, 3. Juni 2005 13:24 An: svg-developers@yaho

[svg-developers] transformation calculator and path polisher

2005-06-08 Thread Real, Peter
Hello SVG Group, Thank you very much for the help so far, this group did already save me a lot of work I am looking for two optimization tools. 1. Transformation calculator: Is there a tool that can calculate transformations on SVG elements? Instead of just inserting a new transform attribute