Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread Alex Harui
Engineer 91-9979960798 From: jitendra jain jitendra_jain_2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 10:54:06 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues Yes that is happening but i want the below

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues [1 Attachment]

2011-09-20 Thread jitendra jain
@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 1:40:07 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues I added a click handler to the container group, and height=”90%” to the scroller. I can click in the TextAreas and space between and it shows

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread Alex Harui
, Jitendra Jain Software Engineer 91-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 12:19:23 PM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues I don’t

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread jitendra jain
Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues If I understand correctly, you have to set mouseEnabledWhereTransparent=false on both the container Group and the ScrollerSkin. On 9/20/11 3:53 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: [Attachment(s

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread jitendra jain
: 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

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread Alex Harui
-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Mon, 19 September, 2011 10:32:54 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues You will probably get better answers if you can

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread jitendra jain
@yahoogroups.com Sent: Tue, 20 September, 2011 1:40:07 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues I added a click handler to the container group, and height=”90%” to the scroller. I can click in the TextAreas and space between and it shows the Alert

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread jitendra jain
...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 1:40:07 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues I added a click handler to the container group, and height=”90%” to the scroller. I can click in the TextAreas

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-18 Thread Alex Harui
@yahoogroups.com 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 jitendra_jain_2...@yahoo.com wrote: Hi Group, Can anyone

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-17 Thread jitendra jain
: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 jitendra_jain_2...@yahoo.com wrote: Hi Group, Can anyone throw light on this.. Any clues

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-17 Thread jitendra jain
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

Fw: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread jitendra jain
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

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread Alex Harui
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

[flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-12 Thread jitendra jain
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