Re: [racket-users] Re: Gui editable grid/table

2019-07-22 Thread James Platt
There is also qresults-list, which is from Alex Harsanyi's ActivityLog2 application. You can see how it is used in that application. https://pkgs.racket-lang.org/package/qresults-list https://github.com/alex-hhh/ActivityLog2 On Jul 22, 2019, at 7:22 AM, Roman Klochkov wrote: > https://pkgs.rac

Re: [racket-users] Re: Gui editable grid/table

2019-07-20 Thread Neil Van Dyke
FWIW, I *might* very soon be making such an editable table/spreadsheet widget that scales to large data and supports various types, and in a cross-platform way.  (Without hitting various limits of some platform native widgets as used by Racket's GUI layer.  I recently looked at a few related pa

Re: [racket-users] Re: Gui editable grid/table

2019-07-20 Thread Stephen De Gabrielle
There is also the spreadsheet-editor package, but I haven’t used it yet https://pkgs.racket-lang.org/package/spreadsheet-editor Let us know how you get on Kind regards Stephen On Sat, 20 Jul 2019 at 05:13, Travis Hinkelman wrote: > Hi Raoul, > > Matthias Felleisen is working on a Racket impl