From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c58d0944b1fbcea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-08 20:43:37 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: SVG and Ada 95 - Re: [ANNOUNCE] XML/Ada 0.6 released Date: Sat, 8 Sep 2001 23:41:58 -0400 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <87zo86drnb.fsf@deneb.enyo.de> <007f01c138d8$39293da0$0100a8c0@DBINSPIRON> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1000006979 84757 137.194.161.2 (9 Sep 2001 03:42:59 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sun, 9 Sep 2001 03:42:59 +0000 (UTC) To: Return-Path: X-pair-Authenticated: 65.185.64.49 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:12936 Date: 2001-09-08T23:41:58-04:00 > I can of course take advantage with Ada already on Win32 of Adobe's SVG > engine using GNATCOM, but it would be very nice to have a cross platform > version. (I better stop here before I start to sound like Robert Leif :-) I have created a stand alone SVG viewer application in the latest release of GWindows (gwindows\samples\svg) using GWindow's ActiveX support. After installing the latest gwindows (don't forget GNATCOM must be installed first) and after downloading and installing the Adobe SVG component (http://www.adobe.com/svg/viewer/install/main.html) you can go to the directory gwindows\samples\svg and do a make. Once you open svg_demo you can open the file GWindows.svg You can take a look at the bindings generated by GNATCOM to see that the SVG control gives you increadible power over each element in the SVG file. If I find the time, perhaps I'll see if I can come up with a demo of doing some interesting interactions between Ada code and SVG elements. OK.... so Robert may be on to something with all his XML hype David Botton