From: Scott A. L. <sc...@sc...> - 2000-12-07 02:32:54
|
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 ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Dan S. <dy...@fu...> - 2000-12-07 14:34:26
|
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 very small and much more handy than I would have expected. A future addition to DynImage would allow it automatically resize itself based on the image's true w/h - this is not possible until someone code's in that ability. Dan On Wed, Dec 06, 2000 at 06:33:22PM -0800, Scott Andrew LePera wrote: > 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 > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Scott A. L. <sc...@sc...> - 2000-12-07 17:47:34
|
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 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 very small and much more handy than I would have expected. > > A future addition to DynImage would allow it automatically resize itself based on the image's true w/h - this is not possible until someone code's in that ability. > > Dan > -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Nuno F. <nun...@wi...> - 2000-12-07 16:33:13
|
Hi Scott, Went to your site, while I was pausing my work and surfing the web. On the day that I fully realize what IE6 will mean to the Web and getting a cold shiver up my back understanding MS's master plan for controlling the web through the Win32 platform, reading your articles was like seeing a glimmer at the end of the tunnel. The best praise that I can think of is: "you write what I feel". Congratulations are in order. Best, NunoF -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Scott Andrew LePera Sent: 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 and width. I'd rather pass these values in advance when I can. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |
From: Raymond S. <dst...@or...> - 2000-12-07 17:06:01
|
Agreed. And from what I have read about IE6 it's moving MS style to integrate streamed media functionality into the browser itself (some of this is in MSN Explorer already). This of course will deliver blows to Real Media, WinAmp, etc... as their functionality doesn't initialize by 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" <nun...@wi...> To: <dyn...@li...> Sent: Thursday, December 07, 2000 8:33 AM Subject: RE: [Dynapi-Dev] getImage > Hi Scott, > > Went to your site, while I was pausing my work and surfing the web. > On the day that I fully realize what IE6 will mean to the Web and > getting a cold shiver up my back understanding MS's master plan > for controlling the web through the Win32 platform, reading your > articles was like seeing a glimmer at the end of the tunnel. > > The best praise that I can think of is: > > "you write what I feel". > > Congratulations are in order. > > Best, > NunoF > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Scott Andrew > LePera > Sent: 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 and > width. I'd rather pass these values in advance when I can. > > -- > scott andrew lepera > ----------------------------------- > web stuff: www.scottandrew.com > music stuff: www.walkingbirds.com > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Robert R. <rra...@ya...> - 2000-12-07 19:40:05
|
If its OK, I can move the DynAPI images methods into DynImage. I've already done this with my local copy, and every thing is working fine. If we do this and remove images.js, then the scrollpane will also need to be changed so that is uses DynImage.getImage(). This can easily be done, and 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. 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 very small and much more handy than I would have expected. > A future addition to DynImage would allow it automatically resize itself based on the image's true w/h - this is not possible until someone code's in that ability. > Dan > On Wed, Dec 06, 2000 at 06:33:22PM -0800, Scott Andrew LePera wrote: >> 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 >> ----------------------------------- >> web stuff: www.scottandrew.com >> music stuff: www.walkingbirds.com >> _______________________________________________ >> Dynapi-Dev mailing list >> Dyn...@li... >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |