From: Robert R. <rra...@ya...> - 2000-12-08 07:20:30
|
> - Robert I had a problem with your change to DynImage, it wouldn't > work because the width and height was defaulting to the image's size > - this should not be manditory because there's many cases where you > do not want to use the true w/h, and also it's not possible to find > that info before onload. So I removed that part from the dynimage in > cvs I added an autoResize(boolean) method to DynImage so that will resize the layer to the image size when set to true. The Button widget sets autoResize to true so that the layer size will be set correctly. -- // Robert Rainwater |