RE: [Dynapi-Dev] A simple question

2001-02-09 Thread Pascal Bestebroer
d focus on the createElement() method) Pascal Bestebroer [EMAIL PROTECTED] http://www.dynamic-core.net > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Alex Chong > Verzonden: vrijdag 9 februari 2001 2:44 > Aan: [EMAIL PROTECTED] > O

Re: [Dynapi-Dev] A simple question

2001-02-08 Thread Alex Chong
Hi, I have glanced through the Dynapi code and realized that deleted layers are seldom recycled. I guess this is because when creating a new Layer in Netscape 4x, an initial width has to be specified to ensure proper wrapping of text. Thus, a deleted layer can only be recycled if the new layer

Re: [Dynapi-Dev] A simple question

2001-02-08 Thread Jordi \"ilMaestro\" Ministral
The only way to delete a layer in NS is rewrite the HTML of its parents. Something that can't be done in many cases. We could add this to deleteAllChildren(). francesco AGATI wrote: > Hi, > > when i call deleteElement in Netscape 4 the layer is really deleted or is > only hide? > > I have see t

Re: [Dynapi-Dev] A simple question

2001-02-08 Thread Michael Pemberton
no. the layer is only hidden. It is also placed in an array that is used when another DynLayer is created. This way, new layers are only created when needed. francesco AGATI wrote: > Hi, > > when i call deleteElement in Netscape 4 the layer is really deleted or is > only hide? > > I have see

[Dynapi-Dev] A simple question

2001-02-08 Thread francesco AGATI
Hi, when i call deleteElement in Netscape 4 the layer is really deleted or is only hide? I have see that the layer is only set to hide. Can the Dom of netscape 4 really cancel an elemement from the memory? ___ Dynapi-Dev mailing list [EMAIL PROTECTE