From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.JUN8/iIzeA71QWaIWFKODA.user.gioia.aioe.org!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Which GUI framework ? Date: Fri, 30 Oct 2020 09:52:11 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <5f9b0e8a$0$6476$426a34cc@news.free.fr> NNTP-Posting-Host: JUN8/iIzeA71QWaIWFKODA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-GB Xref: reader02.eternal-september.org comp.lang.ada:60514 List-Id: On 29/10/2020 18:48, DrPi wrote: > Hi, > > I'd like to create a PC (Windows) GUI program. This program needs to be > able to create many windows and tabs in one of them. A working thread > receive data from a serial line and send messages to the GUI to print > received content. > > I know the most common way is to use GtkAda. The problem is I'm a Ada > beginner and I never used Gkt. So, the effort is double. Gtk isn't all that pleasant either. > I have a quite good knowledge of wxWidgets since I use wxPython for > years. I thought I could use wxAda but is seems the project is dead. Yup, I agree that wxWidgets is much simpler as it was based on MFC, only portable. At this time wxAda is dead on my hdd right now and not going to be resurrected until I get some money coming in. > > Any other binding to wxWidgets that I'm not aware of ? No, both efforts were abandoned as it was too much work. I have a start to a generator, but like I said, it's not happening right now. Luke.