Re: Anyone migrated/ing from FlashBuilder to IntelliJ IDEA?

2014-07-16 Thread Marcus Wilkinson
Maxim, I haven't tried debugging in linux chrome before but I have had issues on windows. You're probably already aware but http://helpx.adobe.com/flash-player/kb/enable-system-flash-player-google-chrome.html helped me. On 16 July 2014 12:15, Maxim Solodovnik wrote: > debug player for Linux, a

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread Marcus Wilkinson
, 2014 at 10:24 AM, Jake Knerr > wrote: > >> +1 I had the same problem finding it. >> >> - Jake >> >> >> On Tue, Jun 24, 2014 at 10:51 AM, Marcus Wilkinson < >> wilkinsonmar...@gmail.com >> > wrote: >> >> > Hi Alex, >> &

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread Marcus Wilkinson
Hi Alex, I have been looking for Squiggly in all the flex-* repos within Github (including flex-utilites) but I can't find it anywhere. Do you know where it might be? Marcus On 16 May 2014 07:17, Alex Harui wrote: > Should be in flex-utilities > Sent via the PANTECH Discover, an AT&T 4G LTE s

Re: Flash Builder 64 on Windows 8 64

2013-11-13 Thread Marcus Wilkinson
While we're on the subject of IDE performance :), we are experiencing substantial compile times ~5mins (and an unstable Flash Builder). Moving to Apache Falcon and consequently an ANT build process would make it easier for our devs to use IntelliJ, and hopefully improve the compile times. I know th

Graceful Flex runtime errors

2013-11-05 Thread Marcus Wilkinson
I wanted to raise awareness of this bug in the SDK: https://issues.apache.org/jira/browse/FLEX-33747 I have personally experienced this bug many times. An error occurs during layout validation and my Flex application becomes unusable. This is because other components do not respond to user interac

Re: Sorting out Memory issues

2013-10-16 Thread Marcus Wilkinson
Chris, This may be unrelated, but we were having big performance problems during deserialisation of many separate ArrayCollections. The biggest bottleneck was in the constructor of ArrayCollection, which would use an ArrayList in its backing collection. Inside that function there is code: publ

Re: Usage of Adobe Scout

2013-10-02 Thread Marcus Wilkinson
> creative cloud, the other things you may have install won't work though > > > -Original Message- > From: Marcus Wilkinson [mailto:wilkinsonmar...@gmail.com] > Sent: 02 October 2013 11:25 > To: users@flex.apache.org > Subject: Re: Usage of Adobe Scout > >

Re: Usage of Adobe Scout

2013-10-02 Thread Marcus Wilkinson
Hey Chris, We use Scout here and in my opinion it's possibly the best thing to come out of adobe since Director :). In order to get the most out of it for your application you need to enable telemetry on each running swf. This method is not recommended, but it works for us: - Build our AIR applica

Re: SystemManager seems to call addChildAt > out of bounds

2013-09-19 Thread Marcus Wilkinson
Jiem, addItem should be safe, yes. However, I was experiencing a similar (if not the same - im working from memory here) stack when I was removing and adding a single item from the stage once a popup had closed. Updating the SDK fixed my issue. I don't know for sure but addAll / addAllAt _must_ be

Re: SystemManager seems to call addChildAt > out of bounds

2013-09-19 Thread Marcus Wilkinson
x27;m totally out of clue, which is > very > annoying because my game goes in permanent beta in two days. :( > > > Marcus Wilkinson wrote > > Jiem, > > > > I too was having a few invalid index errors. My specific error was when > > using a Data Group and using

Re: SystemManager seems to call addChildAt > out of bounds

2013-09-15 Thread Marcus Wilkinson
Jiem, I too was having a few invalid index errors. My specific error was when using a Data Group and using addAll() on the Data Provider for that Data Group. The issue is here: https://issues.apache.org/jira/browse/FLEX-33683 and the fix here: https://github.com/apache/flex-sdk/commit/4a90e9574c63

Re: AW: DataGrid with itemRenderer Drag and Drop error

2013-09-09 Thread Marcus Wilkinson
I think this caused bad effects later on. See the ticket here: https://issues.apache.org/jira/browse/FLEX-33722 On 9 September 2013 12:59, Marcus Wilkinson wrote: > So I tried rolling out the patch in the above ticket and I soon started > experiencing the same issue Mario Specht has, wh

Re: AW: DataGrid with itemRenderer Drag and Drop error

2013-09-09 Thread Marcus Wilkinson
re. On 5 September 2013 15:31, Marcus Wilkinson wrote: > Hello, I was actually experiencing the same problem and have already made > a ticket for it: > https://issues.apache.org/jira/browse/FLEX-33705 > > The problem is with the drag proxy (the transparent copy of the row which > foll

Spark date field

2013-09-06 Thread Marcus Wilkinson
Does anyone have experience of any Spark DateField? I couldn't find one in the experimental components. I found this: http://jabbypanda.com/blog/2010/12/datefield4-component-for-flex-4-sdk/ Has anyone used it - and might we consider using it in Apache Flex (with the author's permission of course?

Re: AW: DataGrid with itemRenderer Drag and Drop error

2013-09-05 Thread Marcus Wilkinson
Hello, I was actually experiencing the same problem and have already made a ticket for it: https://issues.apache.org/jira/browse/FLEX-33705 The problem is with the drag proxy (the transparent copy of the row which follows your mouse). It gets the grid to make new item renderers but fails to assign

Flex application

2013-08-29 Thread Marcus Wilkinson
Hi, Just thought I'd let you all know about our product flying the Apache Flex flag: http://trafficlive.com/blog/business-babble/the-nerdy-side-of-a-comprehensive-studio-management-system/ Thanks to all who contribute to Apache Flex. Hopefully we can get showcased: https://issues.apache.org/jira

Re: Entry Point

2013-08-29 Thread Marcus Wilkinson
You might want to take a look at the Preloader class if dealing with AIR (I'm not sure about flash player in the browser). I found a video from the creators of mixing loom some time ago but can'

Re: How to get a class instance using string name?

2013-08-16 Thread Marcus Wilkinson
There's no getElementByName, so maybe on the parent you could do (immediately contradicting my previous comment :) var myElement:* = parent["childId"] On 16 August 2013 12:50, Marcus Wilkinson wrote: > I guess there's no reliable way to get the instance at r

Re: How to get a class instance using string name?

2013-08-16 Thread Marcus Wilkinson
I guess there's no reliable way to get the instance at runtime by id? Perhaps getChildByName could help? http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/DisplayObjectContainer.html#getChildByName() On 16 August 2013 12:39, Deepak MS wrote: > Hi there, > > Is the

Re: Flash / Flex app

2013-08-15 Thread Marcus Wilkinson
Could we get on a showcase also: www.trafficLive.com We are migrating to 4.10 as we speak with a big performance and graphical overhaul coming in a couple of months. We intend to wriate an article about how useful Apache Flex is for us. Marcus On 15 August 2013 15:29, Alex Harui wrote: > I di