Re: FluorineFX

2017-01-11 Thread Nigel Magnay
The source is in github: https://github.com/google-code-export/fluorinefx I am (was) using it, I had to make a few mods for .net 4.6.1 and the log4net I use https://github.com/magnayn/fluorinefx On Wed, Jan 11, 2017 at 11:42 AM, Matthew Weir

Re: FM7.1.0 and odd compilation error.

2015-05-29 Thread Nigel Magnay
that way ... I usually always had all "rsl" > dependencies added to my pom and at the end I added the framework. This way > all are happy. > > Chris > > ________ > Von: Nigel Magnay > Gesendet: Donnerstag, 28. Mai 2015 18:33 > An: u

Re: FM7.1.0 and odd compilation error.

2015-05-28 Thread Nigel Magnay
e server, I get a > VerifyError: Error #1014: Class mx.core::UIComponent could not be found. > the second I start the application. > > Really really annoying! :( > > -Original Message- > From: Nigel Magnay [mailto:nigel.mag...@gmail.com] > Sent: donderdag 2

Re: FM7.1.0 and odd compilation error.

2015-05-28 Thread Nigel Magnay
gt; Had the same issue with SolidColor. >> >> In some projects I had to use the mx-namespace for FM7.1.0 to be happy. >> >> So mx:SolidColor should do the trick (and won’t have your flashbuilder >> complaining.) >> >> Seems like FB can mingle both s and mx

Re: FM7.1.0 and odd compilation error.

2015-05-28 Thread Nigel Magnay
7.1.0 to be happy. > > So mx:SolidColor should do the trick (and won’t have your flashbuilder > complaining.) > > Seems like FB can mingle both s and mx namespace and be more forgiving > than FM7.1.0. > > > From: Nigel Magnay [mailto:nigel.mag...@gmail.com] > Sent: donder

FM7.1.0 and odd compilation error.

2015-05-28 Thread Nigel Magnay
me-workspace/realtime/flex-modules/realtime-flex-controls-spark/target/realtime-flex-controls-spark-6.0-link-report.xml Nigel Magnay 28/05/15 14:59 en_US Nigel Magnay

Re: Ranorex

2015-02-13 Thread Nigel Magnay
We use Ranorex, but drive it via the robot framework, so integrates well into CI tooling. Works for us. On Fri, Feb 13, 2015 at 12:03 PM, Christofer Dutz wrote: > Well if you think about QTP it's actually extremely cheap :-) > > I tried both tools some time ago and would prefer RiaTest out of

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
I tell a lie, it's merged in both. This might be a regression - it seems to work correctly if I use 4.10 SDK in both projects, but break with 4.13 / 4.12 I'll try some more combinations tomorrow. On Fri, Sep 5, 2014 at 8:22 PM, Nigel Magnay wrote: > It's using the defau

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
difference comes from the > experimental swc. Is the experimental swc being loaded as an RSL or is it > merged in? > > -Alex > > On 9/5/14 11:55 AM, "Nigel Magnay" wrote: > > >I always do... It's basically consistent; It seems that if the RSL project &

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
t by the flash runtime of classes declared to be itemrenderers or skins? On Fri, Sep 5, 2014 at 7:50 PM, Alex Harui wrote: > Have you tried cleaning the RSL project so the RSL gets fully rebuilt? > > On 9/5/14 11:40 AM, "Nigel Magnay" wrote: > > >It should be ident

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
vs the > URL of the main app. If the actual string of the domain portion of the > URL is different in any way, the RSL could get loaded into a sandbox. > > -Alex > > On 9/5/14 11:00 AM, "Nigel Magnay" wrote: > > >The RSL is loaded into the default app domain

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
ot; is different than other domain names mapped to the same place. > > Are you running a debug build with debug code in the RSLs? No other > interesting output in the console? > > -Alex > > On 9/5/14 9:36 AM, "Nigel Magnay" wrote: > > >I am. It does fe

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
I am. It does feel like a class isolation issue though. On Fri, Sep 5, 2014 at 5:32 PM, Alex Harui wrote: > Are you loading the RSL from the same domain as the app? > > -Alex > > On 9/5/14 4:47 AM, "Nigel Magnay" wrote: > > >Even more strangely, I'v

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
On Fri, Sep 5, 2014 at 12:14 PM, Nigel Magnay wrote: > So, I've narrowed this down to a test project - see > https://github.com/magnayn/flexbug > > I have a project that uses the "Spark Menubar". It's basically the example > given in the documentation: >

Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Nigel Magnay
So, I've narrowed this down to a test project - see https://github.com/magnayn/flexbug I have a project that uses the "Spark Menubar". It's basically the example given in the documentation: https://github.com/magnayn/flexbug/blob/master/buglet/src/buglet.mxml This all works fine, in isolation. H

