[svg-developers] Re: Vote for SVG Support in IE7

2006-04-26 Thread Andreas Neumann
I actually wanted to give feedback, but didn't manage. They made me to create a ms passport (which I avoided so far). After creating that passport I came to a listing of programs which told me to apply for a program. What should I do here? Just wanted to give feedback. Also the program for

Re: [svg-developers] (unknown)

2006-04-26 Thread Jeroen Vanattenhoven
Hello, Currently I'm working on a digital city guide which provides walks and multimedia information about the city and its history. I'm using a PocketPC device and eSVG viewer. This viewer has support for SVG 1.1 Full. Though it has lots of problems and bugs. I'm using Visual Studio 2005 to

[svg-developers] Re: (unknown)

2006-04-26 Thread Jim Ley
Ronan Oger [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] maybe ask on [EMAIL PROTECTED] As far as I am aware there are no svg-enabled players today on mobile devices that support svg applications. There are some primitive static svg implementations, but I have never seen an

[svg-developers] Re: ActiveXObject inside SVG?

2006-04-26 Thread Jim Ley
Martin Honnen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- In svg-developers@yahoogroups.com, os_vlan [EMAIL PROTECTED] wrote: I'm wondering how to create ActiveXObject inside SVG file. I'm building a GUI using SVG and I want to create Ajax request that requires to create

Re: [svg-developers] Re: Vote for SVG Support in IE7

2006-04-26 Thread Rolf Leopold
Hi Andreas, i think you were on the right way. It took me another 2 minutes to apply for the programm Internet Explorer Feedback(Has to be done once), and then i got to the many different votes. (The date 3/21 stands for Start of Application, and not for End of Application) Once you´re logged

[svg-developers] Re: Trouble with fonts

2006-04-26 Thread Nikolya Patskov
--- In svg-developers@yahoogroups.com, Andreas Neumann [EMAIL PROTECTED] wrote: Hi, do you use the correct unicode encoding? Does the machine with the viewer have the font installed? Or did you embed the font as an svg font? Andreas --- In svg-developers@yahoogroups.com,

[svg-developers] Re: Vote for SVG Support in IE7

2006-04-26 Thread Andreas Neumann
Thanks Rolf, I managed to vote now. I find the feedback site more than confusing. Let's hope MS listens to our requests. Andreas --- In svg-developers@yahoogroups.com, Rolf Leopold [EMAIL PROTECTED] wrote: Hi Andreas, i think you were on the right way. It took me another 2 minutes to

Re: RE : [svg-developers] Trouble with fonts

2006-04-26 Thread Nikolya Patskov
--- In svg-developers@yahoogroups.com, Laurent T. [EMAIL PROTECTED] wrote: Please send us your test file… Regards __ Laurent Tonnelier -Message d'origine- De : svg-developers@yahoogroups.com [mailto:svg- [EMAIL PROTECTED] De la part de Nikolya Patskov Envoyé

Re: [svg-developers] Re: Trouble with fonts

2006-04-26 Thread Phi Tran
On 4/26/06, Nikolya Patskov [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Andreas Neumann [EMAIL PROTECTED] wrote: Hi, do you use the correct unicode encoding? Does the machine with the viewer have the font installed? Or did you embed the font as an svg font?

[svg-developers] Re: ActiveXObject inside SVG?

2006-04-26 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Martin Honnen [EMAIL PROTECTED] wrote Although the Adobe SVG viewer by default with IE/Win uses the Microsoft JScript engine it is not possible to use ActiveXObject. You can create one like this:

[svg-developers] Re: Vote for SVG Support in IE7

2006-04-26 Thread Samuel Dagan
Thanks Francis, So far 48 out of 64 voted for the highest support (5) of SVG. In view of the importance of the issue for the members of this group, I hope that much more will join. Cheers, Samy --- In svg-developers@yahoogroups.com, Francis Hemsher [EMAIL PROTECTED] wrote: The Internet

[svg-developers] Re: Vote for SVG Support in IE7

2006-04-26 Thread Francis Hemsher
Samuel Dagan wrote: |So far 48 out of 64 voted for the highest support (5) of SVG. |In view of the importance of the issue for the members of this |group, I hope that much more will join. Hi Samy, The voting is currently at 72 and counting... (I looked at other voting subjects, and SVG can pull

[svg-developers] Re: Vote for SVG Support in IE7

2006-04-26 Thread John
--- In svg-developers@yahoogroups.com, Francis Hemsher [EMAIL PROTECTED] wrote: The Internet Explorer 7 team is now taking input on how to support SVG in the final build of IE7, and also looking to ideas for IE8. SVG is MIME type text/svg+xml - and the xmlns value for SVG 1.1 has already

[svg-developers] Firefox

2006-04-26 Thread Darrel Yoon
Can Mozilla Firefox support SVG? How to install SVG plug-in into Firefox explorer? - 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

Re: [svg-developers] Re: (unknown)

2006-04-26 Thread Ronan Oger
On Wednesday 26 April 2006 10:02, Jim Ley wrote: Any mobile phone supporting JSR 226 will enable you to create SVG rendered applications using Java, large numbers of phones support this, and it should be easy for you to create content. You seem to have fallen into the trap that applications

[svg-developers] hello

2006-04-26 Thread thomas . deweese
Try this, or nothing! [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 membership Yahoo! Groups Links * To visit your group on the web, go to:

[svg-developers] getting the current translate and scale of an element

2006-04-26 Thread Guy Morton
Hi guys I'm pretty new to this, so this may be a dumb question. :-) Is there an easier way, in both FF and ASV, to get an element's current transform (preferably as individual items) than reading and parsing it's transform attribute? It seems a little clunky to have to parse and rewrite the

[svg-developers] image onload

2006-04-26 Thread Guy Morton
mapImage.onload = function () {alert('boo')}; works in FF, but not ASV... anyone got a better idea of how to do this with FF and ASV support? Guy - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

RE: [svg-developers] image onload

2006-04-26 Thread Peter Kalev
My SVG file has an onload that calls the mother page and it works in ASV... Peter Kalev Senior Developer, SWF, LLC -Original Message- From: Guy Morton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 5:36 PM To: svg-developers@yahoogroups.com Subject: [svg-developers] image

Re: [svg-developers] image onload

2006-04-26 Thread Guy Morton
i'm trying to access the onload event on an image element. i too have an onload firing from the svg element. Peter Kalev wrote: My SVG file has an onload that calls the mother page and it works in ASV... Peter Kalev Senior Developer, SWF, LLC -Original Message- From: Guy Morton