You will probably get better answers if you can post a 20-line test case we can copy paste and run, with explicit and unambiguous explanation as to what the problem is
On 9/16/11 11:24 PM, "jitendra jain" <[email protected]> wrote: Looks like it reserves 90% of height for the scoller.. How can I overcome with this problem? Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 ________________________________ From: jitendra jain <[email protected]> To: [email protected] Sent: Sat, 17 September, 2011 11:52:05 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues Alex thanks a lot.. But even it is not working. I made mouseEnabledWhereTransparent=false, it is not working.. The below components are clickable only when i remove the absolute height from the scroller that is 90%,.But scroller doesn't appear. I created a skin class also and that is also not helpful by setting the mouseEnabledWhereTransparent property.. Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 ________________________________ From: Alex Harui <[email protected]> To: "[email protected]" <[email protected]> Sent: Fri, 16 September, 2011 9:02:25 PM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues If mouseEnabledWhereTransparent=true, you can’t click on things below On 9/16/11 6:17 AM, "jitendra jain" <[email protected]> wrote: Hi Group, Can anyone throw light on this.. Any clues? Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 ----- Forwarded Message ---- From: jitendra jain <[email protected]> To: flex group flex <[email protected]> Sent: Mon, 12 September, 2011 8:23:33 PM Subject: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues 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 -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

