Re[2]: [Dynapi-Dev] getImage

2000-12-07 Thread Robert Rainwater
nd if there are no objections, I can make the changes. -- // Robert Rainwater On 12/7/2000, 3:01:22 PM EST, Dan wrote about "[Dynapi-Dev] getImage": > DynImage.getImage() isn't the same code as DynAPI.getImage() > I wasn't really sure what to do with the getImage. T

Re: [Dynapi-Dev] getImage

2000-12-07 Thread Scott Andrew LePera
Okay, that's my fault because I totally forgot that DynAPI.getImage was moved to the images.js extension ::smacks forehead:: Dan Steinman wrote: > > DynImage.getImage() isn't the same code as DynAPI.getImage() > > I wasn't really sure what to do with the getImage. There's not much point in ha

Re: [Dynapi-Dev] getImage

2000-12-07 Thread Raymond Smith
y a simple browser launch. Unfortunately, NS6 is such a 'rendering' nightmare it will only HELP MS capture more marketshare. DS - Original Message - From: "Nuno Ferreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 07, 2000 8:33 AM

RE: [Dynapi-Dev] getImage

2000-12-07 Thread Nuno Ferreira
quinta-feira, 7 de Dezembro de 2000 2:33 To: dynapi Subject: [Dynapi-Dev] getImage May I humbly suggest restoring the optional width and height arguments to the DynImage.getImage method. It's a real pain when I have to wait for the image to be fully loaded before I can access the height an

Re: [Dynapi-Dev] getImage

2000-12-07 Thread Dan Steinman
DynImage.getImage() isn't the same code as DynAPI.getImage() I wasn't really sure what to do with the getImage. There's not much point in having both an /ext/images.js files and a /gui/dynimage.js. I think maybe the /ext/images.js code should be moved into dynimage. The DynImage widget is ve

[Dynapi-Dev] getImage

2000-12-06 Thread Scott Andrew LePera
May I humbly suggest restoring the optional width and height arguments to the DynImage.getImage method. It's a real pain when I have to wait for the image to be fully loaded before I can access the height and width. I'd rather pass these values in advance when I can. -- scott andrew lepera ---