Re: [racket-users] Error message from GUI

2016-07-29 Thread Vincent St-Amour
Should this change be added to gui-lib? Vincent On Fri, 29 Jul 2016 10:08:46 -0500, Dmitry Pavlov wrote: > > Matthew, > > Yes that works, thank! > > Also I figured why the message did not show up on my "first" WinXP > installation: the spreadsheet-editor package has not been updated there. >

Re: [racket-users] Error message from GUI

2016-07-29 Thread Dmitry Pavlov
Matthew, Yes that works, thank! Also I figured why the message did not show up on my "first" WinXP installation: the spreadsheet-editor package has not been updated there. Newer version of spreadsheet-editor sets (style '(hide-vscroll)) and (style '(hide-hscroll)) to panels with row and column

Re: [racket-users] Error message from GUI

2016-07-29 Thread Matthew Flatt
It may be that a guard against a 0-sized drawing dimension is needed. The right place for the guard might be in the `get-cr` method of gui-lib/mred/private/wx/common/backing-dc.rkt after `get-backing-size` is called. A zero dimension could be just increased to 1 before passing it to `get-backing

Re: [racket-users] Error message from GUI

2016-07-29 Thread Dmitry Pavlov
Jens, Oddly, another installation of Racket 6.6 on 32-bit Windows XP not only reproduced the error, but also gave a stack trace: initialization for bitmap%: bad argument combination: 495 0 #f #t 1.25 context...: C:\Program Files\Racket\share\pkgs\draw-lib\racket\draw\private\syntax.rkt:2

[racket-users] 6.6

2016-07-29 Thread Jos Koot
Thanks for releasing 6.6. Downloaded and installed it a few minutes ago. Did run three of my extensive test programs. 6.6 runs like a quantum or optical lattice clock. DrRacket of 6.6 seems to load and run much faster than 6.5. My 2 cents. Thanks, Jos. -- You received this message because you a