From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:2f04:0:b0:663:397d:7051 with SMTP id v4-20020a372f04000000b00663397d7051mr2822713qkh.333.1649175985567; Tue, 05 Apr 2022 09:26:25 -0700 (PDT) X-Received: by 2002:a25:9d8f:0:b0:633:8e97:a414 with SMTP id v15-20020a259d8f000000b006338e97a414mr3436092ybp.356.1649175985377; Tue, 05 Apr 2022 09:26:25 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 5 Apr 2022 09:26:25 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=94.31.102.23; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 94.31.102.23 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <410d2d23-c6bd-4e09-b236-6905074fc684n@googlegroups.com> Subject: Ada_GUI From: AdaMagica Injection-Date: Tue, 05 Apr 2022 16:26:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63701 List-Id: I'm playing around with Ada_GUI. The idea is excellent doing without callbacks. But it seems more like a prove of concept. While the features as far as available are quite easy to use and fulfil all basic needs of a gui, it's extremely cumbersome to get a halfway nice layout. A few questions: The icon in Set_Up is not displayed. Why? Is it possible to define Text_Boxes read only?