[svg-developers] Re: Mobiform Software has updated Aurora XAML Designer for WinFX

2005-06-17 Thread John
Ron, When you post statements like this to a XAML forum, you're expressing an opinion and you're on topic: > XAML as a vastly superior replacement for SVG When you post it in this forum, the bona fide SVG developers will just consider that you are trolling. Is Mobiform experiencing some kind of

[svg-developers] Apply for being a sponsored presenter at SVG Open 2005 !

2005-06-17 Thread steltenpower
Together with our main sponsor Vectoreal student awards are made available for 1-3 students or other worthy candidates, who have a financial need for funding. Vectoreal will sponsor travel and accommodations costs. Application handling and awarding will be by Vectoreal, applications can come from a

[svg-developers] Mobiform Software has updated Aurora XAML Designer for WinFX

2005-06-17 Thread mobiform
Mobiform Software has updated the beta release of Aurora XAML Designer to Version 4.7. This build for use with the May Beta RC1 candidate release of the Microsoft Avalon/XAML WInFX SDK for *Windows XP*. Aurora is a graphical designer written in XAML and Avalon and designed to create and edi

[svg-developers] Re: Protecting svg source code

2005-06-17 Thread lakeuk
--- In svg-developers@yahoogroups.com, "chun79" <[EMAIL PROTECTED]> wrote: > Hi there, > > I want to prevent others from viewing my svg source code. > > Is it possible to protect it by zipping it into the svgz format and > disabling the view source function? > > Thanks in advance > Eric All th

[svg-developers] Protecting svg source code

2005-06-17 Thread chun79
Hi there, I want to prevent others from viewing my svg source code. Is it possible to protect it by zipping it into the svgz format and disabling the view source function? Thanks in advance Eric - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/gr

[svg-developers] Re: SVG catalogue on the net??

2005-06-17 Thread steltenpower
linkcollection: http://svg.pagina.nl - 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-deve

Re: [svg-developers] Re: cookie

2005-06-17 Thread Erwan TROEL
excuse me in fact i use window.setSrc("an other file.svg") - Original Message - From: Erwan TROEL To: svg-developers@yahoogroups.com Sent: Friday, June 17, 2005 3:11 PM Subject: Re: [svg-developers] Re: cookie to change location in the same function event i use window.setS

[svg-developers] Re: cookie

2005-06-17 Thread welkerpaul
setSource? 42! If you're coding against asv3 see "http://www.adobe.com/svg/indepth/pdfs/CurrentSupport.pdf"; for reference. Afaik window.setSrc got choked in the meantime? --- In svg-developers@yahoogroups.com, "Erwan TROEL" <[EMAIL PROTECTED]> wrote: > to change location in the same function e

Re: [svg-developers] Re: cookie

2005-06-17 Thread Erwan TROEL
to change location in the same function event i use window.setSource("") - Original Message - From: welkerpaul To: svg-developers@yahoogroups.com Sent: Friday, June 17, 2005 3:00 PM Subject: [svg-developers] Re: cookie There you are. The whole of svg-dhtml X-Dom scripting

[svg-developers] Re: cookie

2005-06-17 Thread welkerpaul
There you are. The whole of svg-dhtml X-Dom scripting is just pathological for the time being:( Right now you've got to drill down the agonizing mystery of document! =document... What's your target browser, what's you target ?plug-in?, how do you embject your svg, what version, etcpp.? Start wit

Re: [svg-developers] Re: cookie

2005-06-17 Thread Erwan TROEL
i use window.parent.document.cookie but i have this error message: window.parent has no properties - Original Message - From: welkerpaul To: svg-developers@yahoogroups.com Sent: Friday, June 17, 2005 1:50 PM Subject: [svg-developers] Re: cookie The document within the svg

[svg-developers] Re: cookie

2005-06-17 Thread welkerpaul
The document within the svg context is the SVGDocument object. Not that I am aware of a SVGDocument cookie property.. The browser's cookie string should be available with the help of window.parent.document.cookie for svg code. hth Paul --- In svg-developers@yahoogroups.com, "Erwan TROEL" <[EMAIL

Re: [svg-developers] cookie

2005-06-17 Thread Erwan TROEL
i try to create a cookie when the user select an item in a menu but the cookie is not created on the disk my code: this event is launched by the selection in the menu: sLHLeListener.prototype.handleEvent = function(evt) { if (evt.type == "click") { var date_exp =

[svg-developers] Re: interactive SVG web GUIs with socket connections

2005-06-17 Thread Jim Ley
"antonganesh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does ASV cache svg on client side or did I misunderstood ? I'm not confident that it does, I've seen lots of cases where it makes non-conditional requests for things that should be in the cache. I believe ASV is buggy