Re: [Dynapi-Dev] dynImage

2003-03-16 Thread Kevin
projects yet. Kevin. - Original Message - From: "Michael Bürge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 15, 2003 1:11 PM Subject: Re: [Dynapi-Dev] dynImage > > You're right, onclick on image in NS4 doesn't work, so go for the href.

Re: [Dynapi-Dev] dynImage

2003-03-15 Thread Michael Bürge
> You're right, onclick on image in NS4 doesn't work, so go for the href. try onmouseup. i think the reason NS4 doesn't fire an onclick is because DynAPI catches onmouseup and -down. give it a try! -- Michael Buerge --- This SF.net email is

Re: [Dynapi-Dev] dynImage

2003-03-14 Thread Benoit Marchant
everybody forgotten about that? - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 7:38 PM Subject: Re: [Dynapi-Dev] dynImage --- Doug Melvin <[EMAIL PROTECTED]> wrote: WoH!! the usage of the functions.

Re: [Dynapi-Dev] dynImage

2003-03-13 Thread Doug Melvin
: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 7:38 PM Subject: Re: [Dynapi-Dev] dynImage > > --- Doug Melvin <[EMAIL PROTECTED]> wrote: > > WoH!! the usage of the functions.getImage() is NOT > > the same as

Re: [Dynapi-Dev] dynImage

2003-03-10 Thread Raymond Irving
--- Doug Melvin <[EMAIL PROTECTED]> wrote: > WoH!! the usage of the functions.getImage() is NOT > the same as the use of the dynImage. > For instance. My scrollabr used a dynimage as the > scroll knob. > Looking at the example html it appears that the > getimage is real nice.. > But I want an 'ima

[Dynapi-Dev] dynImage

2003-03-10 Thread Doug Melvin
WoH!! the usage of the functions.getImage() is NOT the same as the use of the dynImage. For instance. My scrollabr used a dynimage as the scroll knob. Looking at the example html it appears that the getimage is real nice.. But I want an 'image' (layer with image in it) that I can drag around

Re: [Dynapi-Dev] DynImage

2002-01-04 Thread Robert Rainwater
I forgot to say you need to change the last line to: DynAPI.addLoadFunction("DynImage.loaderStart()") for it to work with the current version. Robert > I've attached an updated DynImage. This one is much simpler than the > old version, but for me its been much more useful. > > You can still

[Dynapi-Dev] DynImage

2002-01-04 Thread Robert Rainwater
I've attached an updated DynImage. This one is much simpler than the old version, but for me its been much more useful. You can still do DynImage.getImage(). However, the DynImage constructor is different. You say: myImage = new DynImage(DynImage.getImage("myimage.gif"),"myid"); The id is

FW: [Dynapi-Dev] dynimage patch

2001-11-14 Thread Laszlo Teglas
-Original Message- From: Laszlo Teglas [mailto:[EMAIL PROTECTED]] Sent: November 14, 2001 10:03 AM To: Richard Bennett Subject: RE: [Dynapi-Dev] dynimage patch I'm not sure what the patch does, but to answer your second question: DynImage.loadimages[i].img.width=(DynImage.loadi

[Dynapi-Dev] dynimage patch

2001-11-14 Thread Richard Bennett
Does anyone know what this patch is supposed to do, and if it should be included? https://sourceforge.net/tracker/?func=detail&aid=413030&group_id=5757&atid=3 05757 //next 3 lines are hook for IE, which stores pictures and picture sizes //in different places and sets incorrect picture size if

Re: [Dynapi-Dev] dynimage

2001-10-19 Thread Doug Melvin
From: "Dan Steinman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 10:00 PM Subject: Re: [Dynapi-Dev] dynimage > An Image widget does make sense, but there are some problems with DynImage. There are some bugs with it, and some the preloadin

Re: [Dynapi-Dev] dynimage

2001-10-18 Thread Dan Steinman
An Image widget does make sense, but there are some problems with DynImage. There are some bugs with it, and some the preloading code isn't really needed (keeping a list of image src's etc). DynImage is a better option that writing the string in a DynLayer because you have extra Image specif

Re: [Dynapi-Dev] dynimage

2001-10-17 Thread Richard Bennett
om: "Jordi Ministral" <[EMAIL PROTECTED]> To: "DynAPI-Dev" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 5:51 PM Subject: [Dynapi-Dev] dynimage > Someone please convince me it is worth using. Honestly I think that's > forcing things too much:

Re: [Dynapi-Dev] dynimage

2001-10-17 Thread Richard Bennett
r whatever) and then takes over its properties as if they were it's own, like Dynlayer. Cheers, Richard. - Original Message - From: "martin ström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 6:17 PM Subject: RE: [Dynapi-Dev] dyni

[Dynapi-Dev] dynimage

2001-10-17 Thread Jordi Ministral
Someone please convince me it is worth using. Honestly I think that's forcing things too much: an object that encapsulates the already existing Image object... ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists

Re: [Dynapi-Dev] DynImage patch

2001-03-29 Thread Richard Bennett
L PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 5:51 PM Subject: [Dynapi-Dev] DynImage patch > for NS 6 just rewrite line > DynImage.loadimages[i].img.width=(DynImage.loadimages[i].img.height=null); > as > if (is.ie) DynImage.loadima

[Dynapi-Dev] DynImage patch

2001-03-29 Thread Yurij Silvestrov
for NS 6 just rewrite line DynImage.loadimages[i].img.width=(DynImage.loadimages[i].img.height=null); as if (is.ie) DynImage.loadimages[i].img.width=(DynImage.loadimages[i].img.height=null); Yurij Silvestrov

[Dynapi-Dev] DynImage patch

2001-03-29 Thread Yurij Silvestrov
This patches some undesirable aspects: 1. IE stores image dimensions and images in different places. That's why JS obtain invalid dimension values - patched. 2. Images doesn`t resize when DynImage with autoResize=false resizes - patched. 3. DynImage() throws error (this.img.dynimages is not an ob

[Dynapi-Dev] dynimage bug

2001-01-16 Thread Cameron Hart
I've just been having a quick play around with dynimage, and noticed that in ie5.5 the image size is being set incorrectly. all the images seem to be getting set to the same size no matter what their true size is. netscape seems to work fine. There is another problem with DynImage that I noticed.