You have to walk up the parent chain and check each parent.
On 10/17/13 8:36 AM, "moushuai00" wrote:
>Hi All:
>
>How to determine the component is not visible, When I set the container
>invisible, but the property of the child is visible.
>
>
>
>
>
>
>
>
>
>
>
>click="button2_clickHandler(event)
I figured out a fix, and this is rather strange.
The problem was that I had "public class AllTestsSuite extends TestSuite"
where it shouldn't have been inheriting from TestSuite. I removed "extends
TestSuite" and now it works fine.
I'm not sure why I had it there in the first place, it's probably s
Thanks Justin, I didn't see anything in JIRA for this, so I entered it as case
FLEX-33830.
https://issues.apache.org/jira/browse/FLEX-33830
- Original Message -
From: "Justin Mclean"
To: users@flex.apache.org
Sent: Wednesday, October 16, 2013 5:41:23 PM
Subject: Re: SDK 4.10.0 s
Hi All:
How to determine the component is not visible, When I set the container
invisible, but the property of the child is visible.
moushuai00
On 10/17/13 2:11 AM, "christofer.d...@c-ware.de"
wrote:
>Hi Marcus,
>
>yesterday I did a Little more investigating. I could find out that there
>was an insane amount of Events generated the UUIDs of These seem to have
>consumed about 60MB. The reason for this seems to be that I was using the
>D
Thanks for your reply.
Yes I did try a darker less transparent modal box, but the box correctly
covers the whole screen.
But anyway someone who had the issue last year just posted a workaround
in the bug report, which works for me (Using a stage level mouse
listener to prevent default and prop
I have tested on a mobile app, trying to click outside of the modal dialog box
(actually a modal Callout, but it the same)
And I didn't notice anything wrong (ie couldn't click outside)
I am compiling with SDK 4.10 and AIR 3.8.
There must be something wrong in your app.
Can you try to change
Hi,
in another thread I was having Trouble with my generated model. Now I had the
idea that it might be a good idea to develop a common set of templates/best
practices for generating ActionScript model from a Java model.
In Flexmojos we use GraniteDS' Generator to generate code automatically. T
Hi Marcus,
yesterday I did a Little more investigating. I could find out that there was an
insane amount of Events generated the UUIDs of These seem to have consumed
about 60MB. The reason for this seems to be that I was using the Default
GraniteDS Templates (With minor modifications to make th