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,ead949e915232640 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-20 12:05:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news-feed.riddles.org.uk!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: gwindows help please Date: Thu, 20 Mar 2003 14:02:15 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <%C6ea.45256$_F2.3852478@news1.east.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:35575 Date: 2003-03-20T14:02:15-06:00 List-Id: R. Srinivasan wrote in message >i am looking for examples of multiple tasks updating forms -- progress bars >and the like. in particular gui updates based on timers. No samples provided >with the download appear to fit the bill. > >any pointers would be deeply appreciated. There are examples of doing that sort of thing in Claw. Perhaps one of them would be useful? Claw was designed to support the access of multiple tasks to the GUI; as I understand it, GWindows was not (for reasons of interoperability with GnatCOM). (I'll stop short of saying that switching to Claw might be in order. :-) Randy.