Hi,

I have the following patern:
<view name="a">
        <attribute name="b" />
</view>

and the code:
        b = new Array();

After that, elements added to the Array "b" do not seem to have the view "a"
as parent and "this.parent" in them shows "container".

How can I avoid that, to make sure these elements are "a" children so as to
setup a scrollbar on "a", making the "b"s scroll? Any idea?

Thanks very much,

Raphael

Reply via email to