[REBOL] Re: Extending button images. - problem!
From: gjones05:mail:orion at: 29-May-2001 12:23
From: "Anton"
> I've got a problem on Win2k.
> When I do this in the console:
>
> img: load-thru/binary http://www.rebol.com/how-to/graphics/button.gif
> view layout [image img "orig" image img "orig" effect [extend]]
> view layout [image img "orig" image img "orig" effect [extend]]
>
> The first layout is ok, but the second has garbage in the images.
>
> Also, rebol crashed and was shut down by windows sooner or later.
Same problem on Win98. The "effect [extend]" is not happy unless it
receives a size and the size apparently must be larger than some
default. I guess extend needs its temperature taken with the
thermometer version.
--Scott Jones