Re: undefined elements in Vector.<*>

2014-02-17 Thread Nigel Magnay
, 2014 at 1:10 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > I have changed the code to use null instead of undefined to mark pending > values , and it works perfectly well. > > Do you need the code for the change ? > > Maurice > > -Mess

undefined elements in Vector.<*>

2014-02-17 Thread Nigel Magnay
I am attempting to use the paged list implementation here: https://github.com/jamesward/DataPaging/blob/master/src/PagedList.as This relies on storing 'undefined' values in a vector. I cannot get this to work. The following does not produce any trace on my test enviroment: private const td:Vecto

Re: AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-12-10 Thread Nigel Magnay
ations that I use in my Wiki: > https://dev.c-ware.de/confluence/display/PUBLIC/Optimizing+your+build > > > Chris > > > > -Ursprüngliche Nachricht- > Von: Nigel Magnay [mailto:nigel.mag...@gmail.com] > Gesendet: Dienstag, 10. Dezember 2013 20:28 > An: users@flex.apache.o

Re: AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-12-10 Thread Nigel Magnay
ojos 7 > can only work with Apache Flex SDKs using the group-id org.apache.flex. It > seems that you are trying to compile against '4.0.0.14159' for this you > will have to use Flexmojos 6.0.1. > > Chris > > -Ursprüngliche Nachricht- > Von: Nigel Magnay [mail

Re: AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-12-10 Thread Nigel Magnay
7;s unsupported and might be dropped). This alone is making me look very hard at gradle... On Tue, Dec 10, 2013 at 5:07 PM, Nigel Magnay wrote: > Most of my projects fail with > > [ERROR] Failed to execute goal > net.flexmojos.oss:flexmojos-maven-plugin:7.0.0-SNAPSHOT:test-compil

Re: AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-12-10 Thread Nigel Magnay
Most of my projects fail with [ERROR] Failed to execute goal net.flexmojos.oss:flexmojos-maven-plugin:7.0.0-SNAPSHOT:test-compile (default-test-compile) on project realtime-flex-components: Execution default-test-compile of goal net.flexmojos.oss:flexmojos-maven-plugin:7.0.0-SNAPSHOT:test-compile

Chasing memory leaks - ChangeWatcher.watch ignores useWeakReferences if there is a chain

2013-09-22 Thread Nigel Magnay
Whilst diagnosing our application's memory leaks, I found that we have places that use ChangeWatcher like this: var cw1:ChangeWatcher = ChangeWatcher.watch(allocation, ["task", "phase", "status"],statusChange, false, true); The use of 'true' implying 'weak references' - to not hold a strong refe

Re: Memory Leaking through LayoutManager

2013-09-22 Thread Nigel Magnay
updateComplete handler results in a call to an invalidateXXX method, then > you get re-added to the queue and updateComplete gets called eventually > which, if it results in a call to an invalidateXXX method, you have a > "layout loop". > > HTH, > -Alex > > On 9/19/

Memory Leaking through LayoutManager

2013-09-19 Thread Nigel Magnay
Hello. In our code, someone has implemented a custom spark text area, that attempts to resize based on the number of lines in the text. Snippet-ish: ... private function updateCompleteHandler(event:FlexEvent):void { textFlow.flowComposer.composeToPosition(); var actualNumOfLines: int = tex