Re : RE: Parseley and [MessageHandler]

2015-09-10 Thread Frédéric THOMAS
Hi, This extension is nice though https://github.com/alebianco/robotlegs-utilities-macrobot --- Message initial --- De : "After24" Envoyé : 10 septembre 2015 08:26 A : users@flex.apache.org Objet : RE: Parseley and [MessageHandler] Hello Thomas, Yes, Robotleg is

RE: AW: Parseley and [MessageHandler]

2015-09-10 Thread Frédéric THOMAS
d also extensions so you can plug the feature your app needs, it is like "pay as you go". And what I like the most, is you can use the mvc pattern you like, pureMvc style (with mediator) or presenter pattern like in Parsley for example. Also, you can you standard flex event and / or Signals.

RE: Parseley and [MessageHandler]

2015-09-09 Thread Frédéric THOMAS
for the large company applications I've been developed, now if I would reconsider my choice, I would opt for Robotleg, it does everything you need 99% of the time, is much lighter and also open source, well tested and constructed. My 2 cents. Frédéric THOMAS > Date: Wed, 9 Sep 2015 04:32:25 -0700 >

RE: Can FlexJS Be Used for Mobile AIR?

2015-08-27 Thread Frédéric THOMAS
Actually, I just noticed the screen shot shows the frameworks/libs/player path and my lib doesn't contain it, I will update the screen shot today to reflect that, so, it is apparently a mistake from me. Thanks for your time :-) Frédéric THOMAS Date: Tue, 25 Aug 2015 23:21:13 -0700 From

RE: Can FlexJS Be Used for Mobile AIR?

2015-08-25 Thread Frédéric THOMAS
And I updated the doc to reflect what I just talked about for Module / Project and also updated the Chrome config screenshot for debugging to reflect the recent changes on their plugin default setting. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: Can

RE: Can FlexJS Be Used for Mobile AIR?

2015-08-25 Thread Frédéric THOMAS
One more thing, indeed I wasn't able to check if you setup correctly the FlexJS SDK and FlexJS Lib in IJ as described in the doc, double check that too and it should be ok. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: Can FlexJS Be Used for Mobile AIR

RE: Can FlexJS Be Used for Mobile AIR?

2015-08-24 Thread Frédéric THOMAS
Btw, I can't see frameworks\themes\Mobile\mobile.swc, it seems it is not included, you will have to wait for others answers I guess to know why :-) Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: Can FlexJS Be Used for Mobile AIR? Date: Mon, 24 Aug 2015

RE: Can FlexJS Be Used for Mobile AIR?

2015-08-24 Thread Frédéric THOMAS
By curiosity, I quickly setup an IJ project for it and I've been able to build (swf and JS) and run MobileTrader.swf in a Galaxy Tab emulator without any issues, in the browser, I have an empty DIV only. Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: Can

RE: Adobe Debugger

2015-08-20 Thread Frédéric THOMAS
I to do that from IJ having no issues: https://cwiki.apache.org/confluence/download/attachments/57903041/image2015-8-2%2019%3A47%3A52.png?version=1modificationDate=1438541272000api=v2 It will create a new profile and get ride of the script time out. Frédéric THOMAS Date: Thu, 20 Aug 2015 09

RE: Events with itemRenders

2015-06-28 Thread Frédéric THOMAS
yes with out any luck, also tried this. And that ? popup:DeleteStudentConfirmation  = new DeleteStudentConfirmation (); popup.addEventListener(OKTODELETE, deleteThisRecords); PopUpManager.addPopUp(popup, FlexGlobals.topLevelApplication as DisplayObject, true); Frédéric THOMAS

RE: How can I build this ItemRenderer based on an IconItemRenderer

2015-06-28 Thread Frédéric THOMAS
Did you try to extends UITextField and add this.addEventListener(ResizeEvent.RESIZE, truncate); in the constructor and add     protected function truncate(event:ResizeEvent):void {     truncateToFit();     } Or something similar. Frédéric THOMAS

RE: A script has executed for longer than ....

2015-06-26 Thread Frédéric THOMAS
Cannot download EasyWorker. File not found. Yes, they remove it after 1 month, if you want to use it, the best is you compile it from the sources. Frédéric THOMAS From: markzolo...@gmail.com Date: Fri, 26 Jun 2015 13:24:16 + Subject: Re

