[racket] question/problem on racket/gui and 10000 pixel constraint
In answer to my question, the easy way is to patch
racket-5.3.4/collects/mred/private/check.rkt and
racket-5.3.4/collects/mred/private/mrcontainer.rkt
Anybody in need of this, patch is attached.
Nik
> My application again :-)
>
>I need to display some hundred plots in a vertical-panel%. Each graph is ~
>150
>pixel in height (and should not be smaller than 100 pixel). Now there is a
>size constraint of 10000 pixel per area-container<%>, so that I cannot
>display 100 graphs at a time.
>
>Is there an easy way to overcome this limit at least for a scrollable
>vertical-panel% or do I have to build my own container?
>
>Nik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: increase-container-size-from-10000-to-1000000.patch
Type: text/x-diff
Size: 5022 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20130612/bac7937e/attachment.bin>