[Dynapi-Help] DynImage and size of loaded image (plus others)

2002-07-22 Thread Joel Young
Hi Folks, Does anyone know how to portably get the dimensions of an image after it is loaded into a DynImage? I would rather not have to hardcode the dimensions into my image list. I believe this information can be had from the DOM but not portably. Has anyone else had issues where netscape 4

[Dynapi-Help] dynimage

2002-03-06 Thread Matt Fair
There is a problem with DynImage, when I use the setSize method, it resizes, but all of the children on that layer disapear. Anyone else having this problem? I am testing this on win98 internet explorer 6. -- Matt Fair Uprint.com Staff Gartner Studios, Inc. 124 South Second Street Stillwater, MN

[Dynapi-Help] DynImage Re-Downloads the Image

2001-12-27 Thread Matt Fair
Is there a way to have a DynImage resize its image without re-downloading the image? If I call the setClip([top,right,bottom,left]) method, it re-downloads the image then shows the new image. -- Matt Fair Uprint.com Staff Gartner Studios, Inc. 124 South Second Street Stillwater, MN 55082 Phone:

[Dynapi-Help] DynImage and Loading calls

2001-12-01 Thread + + sh0rtie + +
iam currently working with DynImage this object has various methods of loading status ie DynImage.onLoading() // fires every 25ms till onLoaderDone fires DynImage.onLoaderDone() // fires once when all images have loaded now the problem i have is i would like to fire a function ONLY when a image

Re: [Dynapi-Help] DynImage dimensions

2001-02-20 Thread Doug Melvin
, February 20, 2001 2:14 AM Subject: [Dynapi-Help] DynImage dimensions > Consider the example: > > myImg = DynImage.getImage('img/myimg.gif', 160, 50) > img = new DynImage(myImg) > > Is there a way to retrieve the width and height of > the image? I have read dynimag

Re: [Dynapi-Help] DynImage dimensions

2001-02-20 Thread Doug Melvin
you could probably also use myDynImage.getContentHeight() and myDynImage.getContentWidth() - Original Message - From: "Cristian Grigoriu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 20, 2001 2:14 AM Subject: [Dynapi-Help] DynImage dimen

[Dynapi-Help] DynImage dimensions

2001-02-20 Thread Cristian Grigoriu
Consider the example: myImg = DynImage.getImage('img/myimg.gif', 160, 50) img = new DynImage(myImg) Is there a way to retrieve the width and height of the image? I have read dynimage.js and I couldn't find a method/property. img.getWidth() or img.w or img.width don't work. I'm intrigued by the p

Re: [Dynapi-Help] DynImage in Netscape

2001-02-15 Thread Richard Bennett
age - From: "Angelo Tata" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 3:19 PM Subject: [Dynapi-Help] DynImage in Netscape > Hi all... > I understand, from the Faq and personal experience, that resizing layers in > NS doesn&#

[Dynapi-Help] DynImage in Netscape

2001-02-15 Thread Angelo Tata
Hi all... I understand, from the Faq and personal experience, that resizing layers in NS doesn't work as expected. I'd only like to hear from someone else that even the DynImage example (dynapi.gui.dynimage.html) can't be resized (actually, the DynImage disappears). That almost prevents me from

[Dynapi-Help] DynImage and color

2001-01-28 Thread GORTSILAS ANDREAS
Can I change the color (foreground or background) in a DynImage? Andreas Gortsilas ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

RE: [Dynapi-Help] DynImage-question

2001-01-05 Thread Pascal
ECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens martin ström > Verzonden: vrijdag 5 januari 2001 11:58 > Aan: [EMAIL PROTECTED] > Onderwerp: [Dynapi-Help] DynI

[Dynapi-Help] DynImage-question

2001-01-05 Thread martin ström
why is ns6 excluded from the DynImage.loadercheck() method? if (is.ns5) { if (DynImage.onLoaderDone) DynImage.onLoaderDone(); } else { i've tried ns6 using the "normal" loadercheck-code and it works fine without errors. shouldn't we remove the is.ns5-check? maybe this was added when ns