RE: A script has executed for longer than ....

2015-06-26 Thread Frédéric THOMAS
In Flex 3, mx.core.Application.application from anywhere should give you access to the Application and thus its stage. In Flex 4, use FlexGlobals.topLevelApplication. Ah yes, a check I should do in easyWorker too if I want it compatible with Flex 3. Thanks, Frédéric THOMAS

RE: A script has executed for longer than ....

2015-06-25 Thread Frédéric THOMAS
containing only the classes an functions you need, instantiate it at application / module startup or even create a pool of Threads and use it whenever you will receive your data. Frédéric THOMAS From: markzolo...@gmail.com Date: Thu, 25 Jun 2015 15:17

RE: A script has executed for longer than ....

2015-06-25 Thread Frédéric THOMAS
Can I implement workers if I use Flex 3 with 4.13 SDK? If you want to use https://github.com/doublefx/easyWorker, the minimum is Apache Flex 4.13.0 FP 11.5 AIR 3.5, for Flex 3, I guess yes too as the only added class was in core IIRC Frédéric THOMAS

RE: Insallation de Flex SDK Installer 3.1 dans ubuntu 12.04

2015-06-25 Thread Frédéric THOMAS
://flex.apache.org/download-binaries.html The Adobe SDK from http://www.adobe.com/devnet/air/air-sdk-download.html Frédéric THOMAS Date: Thu, 25 Jun 2015 14:45:39 + Subject: Insallation de Flex SDK Installer 3.1 dans ubuntu 12.04 From: azz.d...@gmail.com

RE: Browser timeout in long process

2015-06-17 Thread Frédéric THOMAS
= remoteObject.requestTimeout * 1000; remoteObject.channelSet.addChannel( amfChannel ); Frédéric THOMAS Date: Wed, 17 Jun 2015 10:03:13 -0700 From: j.ballada...@verizon.net To: users@flex.apache.org Subject: Re: Browser timeout in long process

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread Frédéric THOMAS
/com/ilias/solutions/flexappeal/status/StatusManager.as:359] Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Date: Wed, 17 Jun 2015 05:14:14 + On 6/16/15, 1:35 AM

RE: Adding JS graph to Flex project

2015-06-15 Thread Frédéric THOMAS
Is there a way to customize that conversion function to stringify ArrayCollection - encode it into a string? Yeah, I guess you should write a custom JSONSerializer and JSONDeserializer, for ArayCollection, you can serialize the source Array instead for example. Frédéric THOMAS

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-15 Thread Frédéric THOMAS
Did you try to add this in your FM configuration ? includes     includemx.managers.systemClasses.MarshallingSupport/include /includes Frédéric THOMAS From: Filip.L'homme...@ilias-solutions.com To: users@flex.apache.org Subject: RE: AW: issue

RE: * vs Object

2015-06-12 Thread Frédéric THOMAS
Vector.Object when I don't don't the subtype but it is a matter of style, it won't make any differences as far as I'm aware of. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: * vs Object Date: Fri, 12 Jun 2015 18:03:49

RE: * vs Object

2015-06-12 Thread Frédéric THOMAS
Vector.*(); // will return a Vector.* even though vector is typed * var objects:Vector.Object = new Vector.Object(); vector.push(1); vector.push(new Object()); objects.push(1); objects.push(new Object()); both work. Frédéric THOMAS From: p

RE: AW: AW: Need help with air packaging

2015-05-29 Thread Frédéric THOMAS
argument${project.build.directory}/exe-package//argument argument./argument /arguments /configuration /execution /executions /plugin Frédéric

RE: Chrome for debugging

2015-04-21 Thread Frédéric THOMAS
the use of a local web server to serve the files [1] which is not a handy at all solution at developer point of view. Frédéric THOMAS [1] https://forums.adobe.com/message/6945735#6945735 Date: Tue, 21 Apr 2015 05:01:36 -0700 From: yishayj...@hotmail.com To: users@flex.apache.org Subject: Re

RE: Re : Re: Chrome for debugging

