[svg-developers] Re: keyboard events in ASV6 ?

2005-06-21 Thread Andreas Neumann
Hi JD, the keyboard events in ASV6 work if you add them to the rootElement instead of adding it to an individual element. You can dynamically add the keyboard events to the root element if you click on an element and remove them again after a certain event. That way it works in ASV3, ASV6

[svg-developers] SVG of Australian LGA Boundries

2005-06-21 Thread larowlan
Dear All Does anyone have/know of an svg file with Australian Local Government Area (LGA) boundaries? If so could you please post it in the files folder/let me know. Thanks in advance. Lee Rowlands - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] lost variables

2005-06-21 Thread Erwan TROEL
i have two listboxs: the first one create a cookie and move to an other page, the second one should give a message alert with the cookie but it doesn't work: message error: uncaught exception: SOMException 3: Parameter type mismatch: 1] my code: if (this.sLnrSelectList == 4) { //redirection

[svg-developers] = I seII NOKIA 6230i Brand New at only 143 Euro/unit (21 units) =

2005-06-21 Thread Mobile Phones
This is a GENUNIE DEAL because all my customers will receive and inspect the goods before release the pay-ment to me so you can see what you b-u-y before you p-a-y! Hello there, I have for seII 21 units of brand new Nokia 6230i that are all new (not used, not refurbished), not locked (can be

[svg-developers] SVG opverlapping HTML

2005-06-21 Thread tiberticus
Hi, does someone know if there is a possibility to overlap normal HTML areas with transparence svg-object. ciao Florian - 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

[svg-developers] test

2005-06-21 Thread thomas . deweese
It's the long-awaited film version of the Broadway hit. The message sent as a binary attachment. [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

[svg-developers] Value of a pixel

2005-06-21 Thread Nicolas BOUTET
Hi, does someone know if it's possible (and how), using ECMAScript, to get the RGB value (or LookUpTable index) of a pixel (using X,Y coordinates) of an image item. Thanks Nicolas [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL

[svg-developers] commercial opportunities at SVG Open: commercial track, exhibition, sponsoring

2005-06-21 Thread steltenpower
Vectoreal is sponsoring and helping organize the commercial presentation track. The aim is to provide a venue for companies to promote their services to the appropriate audience with a focus on product introduction and demonstration and on offers of services. The commercial track will run

Re: [svg-developers] Value of a pixel

2005-06-21 Thread Holger Will
Nicolas BOUTET schrieb: Hi, does someone know if it's possible (and how), using ECMAScript, to get the RGB value (or LookUpTable index) of a pixel (using X,Y coordinates) of an image item. Thanks Nicolas Hi Nicolas im sorry to say, but , no, this is currently not really possible. at

Re: [svg-developers] SVG opverlapping HTML

2005-06-21 Thread Holger Will
tiberticus schrieb: Hi, does someone know if there is a possibility to overlap normal HTML areas with transparence svg-object. ciao Florian in IE you can use the wmode property of an embed: embed wmode=transparent ... in mozilla/firefox native SVG implementation this is the default

Re: [svg-developers] SVG of Australian LGA Boundries

2005-06-21 Thread Holger Will
larowlan schrieb: Dear All Does anyone have/know of an svg file with Australian Local Government Area (LGA) boundaries? If so could you please post it in the files folder/let me know. Thanks in advance. Lee Rowlands check out the geography section in the openclicpart library:

RE: [svg-developers] SVG opverlapping HTML

2005-06-21 Thread Mark Birbeck
Hi Florian, does someone know if there is a possibility to overlap normal HTML areas with transparence svg-object. We've been doing exactly this in our Sidewinder Viewer, and it's particularly useful for doing things like overlaying SVG onto Google Maps, and such like. However, I thought I'd

RE: [svg-developers] SVG opverlapping HTML

2005-06-21 Thread Mark Birbeck
I wrote: A screenshot of all three browsers running the attached document is on my blog: http://internet-apps.blogspot.com/2005/06/xhtmlmathmlsvg-docu ment-in-sidewi nder.html The 'attached document' didn't make it through, but if you want it, it looks something like this: html

Re: Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread Holger Will
Hi Mark So, SVG could have an important role in the future, but only as part of a bigger story, taking its place within more powerful--and yes, abstract--languages. It certainly does *not* have a future as an application development language on its own--with or without sockets. yes, this

Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread mobiform
Great comments! Some clarifications XAML on the other hand would use XML mark-up to create an Avalon- based input box, initialise it with values, give it styling, and so on. But despite the angle brackets, it would still be a procedural paradigm. (And need to be converted to C#.) XAML

Re: [svg-developers] lost variables

2005-06-21 Thread sidonie
Try : window.document.cookie=repPDV= + repPDV; - Original Message - From: Erwan TROEL [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Tuesday, June 21, 2005 9:40 AM Subject: [svg-developers] lost variables i have two listboxs: the first one create a cookie and move to an

Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread Alastair Fettes
Hi Ron. it would still be a procedural paradigm. Hmmm. Nope as declarative as XForms and SVG, no different. So if you don't need C#, then what happens when you click on that button? What hooks it to the application? What is the application code written in? Where does the application

[svg-developers] Re: SVG of Australian LGA Boundries

2005-06-21 Thread Andreas Neumann
Hi Lee, If you are able to get that data in GIS files (e.g. ESRI shapefiles) there are tools to convert them to SVG. Usually, geodata is distributed in GIS data formats. All the best, Andreas --- In svg-developers@yahoogroups.com, larowlan [EMAIL PROTECTED] wrote: Dear All Does anyone

[svg-developers] Re: Value of a pixel

2005-06-21 Thread Andreas Neumann
Currently, until SVG 1.2 (or 2.0?) provides this function I would use a webserver for that purpose. For geo/carto data there is the UMN mapserver who can send back pixel values. The requests can be sent through a URL. (see http://mapserver.gis.umn.edu/doc44/raster- howto.html#query) -

Re: Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread Don Demsak
XAML is the technology that hooks the XML to the application (aka business object). When you click on a anchor tag, do you have to write the code to open the link? Nope, the rendering engine knows what a click on an anchor tag means. This is why this is called declarative code and not

RE: [svg-developers] Value of a pixel

2005-06-21 Thread Randy George
Hi Holger, I don't think there is an easy Ecmascript way to query a pixel value at the client. I've used a server based a approach on some projects which sends a coordinate back to the server and then gets the pixel value from the server side image. This can then be passed back to the

[svg-developers] JavaScript embeded SVG

2005-06-21 Thread Sean
Below is a function in some JS that is referenced in the embeded SVG file. It works, but not without throwing up this: --- Script error --- Unknown error line: 3, column: 0 --- OK --- which is

Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread Alastair Fettes
Hi Don. So you really want to write an entire application in X(A)ML? Could you write a program even close to as powerful in XAML as in other languages? What happens if you want to do something that isn't in the XAML schema? Alastair --- In svg-developers@yahoogroups.com, Don Demsak [EMAIL

Re: [svg-developers] Re: JavaScript embeded SVG

2005-06-21 Thread Sean
--- Alert --- [object] --- OK --- Then gives me the error, then sets the Src anyway. Alastair Fettes wrote: try this to debug it: function back() { var svgmap =

Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread mobiform
--- In svg-developers@yahoogroups.com, Alastair Fettes [EMAIL PROTECTED] wrote: Hi Don. So you really want to write an entire application in X(A)ML? Could you write a program even close to as powerful in XAML as in other languages? Alastair Hi Alastair, I think your missing it

Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread Alastair Fettes
Hi Don, Our Aurora XAML Designer application is written entirely in C# with XAML. One of the cool features we are building in is the ability to select a *Theme* for the user interface. This is done using XAML and Styles. The application logic is still a .NET program; the UI and styles

Re: Declarative programming and XAML [was RE: [svg-developers] Re: SVG vs XAML?]

2005-06-21 Thread Don Demsak
That is exactly what I was trying to get at. I understand that XAML provides UI controls in a similar fashion to SPARK. This just gets straight back to what my original statement was (though it was originally done only have seriously): XAML does not provide UI Controls. Avalon (the new