RE: [Dynapi-Help] preloading images

2001-11-09 Thread martin ström
rto A. Peña [mailto:[EMAIL PROTECTED]] > Sent: den 9 november 2001 19:07 > To: 'martin ström'; [EMAIL PROTECTED] > Subject: RE: [Dynapi-Help] preloading images > > > I think this is private war :) BUT... > > As far as I understand: > > DynImage.getIma

RE: [Dynapi-Help] preloading images

2001-11-09 Thread Roberto A . Peña
I think this is private war :) BUT... As far as I understand: DynImage.getImage=function(src,w,h) { //Search if the src is already being used for (var i=0;ihttps://lists.sourceforge.net/lists/listinfo/dynapi-help

RE: [Dynapi-Help] preloading images

2001-11-09 Thread martin ström
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Doug Melvin > Sent: den 9 november 2001 17:29 > To: [EMAIL PROTECTED]; Joachim Lundgren > Subject: Re: [Dynapi-Help] preloading images > > > I would have to say that t

Re: [Dynapi-Help] preloading images

2001-11-09 Thread Doug Melvin
ot;Joachim Lundgren" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 10:59 AM Subject: Re: [Dynapi-Help] preloading images > At 2001-11-09 16:29, Doug Melvin wrote: > >Maybe some should tell him? > > > >Alright, I will. > >a Me

Re: [Dynapi-Help] preloading images

2001-11-09 Thread Joachim Lundgren
file if you look at it that way... /Lunna >- Original Message - >From: "Joachim Lundgren" <[EMAIL PROTECTED]> >To: "Doug Melvin" <[EMAIL PROTECTED]> >Sent: Friday, November 09, 2001 10:24 AM >Subject: Re: [Dynapi-Help] preloading images >

Re: [Dynapi-Help] preloading images

2001-11-09 Thread Doug Melvin
Sent: Friday, November 09, 2001 10:24 AM Subject: Re: [Dynapi-Help] preloading images > The DynImage.getImage function takes a path (but not an object) and optional width and height. > I'm talking about the DynImage.getImage *function*, not the getImage *method* of the DynImage cla

RE: [Dynapi-Help] preloading images

2001-11-09 Thread martin ström
It is moved to gui/dynimage.js and renamed to DynImage.getImage(). /martin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Cristian Grigoriu > Sent: den 9 november 2000 15:24 > To: dynapi-help > Subject: [Dynapi-He

Re: [Dynapi-Help] preloading images

2001-11-09 Thread Joachim Lundgren
[EMAIL PROTECTED]> >To: "dynapi-help" <[EMAIL PROTECTED]> >Sent: Thursday, November 09, 2000 9:24 AM >Subject: [Dynapi-Help] preloading images > > >> What is the recommended way to preload images? >> >> I have read the tutorial "Coding a loader&q

Re: [Dynapi-Help] preloading images

2001-11-09 Thread Doug Melvin
Well, how about that. it is gone.. now who done gone and kill hte getImage? - Original Message - From: "Cristian Grigoriu" <[EMAIL PROTECTED]> To: "dynapi-help" <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 9:24 AM Subject: [Dynapi-Help] p

[Dynapi-Help] preloading images

2001-11-09 Thread Cristian Grigoriu
What is the recommended way to preload images? I have read the tutorial "Coding a loader" and noticed DynAPI.getImage(). Then I looked into the source code but I could not find this function. Is this function replaced by another? TIA, Grig ___ Dyn

[Dynapi-Help] Preloading images (again)

2001-10-18 Thread Kasper Schnell
Hello everybody.   I'm trying to create a preloader, where I preload 35 DynImages. 20 of these images are in jpg-format, which seems to cause a problem. The first 15 images are in .gif-format and  the "loader-statusbar" grows smoothly until it starts loading the jpg-pictures. Why is that?  

RE: [Dynapi-Help] Preloading Images

2001-03-09 Thread Chris Lemon
de! Thanks for all the help guys Chris -Original Message- From: Doug Melvin [mailto:[EMAIL PROTECTED]] Sent: 09 March 2001 03:14 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] Preloading Images I wil lnever deny that. I was mearly using it as an example of where we do NOT nee

Re: [Dynapi-Help] Preloading Images

2001-03-08 Thread Doug Melvin
I wil lnever deny that. I was mearly using it as an example of where we do NOT need to use DynAPI. - Original Message - From: "Richard Bennett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 3:54 PM Subject: Re: [Dynapi-Help] Preloading Im

Re: [Dynapi-Help] Preloading Images

2001-03-08 Thread Richard Bennett
t: Thursday, March 08, 2001 9:55 PM Subject: Re: [Dynapi-Help] Preloading Images > Don't use DynAPI for something that can be done without.. > You are just making more of a headache for yourself, > and making the user wait longer for your site to load.. > > Just use dreamwea

Re: [Dynapi-Help] Preloading Images

2001-03-08 Thread Doug Melvin
o you app, This will load faster and require less rock-tossing on my part... - Original Message - From: "Chris Lemon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 7:28 AM Subject: [Dynapi-Help] Preloading Images > Does anyone have a

Re: [Dynapi-Help] Preloading Images

2001-03-08 Thread David Cushman
Hey Chris, Try using imagebutton.js in the DyanAPI gui folder to do your buttons. Now, just to duck the rocks, everyone remember that he has multiple buttons and wants to do preloading. This seems to me a natural for DynAPI along with his other DynAPI content. Here is a link to a demo page

[Dynapi-Help] Preloading Images

2001-03-08 Thread Chris Lemon
Does anyone have a good way to preload images for button rollovers etc. I am currently attempting to do this by creating an array of javascript Image Objects, setting the src on them then adding them to an array. After creating the whole array of Image objects continue to load my DynAPI page. I