2015-04-07 Thread Frédéric THOMAS
--profile-directory=Dev --disable-hang-monitor And for Linux: google-chrome --profile-directory=Dev --disable-hang-monitor HTH, Frédéric THOMAS Date: Mon, 6 Apr 2015 06:15:38 -0500 Subject: Re: Re : Re: Chrome for debugging From: markzolo...@gmail.com To: users@flex.apache.org I am

RE: Re : Re: Chrome for debugging

2015-04-07 Thread Frédéric THOMAS
THOMAS Date: Tue, 7 Apr 2015 08:09:32 -0500 Subject: Re: Re : Re: Chrome for debugging From: markzolo...@gmail.com To: users@flex.apache.org Thanks for the info. Can you please explain what would profile-directory=Dev do? On Tue, Apr 7, 2015 at 4:29 AM, Frédéric THOMAS webdoubl

RE: Re : Re: Chrome for debugging

2015-04-07 Thread Frédéric THOMAS
I guess FB doesn't allow you to choose which chrome you want to use and stick on the default one, it doesn't allow you either to pass arguments, that's why. Frédéric THOMAS Date: Tue, 7 Apr 2015 08:55:46 -0500 Subject: Re: Re : Re: Chrome for debugging From: markzolo...@gmail.com To: users

Re : Re: Chrome for debugging

2015-04-06 Thread Frédéric THOMAS
Try this guys https://twitter.com/webDoubleFx/status/584413022350876672?s=09 HTH, Fred. --- Message initial --- De : Mark Line markl...@gmail.com Envoyé : 5 avril 2015 17:32 A : users@flex.apache.org Objet : Re: Chrome for debugging Don't think you can turn it off in chrome. In Firefox you can

Re : Re: Re : Re: Chrome for debugging

2015-04-06 Thread Frédéric THOMAS
Im not in front of my computer but feel free to share, I added you. --- Message initial --- De : Paul Hastings paul.hasti...@gmail.com Envoyé : 6 avril 2015 13:30 A : users@flex.apache.org Objet : Re: Re : Re: Chrome for debugging Unfortunately your tweets are protected. Can you copy/paste to

Re : Re: Re : Re: Chrome for debugging

2015-04-06 Thread Frédéric THOMAS
And I unprotected my tweets. --- Message initial --- De : Frédéric THOMAS webdoubl...@hotmail.com Envoyé : 6 avril 2015 13:33 A : users@flex.apache.org Objet : Re : Re: Re : Re: Chrome for debugging Im not in front of my computer but feel free to share, I added you. --- Message initial --- De

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-12 Thread Frédéric THOMAS
the same source, which is what I do, one of the component has a role = AbstractMavenLifecycleParticipant.class, I use it to install the extension. Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Fri, 12 Dec

RE: AW: AW: [FlexMojos] Compatible Model Validator

2014-12-12 Thread Frédéric THOMAS
Yeah, I added that recently, thinking it was better than checking if the file was present from inside a pom profile :-) Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: AW: [FlexMojos] Compatible Model Validator Date: Fri, 12 Dec 2014 10:56:55 +

RE: Flex Sync solutions

2014-12-10 Thread Frédéric THOMAS
remote data in json / xml format. and sync yourself with the remote or use frameworks like Clear Tool Kit [3] which embed a complete solution if you don't have an expensive LifeCycle license but still use BlazeDS, Spring and Hibernate, I don't know if the same exists with PHP. HTH Frédéric THOMAS

RE: AW: Creating a Jenkins/Maven POM for an existing Flash Develop project

