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,d0a15c81dbb968cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-17 09:35:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!freenix!enst.fr!not-for-mail From: "Robert C. Leif" Newsgroups: comp.lang.ada Subject: RE: XML GUI, was Re: Best option for portable GUI? Date: Fri, 17 Jan 2003 09:35:25 -0800 Organization: ENST, France Message-ID: Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1042824940 56542 137.194.161.2 (17 Jan 2003 17:35:40 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 17 Jan 2003 17:35:40 +0000 (UTC) To: "'comp.lang.ada mail<->news gateway'" Return-Path: X-Envelope-From: rleif@rleif.com X-Envelope-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: <2lUV9.22373$Yq3.6351@sccrnsc02> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:33148 Date: 2003-01-17T09:35:25-08:00 Yes, one uses scalable vector graphics (SVG) for animation. Bob Leif -----Original Message----- From: tmoran@acm.org [mailto:tmoran@acm.org] Sent: Friday, January 17, 2003 6:23 AM To: comp.lang.ada@ada.eu.org Subject: XML GUI, was Re: Best option for portable GUI? > XML to build a GUI server. Pardon my ignorance, but can you draw real-time moving images with XML? For instance a picture that morphs between dog and cat as you drag the mouse left and right? Or does GUI mean essentially text and static images?