|
I have problem.
I several draggable layers, and I want the layer
that is currently being dragged to be on top (highest z-index) and two of its
childLayers to be visible. Since I can have a situation where maybe 100 layers
are draggable, I want to give the layers that is not being dragged a lower
z-index.
How do I make a reference to these?
Is there a way to check whether a DynLayer is
"active" (a bit like onFocus)?
I'm now using the workaround where I check with:
de=DragEvent.dragevent
if (de){do something}
But it is not referring to the layers not being
dragged.
Please help me.
Yours Kas
|
- Re: [Dynapi-Help] Reference to all DynLayers Kasper Schnell
- Re: [Dynapi-Help] Reference to all DynLayers Michael Pemberton
- Re: [Dynapi-Help] Reference to all DynLayers Dougal Campbell
