|
From: Dan S. <dy...@fu...> - 2000-12-09 23:50:42
|
I am working on a simple auto resize for DynImage. It was overly complex the way it was. It's almost done as I type this email. Dan On Sat, Dec 09, 2000 at 05:41:46PM -0500, Robert Rainwater wrote: > > I'm having major problems trying to get the Button widget to work with > DynImage. I tried adding a setSize call when the images are loaded to > fix the problem. But now in Netscape the images in the buttons > disappear onload. Also, it causes NS to crash after you reload > sometimes. Any help would be appreciated. > > There was one problem that I think I fixed, is when you say new > Image(w||0,h||0). If you initialize the image to width or height to 0 > in IE, then the when its finished loading it will stay 0, so I used an > if statement to fix that so that you don't have to specify the size. > > -- > // Robert Rainwater > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |