Hi,
I am having a parent Layout A, in which there are two layouts: layout B and Layout C.
In Layout B , a selctItem is added and in layout C textItem are added on basis of value of selectItem.
So i am adding textitems in Layout C using addChild.
On change Value of selectItem , i am removing previous childs(removeChild) and adding new childs.
But due to removechild, masking behind the window is getting removed.I need to retain that masking.
Can you help me in this.
I am having a parent Layout A, in which there are two layouts: layout B and Layout C.
In Layout B , a selctItem is added and in layout C textItem are added on basis of value of selectItem.
So i am adding textitems in Layout C using addChild.
On change Value of selectItem , i am removing previous childs(removeChild) and adding new childs.
But due to removechild, masking behind the window is getting removed.I need to retain that masking.
Can you help me in this.
Comment