2014-12-09 Thread Frédéric THOMAS
Frédéric THOMAS Date: Mon, 8 Dec 2014 08:23:04 -0800 From: pet...@sparkol.com To: users@flex.apache.org Subject: Re: AW: Creating a Jenkins/Maven POM for an existing Flash Develop project Thanks both for your input. Unfortunately I feel like I'm spinning my wheels, unsure of what steps

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-09 Thread Frédéric THOMAS
, let's see... Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Tue, 9 Dec 2014 09:24:14 + Well in order to address this issue I was planning on automatically processing the dependencies in a flex

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-09 Thread Frédéric THOMAS
-configs and so on) Thought ? Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Tue, 9 Dec 2014 09:24:14 + Well in order to address this issue I was planning on automatically processing the dependencies

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-09 Thread Frédéric THOMAS
as a start, hopping that way, it will be more easily accepted in case that works. Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Tue, 9 Dec 2014 09:45:57 + The maven guys week never accept any change

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-09 Thread Frédéric THOMAS
recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] Did I do it right ?Frédéric THOMAS From: webdoubl...@hotmail.com To: users

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-08 Thread Frédéric THOMAS
artifactIdModule/artifactId version${Module-version}/versionclassifier${build.profile.id}-configs/classifier typexml/type /dependency /dependencies Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-07 Thread Frédéric THOMAS
/extensions ...https://github.com/doublefx/flexmojos-compatible-model-validator Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Sat, 6 Dec 2014 21:52:00 + Unfortunately you will only prevent the warning

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-06 Thread Frédéric THOMAS
things. Or I didn't get well your point :-) Frédéric THOMAS [1] http://maven.apache.org/ref/3.2.3/maven-core/apidocs/org/apache/maven/execution/MavenSession.html From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Fri, 5 Dec 2014

[FlexMojos] Compatible Model Validator

2014-12-05 Thread Frédéric THOMAS
Hi, For those interested I created and shared a Maven extension to get rid of the Maven warnings regarding the custom scopes [1]. Frédéric THOMAS [1] https://github.com/doublefx/flexmojos-compatible-model-validator

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-05 Thread Frédéric THOMAS
into the lib/ext folder as done in Wagon maven plugin [2] Any better ideas? Frédéric THOMAS [1]profile idprepare-maven-extended-libs/id activation file missing${env.MAVEN_HOME}/lib/ext/flexmojos-compatible-model-validator.jar/missing /file /activation build

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-05 Thread Frédéric THOMAS
Could be a new goal ? Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject: AW: [FlexMojos] Compatible Model Validator Date: Fri, 5 Dec 2014 14:54:37 + Well I was more thinking of adding a module to flexmojos in order to release the lib. Copying would

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-05 Thread Frédéric THOMAS
I mean, adding the extension as a new module and add a goal to install the extension, what do you think ? Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: AW: [FlexMojos] Compatible Model Validator Date: Fri, 5 Dec 2014 15:01:06 + Could be a new goal

RE: AW: [FlexMojos] Compatible Model Validator

2014-12-05 Thread Frédéric THOMAS
Hum.. Not sure I understand totally, you want to add an extension to FlexMojos as a module and that extension could be extended to add features like rules and suggestions regarding the plugin configuration ? Frédéric THOMAS From: christofer.d...@c-ware.de To: users@flex.apache.org Subject

RE: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Frédéric THOMAS
Hi, Don't know if it can help but what I used to do was to build the datagrid dynamically when a relative to the data-structure I received, setting the headers in the same time, then display this new instance at the place of the last one. Frédéric THOMAS From: okrue...@edscha.com To: users

RE: Creating a Jenkins/Maven POM for an existing Flash Develop project

2014-12-02 Thread Frédéric THOMAS
at import time, did you to import the mavenized SDK to an artifactory ? Frédéric THOMAS Date: Tue, 2 Dec 2014 08:36:05 -0800 From: pet...@sparkol.com To: users@flex.apache.org Subject: RE: Creating a Jenkins/Maven POM for an existing Flash Develop project Hello Frédéric Thanks for your response

RE: Maven Build Issue after Update JDK from 1.6 to 1.8

2014-11-25 Thread Frédéric THOMAS
-- nonFilteredFileExtensionpdf/nonFilteredFileExtension nonFilteredFileExtensionswf/nonFilteredFileExtension /nonFilteredFileExtensions /configuration /pluginHTH Frédéric THOMAS Date: Tue, 25 Nov 2014 03:10:09 -0800 From: kumawat.it...@gmail.com To: users

RE: Strange error during compilation Flex 13 AIR 15.0.0.356

2014-11-23 Thread Frédéric THOMAS
Hi Angello, Can you provide more details pls ? You said compile and debug, where the error comes ? have you got a stack trace ? Frédéric THOMAS From: lazzari.ang...@gmail.com Date: Sun, 23 Nov 2014 11:30:58 +0100 Subject: Strange error during compilation Flex 13 AIR 15.0.0.356 To: users

