> --- In [email protected], "Andreas Neumann" > <[EMAIL PROTECTED]> wrote: > > > > Jan, > > > > if you want your application to run in every operating system and > > browser, you have to do it all in SVG, currently, unfortunately. My > > recent SVG only projects all run in Linux, MacOSX, Windows, Solaris > in > > almost any popular browser (Opera, Konqueror, Firefox, Mozilla, > > Internet Explorer, etc.) - > > > > I also have a few lines of ECMAScript that do textwrapping (however > > only at word boundaries) if you have larger chunks of text to > display. >
--- In [email protected], "Jan" <[EMAIL PROTECTED]> wrote: > > I need to maintain current information that I will need to display in > a textual listing when the user clicks on a link. I will have a > traffic map displayed and will have a link to the side for the user > to print information about all current traffic incidents. How would > I do this if I didn't use js arrays to store that data? > > Also, how do you display text listings using svg? I was thinking > that I could use an html link to somehow print the traffic incident > array that was stores in the js array var within my svg. Is it a > major pain in the butt to do this in svg? That would be great if you > could pass along any code that will do this. > Is it possible to do a text listing via an html link by updating an html javascript variable each time my embedded svg js array changes? In order to print out a text listing of traffic incidents, I need to know what the current list is. The svg js variable will maintain this data which will be updated on a regular basis from the web server. Will this work in Mozilla/Netscape/etc since I don't have to actually change svg data from html and it's readonly? Jan ----- 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/

