X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.107.8.90 with SMTP id 87mr5381459ioi.107.1505589611161; Sat, 16 Sep 2017 12:20:11 -0700 (PDT) X-Received: by 10.31.211.195 with SMTP id k186mr18422vkg.9.1505589611078; Sat, 16 Sep 2017 12:20:11 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 16 Sep 2017 12:20:10 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.161.152.67; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 2.161.152.67 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9570fad8-0983-4c04-a429-22d412350ad2@googlegroups.com> Subject: Re: MGRX 1.1.0 From: "Georg Potthast (dosusb AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Sat, 16 Sep 2017 19:20:11 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1515 Lines: 9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Mariano, if you want a GUI like FLTK based on MGRX you could look into Nano-X and FLTK. https://github.com/ghaerr/microwindows Nano-X contained screen, mouse and keyboard drivers based on GRX. I once got Nano-X and FLTK working on GRX with DJGPP. Based on Nano-X you can use FLTK. Everything will not work out of the box but you can get it to work if you look into it. Georg