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-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5e50:0:b0:2eb:871f:be31 with SMTP id i16-20020ac85e50000000b002eb871fbe31mr19310208qtx.382.1649505590347; Sat, 09 Apr 2022 04:59:50 -0700 (PDT) X-Received: by 2002:a05:690c:39d:b0:2eb:c3b4:55b1 with SMTP id bh29-20020a05690c039d00b002ebc3b455b1mr11235391ywb.279.1649505590224; Sat, 09 Apr 2022 04:59:50 -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: Sat, 9 Apr 2022 04:59:50 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.31.102.23; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 94.31.102.23 References: <410d2d23-c6bd-4e09-b236-6905074fc684n@googlegroups.com> <62751a49-706f-4f84-a2ed-8589a4a9c9d7n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada_GUI From: AdaMagica Injection-Date: Sat, 09 Apr 2022 11:59:50 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:63723 List-Id: Jeffrey R.Carter schrieb am Freitag, 8. April 2022 um 16:31:51 UTC+2: > On 2022-04-08 16:05, AdaMagica wrote:=20 > > My icon Ada.ico is not displayed. If favicon.ico is present in the curr= ent directory, it is displayed even if Ada.ico is given in Set_Up.=20 > > Very strange. > Have you cleared cache between displaying favicon.ico and trying with Ada= .ico?=20 > Have you tried renaming Ada.ico to favicon.ico?=20 I renamed it, leaving Ada.ico in Set_Up -- and lo and behold, it is display= ed. Seems the name given in Set_Up is ignored and favicon is used if it exists. > Does your boot.html contain the string "favicon.ico"? No, it's what is in the current download. I didn't touch any file. > I will update Github with the correction soon Fine, I'll wait for the new version. Further defects that I found: There is no dialog with just one OK button. A work-around is using an empty= string as a second button (it does not show prominently). LF does not work in the Ada_GUI.Dialogs.Selected_Button Text parameter. I w= ould need a long Text extending over several lines, for instance "Instructi= ons ...". Displaying "€" in a Text_Box (via Set_Text) does not work as expected = (the HTML string appears, not the =E2=82=AC sign). However directly typing =E2=82=AC in the Text_Box works. But don't worry. I'm just playing around - no real application.