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

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

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
I'm so glad to hear this. I have never used a DynImage, except to try it out in a few examples, and it's the cause of several bugs at the moment. Not that we should delete it, as that would break backwards-compatibility, but mark it as depreciated. It is causing a bug in NS4, when re-sizing the

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

Re: [Dynapi-Dev] DynImage patch

2001-03-29 Thread Richard Bennett
Great to see you contributing to the DynAPI! Bugfixes and additions are only actually added to the code by a few people, and the chance they will see your post here is slim, best to read the submission guide here: http://dynapi.sourceforge.net/dynapi/content.php?menu=14&page_id=13 And then submit