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 aha...@adobe.com wrote: Should be in flex-utilities Sent via the PANTECH Discover,

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

2014-06-24 Thread Marcus Wilkinson
Knerr j...@ardisialabs.com javascript:_e(%7B%7D,'cvml','j...@ardisialabs.com'); wrote: +1 I had the same problem finding it. - Jake On Tue, Jun 24, 2014 at 10:51 AM, Marcus Wilkinson wilkinsonmar...@gmail.com javascript:_e(%7B%7D,'cvml','wilkinsonmar...@gmail.com'); wrote: Hi Alex

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

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:

Re: Usage of Adobe Scout

2013-10-02 Thread Marcus Wilkinson
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 Hey Chris, We use Scout here and in my opinion it's possibly the best

Re: SystemManager seems to call addChildAt out of bounds

2013-09-19 Thread Marcus Wilkinson
... I'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 addAll() on the Data Provider for that Data Group

Re: SystemManager seems to call addChildAt out of bounds

2013-09-16 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:

Re: AW: DataGrid with itemRenderer Drag and Drop error

2013-09-09 Thread Marcus Wilkinson
September 2013 15:31, Marcus Wilkinson wilkinsonmar...@gmail.comwrote: 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

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 wilkinsonmar...@gmail.comwrote: So I tried rolling out the patch in the above ticket and I soon started experiencing the same issue Mario

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

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

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 loomhttp://www.jamesward.com/2011/04/26/introducing-mixing-loom-runtime-actionscript-bytecode-modification/ some time ago but can't

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