Re : Flash player minimal version for SDK 4.13

2014-11-20 Thread Frédéric THOMAS
10.2 IIRC --- Message initial --- De : mark goldin markzolo...@gmail.com Envoyé : 19 novembre 2014 23:09 A : users users@flex.apache.org Objet : Flash player minimal version for SDK 4.13 Will SDK 4.13 work with FP version 10? Thanks

RE: Decimal to Hex conversion.

2014-09-30 Thread Frédéric THOMAS
. Frédéric THOMAS Subject: Re: Decimal to Hex conversion. From: gsmit...@hotmail.com Date: Tue, 30 Sep 2014 09:17:18 -0700 To: users@flex.apache.org Converting decimal numbers with fractional parts to hex is rather unusual. I'm curious why you want to do this. - Gordon On Sep 29, 2014

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
hexVal.text =0x + scaledVal.text.split(.).map(function (item:*, index:int, array:Array):String { return int(item).toString(16).toUpperCase(); }).join(.); Frédéric THOMAS From: miguel.cd.ferre...@hotmail.com To: users@flex.apache.org Subject: RE: Decimal to Hex conversion

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
= scaledVal.substring(0, str.length-1); } Or use a preventDefault() and to optimize a bit, on change, check the event is of type CHANGE before computing. HTH, Frédéric THOMAS From: sathikeshj...@gmail.com Date: Mon, 29 Sep 2014 17:42:33 +0530 Subject: Re: Decimal to Hex

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
(iterationMax)); if (fractionalPart == 0) break; } hex += . + carryArr.join(); } return hex; } You could probably optimize it but at least it returns the correct result. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
- toString(16) - real 14159265359 - 0x34.34BF53E2D - 0x4BF53E4F - 0x34BF53E4F 3.14159265359 - 0x3.243F6A8885D - 0x3.0 - 0x3.243F6A8885A308D In between I'll try to find a way to code the correct function. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
Ok, I found the problem in mine for big numbers. @harbs, your function works for big numbers but not fractional, anyway, I didn't optimize mine, so, I will use its recursive pattern to recode mine, thanks. Frédéric THOMAS Subject: Re: Decimal to Hex conversion. From: harbs.li...@gmail.com

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
(iterationMax)); if (fractionalPart == 0) break; } hex += . + carryArr.join(); } return hex; } and should be use in the as per the previous example: dec2hex(parseFloat(scaledVal.text)); Frédéric THOMAS From: webdoubl...@hotmail.com To: users

RE: Decimal to Hex conversion.

2014-09-29 Thread Frédéric THOMAS
And for even a better precision (tried on PI), fractionalPart = parseFloat((product - carry).toFixed(iterationMax - i)); Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: Decimal to Hex conversion. Date: Mon, 29 Sep 2014 22:13:25 +0100 Actually

[trusted Multi-versioned AIR app] (was RE: [AIR - loadForCompatibility])

2014-09-27 Thread Frédéric THOMAS
Hi all, Because it could be useful for folks and because the copy / paste in my mailer doesn't often give the expected result, I create a little github repo to host the code and a wiki: https://github.com/doublefx/trustedMultiVersionedAirDemo HTH, Frédéric THOMAS From: webdoubl

RE: [AIR - loadForCompatibility]

2014-09-26 Thread Frédéric THOMAS
And forgot to mention but both the loader and the application needs to be compiled with -includes=mx.managers.systemClasses.MarshallingSupport Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: [AIR - loadForCompatibility] Date: Fri, 26 Sep 2014 09:08:52

RE: [AIR - loadForCompatibility]

2014-09-25 Thread Frédéric THOMAS
/ /s:WindowedApplication Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: [AIR - loadForCompatibility] Date: Wed, 24 Sep 2014 13:29:15 +0100 My bad, I had to add the listener to LoaderInfo instead of Loader, use a child applicationDomain instead

[AIR - loadForCompatibility]

2014-09-23 Thread Frédéric THOMAS
Hi, Just was wondering if someone has a code example / sample on how to load from a AIR local-trusted sandbox, a remote swf where that swf could use all the AIR API (File, PDF, etc..) ? Thanks, Frédéric THOMAS

