Hi Coders,
I have one group component in which the children are added dynamically.
There
is also some components on which it is overlapping
. But when i apply the scroller with height 90%. No area below this component
is
clickable even though its height is not 90%. Even i tried with
mouseEnabledWhereTransparent =true. But nothing seems working.
public function showElement(comp :*):void{
container.addElement(comp);
}
<s:Group id="parentGrp" includeInLayout="true"
top="10" right="10" bottom="10"
mouseEnabledWhereTransparent="true"
>
<s:Scroller right="0" top="40" height="90%">
<s:Group id="container" right="5" bottom="2" width="100%"
mouseEnabled="true" mouseEnabledWhereTransparent="true" includeInLayout="true">
<s:layout>
<s:VerticalLayout />
</s:layout>
</s:Group>
</s:Scroller>
</s:Group>
Any help is highly appreciated..
Thanks,
with Regards,
Jitendra Jain
Software Engineer
91-9979960798