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.
> 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
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.
: "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
--- 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
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
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
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
-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
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
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
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
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:
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
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
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
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
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
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.
19 matches
Mail list logo