RE: [AIR - loadForCompatibility]

2014-09-23 Thread Frédéric THOMAS
and events, am I wrong ? Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: [AIR - loadForCompatibility] Date: Tue, 23 Sep 2014 18:54:57 + IIRC, you can load via URLLoader as a byte array and then use loadBytes with the appropriate flags

RE: [AIR - loadForCompatibility]

2014-09-23 Thread Frédéric THOMAS
I will still explore that way tomorrow :-) Thanks, Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: [AIR - loadForCompatibility] Date: Tue, 23 Sep 2014 18:54:57 + IIRC, you can load via URLLoader as a byte array and then use loadBytes with the appropriate

RE: [AIR - loadForCompatibility]

2014-09-23 Thread Frédéric THOMAS
Alight, thank you Alex Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: [AIR - loadForCompatibility] Date: Tue, 23 Sep 2014 21:03:39 + On 9/23/14 1:56 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Essentially, this trick makes remote content

RE: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-23 Thread Frédéric THOMAS
Please remind me where to get the stack trace on android as it doesn't shows up the error dialog for me Frédéric THOMAS Date: Fri, 22 Aug 2014 13:53:20 -0700 From: sebastiantor...@gmail.com To: users@flex.apache.org Subject: Re: Workaround to solve faulty verbose-stacktraces=true compiler

RE: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-22 Thread Frédéric THOMAS
: Adobe Flex SDK 4.5 (Release) And after a test on SDK 4.6, it worked as expected for me. Frédéric THOMAS Date: Fri, 22 Aug

RE: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-22 Thread Frédéric THOMAS
I tried using the SDK 4.6 provided with FB, on a web application, not mobile: -verbose-stacktraces=true -debug=false The result was the same then -debug=false, so, I can see the line numbers Frédéric THOMAS Date: Fri, 22 Aug 2014 07:07:50 -0700 From: sebastiantor...@gmail.com To: users

RE: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-22 Thread Frédéric THOMAS
I meant: The result was the same then -debug=true, so, I can see the line numbers Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: Workaround to solve faulty verbose-stacktraces=true compiler parameter Date: Fri, 22 Aug 2014 15:13:17 +0100 I tried using

RE: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-22 Thread Frédéric THOMAS
dialog shown up, so, except with the test direct on the device, it worked as expected and wasn't able to reproduce what you are seeing. Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: Workaround to solve faulty verbose-stacktraces=true compiler parameter Date

RE: Debugging application with modules

2014-08-06 Thread Frédéric THOMAS
with debug=true), fdb will trigger you AIR launch and you'll be able to debug it. Frédéric THOMAS Date: Wed, 6 Aug 2014 06:24:06 -0500 Subject: Re: Debugging application with modules From: markzolo...@gmail.com To: users@flex.apache.org Thanks a lot Alex for such a detail info. One thing though

RE: Can RSLs work in AIR ?

2014-07-25 Thread Frédéric THOMAS
Hi neverbirth, Actually it works if embarked in the app after some dependencies ordering tweaking but your proposed solution could be one for upcoming libs the modules could use. Thanks, Frédéric THOMAS Date: Thu, 24 Jul 2014 16:01:30 -0700 From: neverbi...@gmail.com To: users

RE: Can RSLs work in AIR ?

2014-07-25 Thread Frédéric THOMAS
Thanks Alex, just did that and it works. Frédéric THOMAS From: aha...@adobe.com To: users@flex.apache.org Subject: Re: Can RSLs work in AIR ? Date: Fri, 25 Jul 2014 07:09:22 + Package the RSLs in the app dir so you can load them in the sandbox. On 7/24/14 7:03 AM, Frédéric THOMAS

Can RSLs work in AIR ?

2014-07-24 Thread Frédéric THOMAS
Hi guys, I've got an app which consist of a container which loads one module, which particular module to be loaded depends on the user, etc... Until now, the modules were compiled against all their common dependencies (about 15 swc + the framework itself), generating a big swf even using

RE: [OT] easyWorker

2014-07-13 Thread Frédéric THOMAS
/doublefx/easyWorker/tree/PureAS3/moreAS3Demo/MP3Worker Thread based implementation of the original MP3Worker. http://gotoandlearn.com/play.php?id=169 It runs a WAV-MP3 converter in a Thread Enjoy !! Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: [OT

