If mouseEnabledWhereTransparent=true, you can’t click on things below

On 9/16/11 6:17 AM, "jitendra jain" <jitendra_jain_2...@yahoo.com> 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 <jitendra_jain_2...@yahoo.com>
To: flex group flex <flexcoders@yahoogroups.com>
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

Reply via email to