Hi,
Currently, the parent of a DynLayer is accessed using
myDynLayer.parent. I suggest in future Dynapi release, instead of
accessing the parent directly, we use a getter function: i.e.
myDynLayer.getParent().
This brings alot of convenience to the widget development. Sometimes, a
widget may want other to 'believe' that its parent is some other layer
instead of its real parent.
Alex Chong
|