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.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,23b61d4dfe367913,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: duke_luke@gmx.de (Duke Luke) Newsgroups: comp.lang.ada Subject: graphical output on win xp with gnavi-package Date: 7 Apr 2005 08:45:58 -0700 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 84.162.17.57 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1112888759 4009 127.0.0.1 (7 Apr 2005 15:45:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 7 Apr 2005 15:45:59 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:10315 Date: 2005-04-07T08:45:58-07:00 List-Id: Hello, now most things are working as they're supposed to. i programmed a nice tetris with the gnavi package and everything is great. i have only one problem left: when i create a window (canvas) and paint in it, it works as long as i dont change its focus. any time i change its focus, the whole window becomes blank and nothing can be drawn on it further. => this means, one cant even click on the window to activize it, because that would make it blank! why does this happen and what can i do about it? do i have to use another package? which? Greetings, Lukas