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 <laurent.ors...@gmail.com> wrote:
> 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 <ro...@eecs.northwestern.edu>
> wrote:
>>
>> 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 <laurent.ors...@gmail.com> wrote:
>> > 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 see me?"))
>> >
>> > Anyone knows a simple way to solve this?
>> >
>> > Thanks!
>> > Laurent
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Racket Users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to racket-users+unsubscr...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to