RE: [OT] easyWorker

2014-07-13 Thread Frédéric THOMAS
And was about to forget: https://github.com/doublefx/easyWorker-ActiveAIRCord Requested by the creator of ActiveAIRCord https://github.com/riadvice/ActiveAIRCord , An easy to use library using the Active Record pattern to access SQLite Frédéric THOMAS From: webdoubl...@hotmail.com

Re: Workers + SharedObject blows up...

2014-07-01 Thread Frédéric THOMAS
I've just been able to test and reproduce the bug with AIR 13.0, I guess it is the same with AIR 14.x, they closed the bug because not enough people voting on, so, please vote to re-open as at time, SharedObject is the only way to share things among workers. -- View this message in context:

RE: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread Frédéric THOMAS
artifactIdplayerglobal/artifactId /exclusion exclusion groupIdorg.osmf/groupId artifactIdOSMF/artifactId /exclusion /exclusions /dependency Frédéric THOMAS From: agarwala.ar

RE: [OT] easyWorker

2014-06-20 Thread Frédéric THOMAS
Added command and state work flow implementation, all tests green. Enjoy !! https://github.com/doublefx/easyWorker Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: [OT] easyWorker Date: Tue, 17 Jun 2014 12:39:57 +0100 Hi João, It means that most

[OT] easyWorker

2014-06-17 Thread Frédéric THOMAS
Hi, I just share this experiment, easyWorker: A Flex / Air lib to easily use Worker (Thread and Runnable). https://github.com/doublefx/easyWorker Frédéric THOMAS

RE: [OT] easyWorker

2014-06-17 Thread Frédéric THOMAS
and ApplicationDomain.currentDomain. Thanks, Frédéric THOMAS From: joaopedromartinsfernan...@gmail.com Date: Tue, 17 Jun 2014 12:05:57 +0100 Subject: Re: [OT] easyWorker To: users@flex.apache.org Great work Fréderic! Just a question, the example on external dependencies means that our worker isn't required

RE: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Frédéric THOMAS
Yes, it seems to be correct, Adobe is updating its release note about it, see this post [1] comments. Frédéric THOMAS [1] https://forums.adobe.com/message/6455251#6455251 Subject: R: R: Alert from Google app store - vulnerable OpenSSL version Date: Fri, 13 Jun 2014 11:11:19 +0200 From

RE: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Frédéric THOMAS
and 1.0.2-beta1. Users of OpenSSL servers earlier than 1.0.1 are advised to upgrade as a precaution. OpenSSL 1.0.1 SSL/TLS users (client and/or server) should upgrade to 1.0.1h. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: R: R: Alert from Google app

RE: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Frédéric THOMAS
It is what I understood too :P Frédéric THOMAS Date: Fri, 13 Jun 2014 14:01:42 +0100 From: t...@extravision.com To: users@flex.apache.org Subject: Re: R: R: Alert from Google app store - vulnerable OpenSSL version On 13/06/14 13:49, Frédéric THOMAS wrote: - We are aware of openSSL

RE: Spark datagrid Issue.

2014-06-09 Thread Frédéric THOMAS
I don't think that's an issue we can fix, in Flex SDK 4.6, the gridDimensions function is private, maybe upgrade to a newer version to have it available. Frédéric THOMAS From: sathikeshj...@gmail.com Date: Mon, 9 Jun 2014 13:10:39 +0530 Subject: Re: Spark datagrid Issue. To: users

[Worker] Debugging from AIR too ?

2014-06-03 Thread Frédéric THOMAS
DebuggableWorker class as base class for your workers. For Adobe AIR SDK, the FDB shipped with it doesn't allow the debugging yet, if you want it to become possible, I suggest you to vote for this issue: https://bugbase.adobe.com/index.cfm?event=bugid=3765216 Thanks, Frédéric THOMAS

[IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
, everything is ok. What am I missing ? Thanks, Frédéric THOMAS [1] ?xml version=1.0 encoding=UTF-8? project modelVersion4.0.0/modelVersion groupIdcom.doublefx/groupId artifactIdworkers/artifactId packagingswc/packaging version0.1-SNAPSHOT/version properties

[IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
, everything is ok. What am I missing ? Thanks, Frédéric THOMAS [1] ?xml version=1.0 encoding=UTF-8? project modelVersion4.0.0/modelVersion groupIdcom.doublefx/groupId artifactIdworkers/artifactId packagingswc/packaging version0.1-SNAPSHOT/version properties

RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
I tried but I can't, it's too fast and my project path is F:\sources\easyWorkerFlex so, there's not non-latin symbols here, any other thoughts or way to catch the file ? Frédéric THOMAS Date: Mon, 2 Jun 2014 20:32:03 +0400 From: alexander.doros...@jetbrains.com To: users@flex.apache.org

RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
It is not the project path as I tried it with another Maven project, the same problem occured, but instead of Xeres, it was SAX if IIRC Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit Date: Mon, 2

RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
variable '' Thanks, Frédéric THOMAS Date: Mon, 2 Jun 2014 21:06:21 +0400 From: alexander.doros...@jetbrains.com To: users@flex.apache.org Subject: Re: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit You know a secret option: -Didea.keep.flex.temporary.files=true in *.vmoptions file

RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
? Thanks for your help ! Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit Date: Mon, 2 Jun 2014 18:10:34 +0100 Waou, I know 2 of them now, I feel special :-) I give a try to this option now

RE: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit

2014-06-02 Thread Frédéric THOMAS
Done ! For ref: http://youtrack.jetbrains.com/issue/IDEA-125849 Thanks, Frédéric THOMAS Date: Mon, 2 Jun 2014 21:35:20 +0400 From: alexander.doros...@jetbrains.com To: users@flex.apache.org Subject: Re: [IntelliJ] [Maven] [FlexUnit] IntelliJ error with FlexUnit This seems to be a bug

RE: different applications inside the same mobile app

2014-05-30 Thread Frédéric THOMAS
Btw, can someone access the wiki from its mobile device ? I'm using android/chrome and nothing is displaid but an error message say something went wrong. According to this page [1], it should work. Frédéric THOMAS [1] https://confluence.atlassian.com/display/AOD/Using+Confluence+on+a+Mobile

RE: Runtime inspector (Firebug-like) for mobile AIR projects

2014-04-29 Thread Frédéric THOMAS
Hi, Maybe you can check https://github.com/doublefx/fxSpy you will need to compile it first, it is a maven based project. Frédéric THOMAS Date: Tue, 29 Apr 2014 02:16:21 -0700 From: bor...@gmail.com To: users@flex.apache.org Subject: Runtime inspector (Firebug-like) for mobile AIR projects

RE: NPE in FM / FU (test-run)

2014-01-29 Thread Frédéric THOMAS
Hi, I cleaned and rebuilt the all project and it worked, the target was apparently dirty, maybe because I played with FU from FB in between. Frédéric THOMAS From: webdoubl...@hotmail.com To: users@flex.apache.org Subject: NPE in FM / FU (test-run) Date: Wed, 29 Jan 2014 20:51:24 +

RE: SonarQube Flex plugin 2.0 released

2014-01-23 Thread Frédéric THOMAS
Great news ! Will give it a try ASAP Thanks ! Frédéric THOMAS Date: Thu, 23 Jan 2014 10:25:20 -0500 Subject: Re: SonarQube Flex plugin 2.0 released From: mathieu.stgel...@gmail.com To: users@flex.apache.org Thanks a lot Linda. I'll will give a try in the upcoming weeks for sure. Great

RE: Parsley question

2013-10-26 Thread Frédéric THOMAS
Hi Mark, I'm not sure I understand your question but just in case: Mediators are not part of the pattern used by Cairngorm or Parsley, the reason is the view dependency of the mediator doesn't allow easy testing, instead, they use the Command and Presentation Model [1] [2] patterns. Basically,

[FlexMojos] Compiling resource modules

2013-10-15 Thread Frédéric THOMAS
rbResources/rb /includeResourceBundles /configuration /plugin /plugins /build /project Thanks, Frédéric THOMAS [1] from http://livedocs.adobe.com/flex/3/html/help.html?content=l10n_5.html Compiling a resource moduleTo compile

  1   2   >