Re: How to determine the component is not visible

2013-10-17 Thread Alex Harui
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)

Re: Custom runner class org.flexunit.runners.Suite cannot be instantiated

2013-10-17 Thread szheigh
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

Re: SDK 4.10.0 spark datagrid horizontal scrollbar behavior changes based on app's state history

2013-10-17 Thread modjklist
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

How to determine the component is not visible

2013-10-17 Thread moushuai00
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

Re: AW: Sorting out Memory issues

2013-10-17 Thread Alex Harui
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

Re: [FLEX-28934] Modal windows aren't modal on Mobile devices

2013-10-17 Thread Alexander
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

RE: [FLEX-28934] Modal windows aren't modal on Mobile devices

2013-10-17 Thread Maurice Amsellem
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

Developing default "Templates"/"best practices" for generating an ActionScript model?

2013-10-17 Thread christofer.d...@c-ware.de
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

AW: Sorting out Memory issues

2013-10-17 Thread christofer.d...@c-ware.de
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