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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d38d76f108979fc7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-31 04:18:39 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: <3b5e88ee.10782754@news.bt.es> <3B659207.CE169E3@softhome.net> Subject: Re: Problem with gtkada and tasks X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: <6uw97.2367$e%4.62136@news3.oke.nextra.no> NNTP-Posting-Host: 130.67.137.216 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Tue, 31 Jul 2001 13:18:26 MEST Organization: Nextra Public Access X-Trace: news3.oke.nextra.no 996578306 130.67.137.216 Date: Tue, 31 Jul 2001 13:17:07 +0200 Xref: archiver1.google.com comp.lang.ada:10859 Date: 2001-07-31T13:17:07+02:00 List-Id: Hi! Could it be that you are missing a call to the Draw-method to the drawing area after you have changed the GUI? Try to look at the scribble-example in the GtkAda installation (called scribble.adb) where a pixmap is copied to the drawing area when you click the mouse button. Frank