Re: [racket-users] Scrolling problem in DrRacket with high pictures in slideshow

2017-08-11 Thread Robby Findler
Ah, I didn't realize they weren't even there. :) Probably the right thing is to override the default behavior in a pict-snip-specific way. Robby On Fri, Aug 11, 2017 at 10:53 AM, Laurent wrote: > Thanks Robby. > > I suppose this is the class in question: > https://github.com/racket/pict-snip/b

Re: [racket-users] Scrolling problem in DrRacket with high pictures in slideshow

2017-08-11 Thread Laurent
Thanks Robby. I suppose this is the class in question: https://github.com/racket/pict-snip/blob/master/pict-snip-lib/pict/snip.rkt though there is not mention to "scroll". Could the problem lie in the more general snip% then? On Fri, Aug 11, 2017 at 2:05 PM, Robby Findler wrote: > My guess wou

Re: [racket-users] Scrolling problem in DrRacket with high pictures in slideshow

2017-08-11 Thread Robby Findler
My guess would be that the problem lies with the pict-snip% class and how it implements the methods with the word "scroll" in their name. Robby On Fri, Aug 11, 2017 at 7:58 AM, Laurent wrote: > Hi all, > > After running the following program in DrRacket on Ubuntu I can't use the > scrollbar to

[racket-users] Scrolling problem in DrRacket with high pictures in slideshow

2017-08-11 Thread Laurent
Hi all, After running the following program in DrRacket on Ubuntu I can't use the scrollbar to see the text at the bottom (increase 1000 so that the text does not appear on the first page of the interactions). #lang racket (require slideshow) (vl-append (rectangle 10 1000) (t "Can you