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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b4cf0ad6702f7c2c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-24 10:21:41 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: Periodic screen update using GWindows/GNAT? Date: Fri, 24 May 2002 13:20:17 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <8cd144a2.0205231431.6524993@posting.google.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:24659 Date: 2002-05-24T13:20:17-04:00 List-Id: Put the drawing code in to a task :-) That's one of the best parts of using Ada. There is an example of this in: gwindows\samples\tasks\thread_test.adb David Botton "D" wrote in message news:8cd144a2.0205231431.6524993@posting.google.com... > I can't quite figure out how to update a window asynchronously