I think that this is not memory issue.
There is a problem with setHTML method in IE5.5
If you have images in your html and you trying to use setHTML to write to a
layer teh browser is constantly running and the images are not displayed.

I resolve this by creating iframe where i load a empty page after setHTML
method.
I found that if you triger event in the  browser the html (images) in the
layer will show.
You nan also press CTRL + N to open new  browser and the images will show.

Does anyone have better solution for using setHTML (with images) in IE5.5

Thank
Aca

PS Sorry for misspeling
=============================================
----- Original Message -----
From: "Jordi Ministral" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 1:57 PM
Subject: Re: [Dynapi-Help] How to set/create a DynLayer scrollable with
'OVERFLOW: AUTO'?


> Maybe setHTML is not freeing the memory used by HTML elements that might
already exist in that layer.
> ..
> ...
> .
>
> not again, please.
>
> Ricardo Rafael wrote:
>
> > Hi,
> >
> >    I've been using DynAPI to implement a web based application.
> >
> >    I've been using the ScrollPane GUI control but now I need to set an
existing layer and (in another place) to create a new DynLayer and
dynamically change the following attribute:
> >       OVERFLOW to 'auto' or 'clip' (it depends!).
> >
> >    Although it has been said that all memory issues were resolved,
DynAPI continues to "force" Explorer to allocate more and more memory as the
page requests "go by". I've already noticed that the amount of time required
to finish loading each page grows as the number of images inside layers
> > grows.
> >
> >    Any suggestions / help??!
> >
> > Ricardo Rafael.
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to