[squeak-dev] Problem taking screen shot (Squeak 4.1 Ubuntu 10.04)

Chris Muller asqueaker at gmail.com
Mon Aug 2 22:36:54 UTC 2010


The PostscriptCanvas is a seprate hierarchy than FormCanvas, so you
might try moving
frameAndFillRoundRect:radius:fillStyle:borderWidth:borderColor: up to
Canvas; I haven't tried it or researched it, but I had a similar
problem with balloonFillOval:... back in 3.9 and that was my
solution..

On Mon, Aug 2, 2010 at 12:41 PM, Ralph Boland <rpboland at gmail.com> wrote:
> I attempted to take a screen shot of my Squeak 4.1 image (I am running
> Ubuntu 10.04) using "print PS to file ..."  but it crashed with error:
>
>        shotDSCPostscriptCanvas(Object)>>doesNotUnderstand:
>      #frameAndFillRoundRect:radius:fillStyle:borderWidth:borderColor:
>
> in PluggableButtonMorphPlus>>drawOn:
>
> where shotDCSPostscriptCanvas is a DSCPostscriptCanvas.
>
>
> Is this a known problem?/ should I generate a bug report?
> Is there another way to generate a screenshot such as a gif file?
>
>
> Regards,
>
> Ralph Boland
>
> P.S.  I ran into a similar problem with Squeak 10.2.
>
>



More information about the Squeak-dev mailing list