[svg-developers] Perfect Site for Programmers

2005-06-22 Thread vb_dev2005
- you can ask any Question in VB6 or VB.NET - you can download the best VB Books - you can download ActiveX - you can visit the most powerfull VB sites http://www.mox-hosting.com/vbdevs/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/s

[svg-developers] Development environment

2005-06-22 Thread r_v_putten
Hello, which development environment do you use? Which one would you suggest? Currently I use vim to edit and Firefox/ASV6 to display. However, finding bugs is a headache, as it's not easy to watch the program flow/variables, let alone single step debugging... Batik seems to be quite nice (it

[svg-developers]

2005-06-22 Thread mimasa
The message contains Unicode characters and has been 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 membership" Yaho

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

2005-06-22 Thread Sean
The second alert never appears after the error. It occurs when the it sets the Src. It dose reset the Src, but then bails on finishing the function after throwing the error. function back(){ var svgMap = parent.document.getElementById("SvgMap"); // look at what you retrieved

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

2005-06-22 Thread Mark Birbeck
Hi Don, Great to see these issues debated! You said in response to Alastair (in relation to SPARK): > XAML does not provide UI Controls. Avalon (the new GUI API) > provides the UI Controls, and XAML can be used to express > them XML form, rather then procedural code (via constructos > and set

RE: [svg-developers] Re: Value of a pixel

2005-06-22 Thread Nicolas BOUTET
The number of colors really in use should be little (beetween 10 and 30 colors depending on the product). I can replace "3 chars" by "1 or 2 chars" using an index for all images (too big again) And for each pixel, I have to know the color value... Nicolas _ De : svg-developers@yahoogrou

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

2005-06-22 Thread mobiform
--- In svg-developers@yahoogroups.com, "Ineke van der Maat" <[EMAIL PROTECTED]> wrote: > Hello Ron, > > You wrote: > >>What happens if you want to do something that isn't in the XAML > >schema? > > >Doesn't matter. I can create custom objects and use them in the > >XAML. There are no restriction

Re: [svg-developers] Re: Value of a pixel

2005-06-22 Thread Andre M. Winter - Carto.net
do you really need ALL color values?! andré -- ___ andre m. winter, cartography for internet and multimedia applications schiessstand 4/1, a6091 goetzens, tyrol, austria tel.: ++43.5234.32732 email: <[EMAIL PROTECTED]>

RE: [svg-developers] Re: Value of a pixel

2005-06-22 Thread Nicolas BOUTET
Hi André, Effectively, 600² is not too much for JS. But to get this array from JS, I have to use a XMLHTTP request to the server. The server response will be a text stream send to JS. The size of the text stream will be : - for 8bits images : 600 x 600 x (3 chars, to represent the lookup table in

[svg-developers] Get it free.

2005-06-22 Thread sreekumar
Get a Free Acer Laptop. Entirely FREE. Simple Step. Try the below link: http://notebook.GustoNetwork.com/index.php?mid=66104 Best of Luck. - 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] Re: Value of a pixel

2005-06-22 Thread Andre M. Winter - Carto.net
hi nicolas, you should be able to place the color value (or whatever value) info per px in a 2-dim js-array and access this on mousemove based on some returned screen coords. 600² is a lot but not too much for js. andré -- ___ a

RE: [svg-developers] Re: Value of a pixel

2005-06-22 Thread Nicolas BOUTET
Hi Holger, Andreas, and all In fact, I allready use MapServer to produce the map which is displayed using SVG (as background of a map with some vector layers send using XMLHTTP and a simplified GML-like format parsed in javascript). The raster layer is used to display thematic products and my go

[svg-developers] bitflash svg viewer?

2005-06-22 Thread r_v_putten
Hi everyone, I've read about the bitflash svg viewer, but is it only for OEMs? I couldn't find a downloadable demo or something like that... - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"

[svg-developers] shp2svg/ogis2svg version 0.4

2005-06-22 Thread Andreas Neumann
Hi all, I'd like to let you know that version 0.4 of the shp2svg converter (ESRI shapefile to SVG) is available at http://www.carto.net/papers/svg/utils/shp2svg/ The new feature is a --scale flag which lets you introduce a map scale. Also there is now support for input (--inputunits) and o

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

2005-06-22 Thread Mobile Phones
This is a Genuine D-eal because my c-ustomers will receive and inspect the phones before release the p-ayment to me so you can see what you b-u-y before you p-a-y! I have for seII 21 units Nokia 6230i all brand new, unlocked, sealed in their genuine boxes, all listed accessories inside, user man

Re: [svg-developers] lost variables

2005-06-22 Thread Erwan TROEL
the cookie seems to disappear when moving to an other page - Original Message - From: sidonie To: svg-developers@yahoogroups.com Sent: Tuesday, June 21, 2005 4:24 PM Subject: Re: [svg-developers] lost variables Try : window.document.cookie="repPDV=" + repPDV; - Ori

[svg-developers] Status

2005-06-22 Thread dean
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 memb

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

2005-06-22 Thread Kurt Cagle
Don and Alastair, Okay, I'm uber-busy right now, but I wanted to put in my two cents worth here. XUL is a fixed vocabulary of widgets. However, XUL also contains the XBL language, which makes it possible to bind additional components based upon either XUL, XHTML or SVG (if you're using Firefox