[svg-developers] Re: SVG WorkStation - alpha Feedback

2005-04-13 Thread welkerpaul
Oh boy, you must be crazy. Your appreciation of 'Workstation' scares me;-) --- In svg-developers@yahoogroups.com, "Francis Hemsher" <[EMAIL PROTECTED]> wrote: > > Hi, > > We could use some feedback on the core performance of our WorkStation. > I guess this is the best place to come for som

[svg-developers] Selecting Overlapping Elements

2005-04-13 Thread jasonsfoster
Hi everyone, We've been trying to find a way to accurately select all elements that overlap at the point of a mouseclick. The two methods we've attempted are having the mousedown event for the elements set (this only returns the top element), and creating a small clash circle that returns all e

[svg-developers] SVG WorkStation - alpha Feedback

2005-04-13 Thread Francis Hemsher
Hi, We could use some feedback on the core performance of our WorkStation. I guess this is the best place to come for some quality comments(be gentle, we've worked hard to try and create an SVG integrated development environment.) At this time the WorkStation can be used to create an SVG draw

[svg-developers] How to pronounce Enschede

2005-04-13 Thread campin_b
I was curious about something that is not computing or graphic with SVG.. How does people from Enschede pronounce it ? EN-SKE-DE ? EN-CHE-DE ? EN-SHEE-DE ? Benjamin - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and clic

[svg-developers] Re: batik JPEGTranscoder

2005-04-13 Thread asrdesigns
Thanks Thomas, yes, I am using batik 1.5.1 and it is only my servlet code that I am compiling (but obviously needs access to the jar files). I now have a full set of jars loaded to the server and it not crashing at boot-up. I just got a 404 and I'm too tired to chase it this evening ... tomorr

Re: [svg-developers] Re: A gps simulator for use in svg mapping

2005-04-13 Thread Ronan Oger
Dimitrios, SVG 1.2, which is currently being prepared by the w3c, allows for direct socket connections. However, the issue of security and whether or not to allow socket connections to a different server than the one which served the oriignal svg content has not been worked out yet. Good luck

Re: [svg-developers] Any program for editing svg images?

2005-04-13 Thread Ronan Oger
gVim (free, all platforms) and editplus (USD100, shareware, win32) work very well for me. Both are highly configurable and editplus lets you see the svg in the application via embedding IE6 (out of the box if you have asv installed) Ronan On Wednesday 06 April 2005 15:11, Erwan TROEL wrote: >

Re: [svg-developers] A gps simulator for use in svg mapping

2005-04-13 Thread Ronan Oger
a subtlety on this method is to have the NMEA generator listen on a socket (as a webservice) and have it service requests from the webserver on the box that generated the SVG. This way, your webserver acts as a forwarding (and filtering) proxy and security is maintained. Ronan On Tuesday 12

Re: [svg-developers] php and svg

2005-04-13 Thread Ronan Oger
Hi Erwan, yes, it is possible to do so. However, you need the xml parsing libraries to be compiled into php to do this. I played around with this a year ago and the version of php I was using (the standard version at the time) did not come with the xml parser. Make sure you have the requried

Re: [svg-developers] how to zoom to a particular state/ county in svg map from country level?

2005-04-13 Thread Ronan Oger
check out http://www.carton.net for more information. There are many ways to do this, depending on what you have. Remember, svg is nothing more than a drawing model. unless you have the data you want to zoom into in your drawing already, you will need an application behind it to provide the ad

Re: [svg-developers] svg in pdf?

2005-04-13 Thread Ronan Oger
>From what I understand, the implementation of svg in acrobat 6 is not complete. No sockets support, I believe. Not sure about ecmascript support. Ronan On Tuesday 12 April 2005 19:32, Leonard Rosenthol wrote: > > Can dynamic svg objects be embedded in a pdf document? > > Yes. > >

Re: [svg-developers] GeoClient

2005-04-13 Thread Ronan Oger
On Tuesday 12 April 2005 19:44, Derek A. Gilby wrote: try asking on the geowanking mailing list: [EMAIL PROTECTED] http://lists.burri.to/mailman/listinfo/geowanking Cheers, Ronan > Hi all How are ya? > > I am new to this svg stuff its pretty cool I must say. > > What I am doing: > I am using t

[svg-developers] relation between viewbox co-ordinates and clientx, clienty.

2005-04-13 Thread kamal maji
hi all, could any body tell me how to locate a paricular rectangle in the svg map where ever we click? the viewbox property is blocking me. i am unable relate the clientx , clienty with viewbox properties. plaese any body provide this relation. Yahoo! India Matrimony: Find your life partneron

[svg-developers] Re: Open a new browser window using javascript

2005-04-13 Thread tharahan
I copied the example and save it as local svg and html files. When I opened the html file I get the error "Object Expected" Any ideas Thanks Tharahan --- In svg-developers@yahoogroups.com, "ztij0" <[EMAIL PROTECTED]> wrote: > > I got it working. Thanks a lot. > --- In svg-developers@yahoogr

Re: [svg-developers] Re: batik JPEGTranscoder

2005-04-13 Thread Thomas DeWeese
Hi Robert, asrdesigns wrote: > > Thomas: I am using 1.5.0 for both development and hosting: batik needs > anything over 1.3? Batik should be happy to run under any JDK >= 1.3 (compiling with 1.5 is a little complex but running should be fine). I would suggest upgrading your Batik at the ver

[svg-developers] Re: How to write the german letter 'ä' ('ae')

2005-04-13 Thread higorion
hi, use entity numbers, rather than entity names: http://www.w3schools.com/html/html_entitiesref.asp for 'ä' that will be 'ä' cheers, hannes --- In svg-developers@yahoogroups.com, "tamsvg" <[EMAIL PROTECTED]> wrote: > > Hi! > > I want to create a text, and in it there's the german lette

[svg-developers] Re: batik JPEGTranscoder

2005-04-13 Thread asrdesigns
Thanks Rick & Thomas, yes, this looks like corruption in at least one the jar files. I am using a hosted service for the servlets and the coruption is also killing the tomcat instance as it tries to load. As I think two jars may be at fault, I am continuing to proceed with caution. I have dele

Re: [svg-developers] How to write the german letter 'ä' ('ae')

2005-04-13 Thread Andre M. Winter - Carto.net
hi, the easiest way is to encode your file as UTF-8 (most text editors support that). that is the default encoding for svg (and the default ASV expects). therein, just type your 'äöüß', they are available. there are other ways (hex-encoding) but UTF-8 is by far the easiest way to go. andré

[svg-developers] How to write the german letter 'ä' ('ae')

2005-04-13 Thread tamsvg
Hi! I want to create a text, and in it there's the german letter 'ä' ('ae'). How can I write it? The html code for this is ä but it doesn't work here. Is it possible in svg to write it? tam - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/s

[svg-developers] press 'enter' key: how to catch the event

2005-04-13 Thread tamsvg
Hi! If I press the left mouse button the event 'onClick' will be caused. I want to display a circle when the user presses the 'enter' key. How can I catch this event? Which method do I need (onEnter)? tam - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.ya

[svg-developers] Re: IE terminating on refresh.

2005-04-13 Thread skrellkolja
Yes. It worked after all. My fault. I put your code in the wrong file. Your code even seemed to solve another problem which i had: The IE just terminated when typing text in the textbox (this is an SVG text editor) and hoovering the text at the same time. This time just treminating with no er

[svg-developers] Re: IE terminating on refresh.

2005-04-13 Thread skrellkolja
Thanks alot for your effort higorion, but unfortunately this didn't help at all. I replaced the addEventListeners as yot told me to and pasted your code, but I got just the same error as before. I removed all listeners, and that seemed to stop IE from crashing, so it seems clear that it's th

[svg-developers] Re: Firefox crashes on Refresh

2005-04-13 Thread Andrew Shouldice
I had the same problem. If memeory serves, I fixed it by getting the beta version of the Adobe SVG viewer. (I don't know which OS you're running on... This is only available for Windows, unfortunatly. http://www.adobe.com/svg/viewer/install/beta.html (It has to be manually installed to work with

[svg-developers] print in SVG

2005-04-13 Thread Peruzzi Alessandro
Hello. I've a problem with my printer. If I have a svg bigger than my monitor, when I print with File->Print command of my browser, my printing is cut in only one page and rest of image will never print. How do I do for print all my svg in more page? Thanks by Alessandro Peruzzi -

Re: [svg-developers] Firefox crashes on Refresh

2005-04-13 Thread G. Wade Johnson
Rauli wrote: > >>>Hi, >>> I am struggling with this problem. Firefox browser crashes when >>>ever I tried to reload a SVG File. > > > I'm having the same problem, with the difference that FF crashes even if > I try to view html content after viewing SVG. > > >>>I am having >>>Adobe SVG V

RE: [svg-developers] pdf in svg?

2005-04-13 Thread Leonard Rosenthol
> Is it possible to embed/view pdf content in svg? > Depending on how a viewer has implemented the SVG 1.1 "foreignObject" element, it may be possible to do this by using standard PDF in HTML embedding techniques for that HTML in SVG... Leonard - To unsubscribe send a message

Re: [svg-developers] how to zoom to a particular state/ county in svg map from country level?

2005-04-13 Thread Holger Will
kamal maji wrote: > hi all, > > i am facing a big problem in zooming to a particular state/county from > country level in svg map. could anybody please help. > > hi kama you can use something like this: -where "state" is a reference to the shape you want to zoom in to -and "root" is your svg ro

[svg-developers] Re: MHTML (web Archive) / SVG / Javascript problem --Solution

2005-04-13 Thread ltfrd
So, finally it was a "domain" issue... As far as I understand, if your src=d:\ex.svg does not work, this is because for ASV plugin there is no domain, so it can not check anything for its "cross-domain security" thing. That's all supposition from me. If you put a relative URL (or an absolute on

[svg-developers] Re: A gps simulator for use in svg mapping

2005-04-13 Thread Dimitrios Zachariadis
Thank you very much Andreas. I will look into motjuvie and see what I can do. Dimitrios --- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > > > Jan Kollhof wrote a software around the Adobe SVG viewer that allows > to use sockets: http://jan.kollhof.net/pr

[svg-developers] How to display attribute value(text wrap needed)on svg map by ECMAScript?

2005-04-13 Thread tangdm
Hello, I need to display attribute values on my svg map when I click on some map objects. Because the length of attribute "COMMENT" is 256, text wrap is required when displaying it. I tried text:wrap in svg script as followed, "my text" was wrapped. my text But I don't know how to

[svg-developers] Size of SVG

2005-04-13 Thread CWS - Manna Antonio
In one svg i have this I need Width and height in pixel for mirroring or flipping image... how i get Width or Height in pixel? thnx N.B. I use Svg Adobe ActiveX with VB [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -

[svg-developers] Re: A gps simulator for use in svg mapping

2005-04-13 Thread Andreas Neumann
> Jérôme, the server side script is the way I am doing it now, > but it adds load and also latency to the system, and this is causing > inaccuracies when mobile. System is running a number of other gps > applications at the same time and I need svg for mapping. > > So, if I get it right,

[svg-developers] pdf in svg?

2005-04-13 Thread Rauli
Is it possible to embed/view pdf content in svg? Rauli - 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