I think you want another layer over Layer1 containing the text to be
refreshed, so that Layer1 doesn't change.
So you use 3 layers that's not so bad. The parent layer (large Layer1) is a
container for whatever goes inside.

Todd.

----- Original Message -----
From: "James Musick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 04, 2002 5:20 PM
Subject: [Dynapi-Help] Another Layers Question


>
>   I have a large layer (Layer1) and a smaller layer that is a child of
> Layer1 (Layer2).
>
>   I want to 'refresh' the text in layer1, but leave things how they are in
> layer2.
>
>   Unfortunately it seems like Layer1.setHTML('some html'); removes (?) the
> content in the other layers.
>   To maintain the child layers as they are do I need to recursively go
> through all the children after redrawing the layer1 and do a setHTML() on
> each of those to get the content back?
>   Doesn't seem to make sense...maybe I'm missing something easy.
>
>   Thanks,
>   James
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to