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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3b9d131e799185e3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!kanaga.switch.ch!switch.ch!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Albrecht =?ISO-8859-1?Q?K=E4fer?= Newsgroups: comp.lang.ada Subject: Re: gnat gps Date: Wed, 15 Jul 2009 19:13:53 +0200 Organization: 1&1 Internet AG Message-ID: References: <852bc2eb-7b83-4e53-acd9-fe7257ef85b5@c1g2000yqi.googlegroups.com> NNTP-Posting-Host: p54bc86e3.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: online.de 1247678442 2537 84.188.134.227 (15 Jul 2009 17:20:42 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Wed, 15 Jul 2009 17:20:42 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 Mnenhy/0.7.5.0 Hamster-Pg/1.25.2.0 In-Reply-To: <852bc2eb-7b83-4e53-acd9-fe7257ef85b5@c1g2000yqi.googlegroups.com> Xref: g2news2.google.com comp.lang.ada:7075 Date: 2009-07-15T19:13:53+02:00 List-Id: Hibou57 (Yannick Duch�ne) schrieb: >> That is indeed a general problem of MS-Windows (and other OSes?) > Perhaps the underlying GUI library comes into trouble here as well > IMHO, a GUI framework should not allow this kind of things to > happened, which I only meet with applications builded with some > libraries Well, if the controls in the window have a combined height of more than, say, 500 pixels, you cannot have a window less than 500 pixels high while still showing every control. This is more of a design issue (not taking into consideration small screens. And in this case, it means a vertical resolution of less than 768 pixels). Albrecht