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
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
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:
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
, 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
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
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
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
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
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
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
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
12 matches
Mail list logo