Re: [racket] Spreadsheet editor

2014-09-18 Thread Dmitry Pavlov
It should have said, that I don't know of way to fix it. I just fixed it and committed to github. Matthew, thank you for the answer which you gave in the original thread! Regards, Dmitry Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Spreadsheet editor

2014-09-17 Thread Jens Axel Søgaard
Hi, Gmail had a temporary problem. It should have said, that I don't know of way to fix it. /Jens Axel 2014-09-17 22:48 GMT+02:00 : > Jens, > >> Nice work! > > > Thanks! > >> The first issue is very apparent. I am > > > You most probably sent an unfinished message, did you notice that? > > >

Re: [racket] Spreadsheet editor

2014-09-17 Thread dpavlov
Jens, Nice work! Thanks! The first issue is very apparent. I am You most probably sent an unfinished message, did you notice that? Regards, Dmitry Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Spreadsheet editor

2014-09-17 Thread Jens Axel Søgaard
Nice work! > I see two issues currently: > > * During editing, text snip creates a white plate that > extends outside the supposed borders of the snip. > See [1] for details. > > * Racket GUI does not provide scroll bars that one can > use independently from canvas or panel. I currently >

[racket] Spreadsheet editor

2014-09-16 Thread dpavlov
Hello, I have made a reusable version of my spreadsheet editor. Its capabilities are limited to the needs of my app, so not much: - Fixed number of columns with arbitrary labels, which can be changed while running. The number of columns does not scale well: 1000 is OK, while 100 000 is not.