Re: IDE to upgrade an AIR project

2021-06-11 Thread After24
Hello, I don't know about Moonshine, I use VS code for C++ not actionScript but this editor is quite nice to work with and my understanding is that Josh Tynjala as3 extension works great. Regarding Flex work, I switched from Flash Builder to Intellij 3 years ago and my experience with this IDE is

Re: Compiling AIR app

2021-06-03 Thread After24
Hi Harbs, Are you compiling a captive runtime bundle ? What kind of errors do you get ? Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to make HTTP requests using SecureSocket

2021-05-24 Thread After24
Hi Jan, I was making a mistake building the HTTP request misplacing a CRLF entry. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to make HTTP requests using SecureSocket

2021-05-17 Thread After24
Hi again, I solved the problem. Thank you. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Unable to make HTTP requests using SecureSocket

2021-05-13 Thread After24
Hi, I’m developing an AWS S3 client using Amazon REST API (signature V4 process). Everything is working fine except for the PutObject method implementation. This method is used to upload a file inside a bucket by making an HTTP request and sending chunks of the file progressively. I’m trying to d

Re: Flashbuilder 4.7 for Mac

2021-05-04 Thread After24
Hi, Intellij IDEA works perfectly for us and is way more stable than Flash Builder was (our applications contains thousands of mxlm views and .as classes) Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-01-22 Thread After24
Hi Olaf, We have the same problem with some of our customers on Windows. Indeed, I believe this is caused by the fact that our applications are signed with a temporary certificate. It would be great if Harman could integrate a signing tool for desktop Air apps like the one that exists for signin

Re: Big Sur current status

2020-12-06 Thread After24
Hi Tucsonjhall, Using the captive runtime bundle option, there's no "out of the box" system to manage update : if you want your application to ne able to update itself, you will have to code it (that's what we do for our applications). The solution we came up with is quite straightforward : - C

Re: Big Sur current status

2020-12-05 Thread After24
Our AIR desktop applications (compiled with AIR 31 SDK - captive runtime bundle) are working great on macOS Big Sur. So you don't have to use the latest Harman AIR 33 SDK on this OS. I believe that the only OS that requires Air 33 at the moment is Android if you want to distribute your application

RE: AIR on apple M1 computer (Harman)

2020-11-25 Thread After24
Fantastic news ! Thanks Andrew. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

RE: AIR on apple M1 computer (Harman)

2020-11-25 Thread After24
Hi Andrew, Thank you for your answer, very cool to hear that your team is working on it. Your plan is to make the current X86 mac version of AIR run on Rosetta 2 or to produce an "Arm processor optimized" runtime ? Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

AIR on apple M1 computer (Harman)

2020-11-25 Thread After24
Hi, Except for a few security changes during installation, our AIR desktop applications are running on macOS Big Sur without any problem with Intel X86 based computer. We didn't have yet the opportunity to make tests on M1 processor based new Macintosh. Did someone had ? It would be interestin

Re: Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-13 Thread After24
Hi Pol2095, Thank you for the tutorial link. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-13 Thread After24
Hi Andrew, Thank you for your response, ok for the "Harman tag" filter. Yes, it would be nice if you could fix this adl issue on MacOS on a future AIR version as I'm probably not the only one who have faced this problem. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-12 Thread After24
Hi Andrew, Thank you for your answer, very cool to know your are monitoring this list. Just tried to remove the code signing on adl but it doesn't solve the issue. This problem seems to be related to the absence of the /bin/Contents/ folder in the AIR 33 SDK : pasting the Contents folder (copied

Re: Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-12 Thread After24
Hi Leokan, I had already tried using both http and https with no luck. I managed to get ADL working by replacing the bin folder of the SDK (AIR 33) with the one of my SDK AIR (31). This is at best very sketchy fix that could potentially cause other problems. I would like to understand if this i

Re: Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-12 Thread After24
Hi Leokan, I had already tried using both http and https with no luck. I managed to get ADL working by replacing the bin folder of the SDK (AIR 33) with the one of my SDK AIR (31). This is at best very sketchy fix that could potentially cause other problems. I would like to understand if this

Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-12 Thread After24
Hello, In the process of updating an Android app for the Google play store using the latest Harman AIR 33 SDK, I'm facing an issue regarding remote calls with AMFPHP. I'm using the latest FLEX SDK binaries (4.16.1) overlayed with Harman's AIR SDK 33.1.300 . When executing (from Intellij) in debu

Re: Tip/Solution after December/2020

2020-09-25 Thread After24
Hi Paulus, Just tried your approach but the HTML control displays a "get Adobe flash player" badge whenever the location points to flash content. are you referring to the mx:HTML control ? Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: AMF Error handling question in Flex

2020-09-25 Thread After24
Olaf, You were correct :-) Thank you again. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: AMF Error handling question in Flex

2020-09-25 Thread After24
Hi Olaf, Thank you for your answer, I will take a look in this direction. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

AMF Error handling question in Flex

2020-09-24 Thread After24
Hi, I'm struggling to handle AMF errors using AMFPHP : if I deliberately cause a MySQL Error during a service method call, the faultEvent dispatched on the client doesn't contains any informations about the error cause : [RPC Fault faultString="Echec de l'envoi" faultCode="Client.Error.MessageSend

Re: Please help - problems with the Apache Flex SDK installer

2020-09-21 Thread After24
Hi Bender, A solution is to get the binaries of the flex SDK on the Apache flex website . (don't forget to download thge binary dependencies using the dedicated ANT command as explained on the download page) Then you will have to overlay the flex

Re: Launching an AIR application (captive runtime) from an http link

2020-05-19 Thread After24
Hi Javier, Thank you. This is very interesting. I Will try with the Navigator.registerProtocolHandler approach. Have a nice day. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Launching an AIR application (captive runtime) from an http link

2020-05-18 Thread After24
Hi Alex, No, I don't know how to launch other programs from an http link either. But since the original Adobe method imply to load a .swf file in order to launch an AIR application, this will no longer be available from January 21. Never mind, this is not an essential feature for us so I will not

Re: Launching an AIR application (captive runtime) from an http link

2020-05-17 Thread After24
Hi Alex, Thanks you for your answer. You mean launching other apps from the AIR application using NativeProcess ? Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Launching an AIR application (captive runtime) from an http link

2020-05-16 Thread After24
Hello Ramazan, Thank you for your answer. Unfortunately this method is not viable because I need to package the application as a captive runtime bundle and true is not allowed in that case (error 116: Browser invocation is not supported for this target). Vincent. -- Sent from: http://apache-

Launching an AIR application (captive runtime) from an http link

2020-05-15 Thread After24
Hello, I'm searching for a way to open an AIR application from an http link. I cannot find any information on this topic. Does anyone know if it is possible (especially when the application is built with the captive runtime option) ? Thanks. Vincent. -- Sent from: http://apache-flex-users.233

Re: Flex and Harman AIR - How to Install??

2019-07-09 Thread After24
Hi bilbosax, It should be as before by overlaying the Air sdk on the Flex sdk : https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html Cheers. Vincent. -- Sent from: http://apache-flex-users.2

Re: Flex library class definitions in main application domain

2019-04-08 Thread After24
Just found the answer, may be it can help someone else : linkage type must be set to "include" in the Dependencies tab of the Intellij module settings. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Flex library class definitions in main application domain 0

2019-04-08 Thread After24
Hello, While migrating a flex web application initially developed with flash builder to a desktop application with Intellij Idea, I'm facing an issue regarding inclusion of class definitions from a library in the main application domain. A model of the application get a listing via ApplicationDom

Re: How Scroller crop a display object ?

2019-02-01 Thread After24
Hi, Yes, it's the layout class that uses the scrollRect property to set the visible part of the viewport. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Adobe AIR App distribution: Questions

2019-01-22 Thread After24
Hi Carlos, We have migrated a large flex web application and choose to use the captive runtime output. On mac you get a .app file that you can distribute directly or create a .dmg with the classic "drag and drop to the application folder" scenario. On Windows you get a folder that contains your

Re: Stage use in Flex?

2018-12-06 Thread After24
The advantage of using /FlexGlobals. topLevelApplication.stage/ is that the Application component is already added to the display list at the time you want to access the stage object within you application content. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Stage use in Flex?

2018-12-06 Thread After24
Hi Leokan, Do you get an NPE when you try to access the stage object ? You could try to use /FlexGlobals. topLevelApplication.stage/ Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: QRCode with Mobile Flex (Android)

2018-09-28 Thread After24
Hi Yishay, Distriqt produce excellent native extensions : https://airnativeextensions.com/extension/com.distriqt.Scanner Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Air 31 is out

2018-09-17 Thread After24
Hi Leokan, Are your sure about that ? I didn't noticed any performance degradation between AIR 29, 30 and 31. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [Release] 2 new Radio Apps

2018-09-03 Thread After24
Leokan, You should set the framerate to 60. I think it is worth trying useVirtualLayout=false especially if the current item renderers uses large images. Once all the items renderers are initialized, they won't be rendered anymore. (this setting "works" only if the list contains a small amount of

Re: [Release] 2 new Radio Apps

2018-09-03 Thread After24
Hi Leokan, Your application performance will certainly improve by using AS3 item renderers. Currently, does the useVirtualLayout parameter is set to true ? I think that regarding the small number of IR in the list, setting this parameter to false should improve performance (cacheAsBitmap must be

Re: [Release] 2 new Radio Apps

2018-09-03 Thread After24
Hi Leokan, Very nicely designed application : clean and simple. I just noticed that the list scrolling are not very smooth, even on my phone which has a powerful processor (oneplus 6) I'm sure that you could get better performances with a bit of optimization of your item renderers. Vincent. -

Re: Flex Calendar

2018-07-25 Thread After24
Hi Hugo, This one is not longer supported but works quite well : http://www.flex-component.com/flex-components/kc-calendar Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Restarting an AIR desktop application

2018-07-09 Thread After24
Hi Nemi, Thank you. I already implement a restart method that works based on Alex, Om and Hugo tips. For those who can be interested : public function restartApplication():void { var applicationDescriptor:XML = NativeApplication.nativeApplication.applicationDescriptor; var xmlns:Namespac

Re: Restarting an AIR desktop application

2018-07-05 Thread After24
Alex, Yes, I was a bit reluctant about the idea of doubling the bundle size only to be able to restart the application. But finally, Om's suggestion turned out to work perfectly (I wasn't setting a valid path to my executable file). Thank you Hugo, your link is very interesting. The restart met

Re: Restarting an AIR desktop application

2018-07-05 Thread After24
Hi Alex, Hi Om, Thank you both for your answers. Alex I gave a try to your solution by creating a simple launcher.app When it's update is complete, the main application open the launcher app using the "usr/bin/open" command and closed itself, than the launcher.app re open the main application th

Re: Restarting an AIR desktop application

2018-07-04 Thread After24
hi Alex, It means the user will have to install to applications ? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Restarting an AIR desktop application

2018-07-04 Thread After24
Hello, I need the AIR application I'm working on to be able to restart itself after an update process. The way to achieve this seems to be : /var productManager:ProductManager = new ProductManager("airappinstaller"); productManager.launch("-launch " + NativeApplication.nativeApplication.applica

Re: Optimize speed on Android

2018-06-27 Thread After24
I use exclusively the Greensock TweenLite library for animation. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Optimize speed on Android

2018-06-27 Thread After24
Lydecker, I would recommend to use UIComponent instead of LabelItemRenderer to make your item renderers as lightweight as possible. In My case, I create a MobileItemRender base class that extends UIComponent and implements the required interface IItemRenderer. Vincent. -- Sent from: http://ap

Re: Optimize speed on Android

2018-06-27 Thread After24
Hello, I also noticed that performance vary significantly on android between devices, even between devices with comparable hardware. I don't have any explanation for the data processing performance degradation when renderMode is set to gpu. Complicated views can take a while to initialize, you

Re: Optimize speed on Android

2018-06-26 Thread After24
Hello, Going beyond 60 for maxDragRate will not improve dragging performance. This parameter has no effect on the scrolling after the user releases his touch on the screen and the view continues to scroll due to the inertia. Using AS3 item renderers instead of mxml with flash displayObjects only

Publishing certified AIR application for desktop

2018-05-16 Thread After24
Hi, In the process of migrating a web Flex application to a desktop AIR application, I'm struggling with the certification process. My goal is to publish a native installer (not a captive runtime bundle) for MacOs and Windows. On Mac OS, the application will be distributed outside of the Mac app

Re: [Discussion] Life after FlashPlayer

2018-05-15 Thread After24
Hi, This article is similar to the dozens of other ones involving flash, flash player, flex and death... most of the time written by people who don't know a lot about the flash/flex ecosystem. /" In addition to Flash, they are also going to stop support for Flex, which is a framework for web-appl

Re: Loading modules from an AIR desktop app

2018-05-15 Thread After24
Hi Alex, Yes this solution works. There is an interesting post about this subject here : https://medium.com/aaronhardy/loading-a-remote-module-into-a-local-app-148963467a47 Thank you for the answer. Vincent

Loading modules from an AIR desktop app

2018-05-15 Thread After24
Hi, In the process of migrating a large application to a desktop AIR application I'm having difficulties with modules : the application is composed of several libraries and 15 modules. Everything work fine when running the app from the IDE (Intellij) where main swf and modules are generated in the

Re: Life after FlashPlayer, are you prepared?

2018-05-02 Thread After24
Hi, We are a team of two people working fulltime since 2011 on three flex applications for a single client. These three applications represents a huge amount of work so developping HTML5 substitutes is not an option for the client regarding costs and time involved. Decision has be taken to migra

Re: TLF - Edit image

2017-12-11 Thread After24
Hi Hugo, I believe that the modifyInlineGraphic method needs the selectionSate to operate properly, you should try something like this : /var state:SelectionState = new SelectionState(textFlow, inlineGraphicElement.getAbsoluteStart(), inlineGraphicElement.getAbsoluteStart() + 1); editManager.modi

Re: Display mathematical formulas in Flex Mobile/Air

2017-12-08 Thread After24
Hi Chris, We saw this library during our investigations too :-) but since we needed to display both mathematical and chemical formulas we finally choose the inline graphic approach. Could you give a feed back on the library if you use it on your project ? Vincent. -- Sent from: http://apach

Re: Display mathematical formulas in Flex Mobile/Air

2017-12-06 Thread After24
Hello Christian, No easy way I'm afraid. We use the InlineGraphicElement object of the TextLayout Framework to display complicated formulas. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Flash Builder 4.7 crash

2017-11-29 Thread After24
Alex, Sorry for my english, it's a bad translation of "travailler sur" in french :-) I meant are you using flash builder 4.7 to code ? Thank you. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Flash Builder 4.7 crash

2017-11-29 Thread After24
Hi Alex, I wasn't aware of that procedure to get FB to run on java 8. Are you working on FB 4.7 premium ? Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Flash Builder 4.7 crash

2017-11-29 Thread After24
Hello Jesper, Yes, it seems that Flash Builder and High Sierra don't get along well. I already observed other critical bug, for example you can't add a SWC library to a project in the Flex Build Path tag of the properties panel because the browse button don't launch the file browser anymore. I do

Re: Verify error #1014

2017-11-27 Thread After24
Hi Jay, I will try the brute force approach :-) thanks. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Verify error #1014

2017-11-27 Thread After24
Alex Harui-2 wrote > Are you set up to use RSLs? Are there modules involved? Generate > link-reports and see what it says about ItemRenderer. Yes I think so. Alex Harui-2 wrote > Generate link-reports and see what it says about ItemRenderer. I use the link-report compiler option of mxmlc but

Re: Verify error #1014

2017-11-25 Thread After24
Hi, I'm still stuck with this verify error that drives me nut... VerifyError: Error #1014: Class spark.components.supportClasses::ItemRenderer cannot be found. I don't understand why the error points to the ItemRenderer Class of the spark package ? If someone as a solution or an idea ? Thank y

Re: Verify error #1014

2017-11-22 Thread After24
Hello Alex, Thank you for your answer. I set up the project by copying the source folder from my old computer to the new. On my old computer I have the 4.6 version of FB. On the new one I installed the 4.7 premium version from Adobe creative cloud. I thought that the version difference was the p

Verify error #1014

2017-11-22 Thread After24
Hello, I'm trying to reinstall a project (Flash builder) on a new Imac. Compilation is fine but I get the following error at execution: VerifyError: Error #1014: Class spark.components.supportClasses::ItemRenderer cannot be found. SDK used is 4.13 After 2 hours of search, I cannot find the solu

Re: Firefox no longer running Flash debug version

2017-09-06 Thread After24
Hi Rodolpho, Your solution is way simpler than mine :-) Nonetheless, I recommend every flash devs to deactivate automatic updates on firefox and to use it only for development purpose. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Firefox no longer running Flash debug version

2017-09-06 Thread After24
Hi, The problem is due to the last release of Firefox. It seems that only http:// and https:// url are now authorized to execute flash content. The turnaround (on Mac OS). Removing firefox package from the application folder Removing the /Users//Library/Caches/Firefox folder Installing Firefox

Re: Various questions about FlexJS

2017-08-10 Thread After24
Hi Alex, Our biggest application is composed of 20 modules and 8 runtime shared librairies. Aside from a clear separation of functionalities inside the application, the use of modules and RSLs results in a significant decrease of the compiltaion duration when working on a single module of the app.

Re: Various questions about FlexJS

2017-08-10 Thread After24
Hello harbs and Piotrz, => The main goals of using modules in our workflow are in order of priority : 1 - reduce compilation duration 2 - obtaining a clear separation of code 3 - reduce application loading time for users 1 is very important in our case, if we compile all module at the same tim

Various questions about FlexJS

2017-08-09 Thread After24
Hello, As Adobe announced EOL for the flash runtime, I’m currently investigating about alternative solutions for web application development. So far Angular 2/TypeScript and FlexJS caught my attention. I just went trough a few examples provided in the sdk and also read key articles of the FlexJS

Re: FlexJS IDE integration

2017-08-09 Thread After24
Hi Josh, hi Alex, Thank you for your help, it works fine now. I was just annoyed after installing the JetBrain debugging support extension by a message triggered by chrome on a yellow bar saying that "JetBrains IDE Support is debugging this tab". For those whor are interested, there is a way to

Re: FlexJS IDE integration

2017-08-08 Thread After24
Josh, I remove all references to /frameworks/ in the global library except frameworks/libs. The compilation seems to be ok but Intellij displays an error message Here are some screen shots -- View this message in context:

Re: FlexJS IDE integration

2017-08-08 Thread After24
Josh, I removed both frameworks/libs/player and frameworks/libs/air (/frameworks/libs was already referenced) It still doesn't work. Alex, I tried to add -allow-subclass-overrides=true in the additional compiler options field (not sure about that) with no results. Thanks to both of you. Intelli

Re: FlexJS IDE integration

2017-08-08 Thread After24
FlexJS]: : interface method removeEventListener in interface IEventDispatcher is implemented with an incompatible signature in class Main Error:[helloWorldFlexJS]: : interface method dispatchEvent in interface IEventDispatcher is implemented with an incompatible signature in class Main /Users/vincent

Re: FlexJS IDE integration

2017-08-08 Thread After24
with an incompatible signature in class Main /Users/vincent/development/After24/lab/helloWorldFlexJS/src/Main.mxml Error:Error:[helloWorldFlexJS]: interface method element in interface IRenderedObject not implemented by class Main Error:Error:[helloWorldFlexJS]: interface method

Re: FlexJS IDE integration

2017-08-08 Thread After24
in class Main Error:[helloWorldFlexJS]: : interface method dispatchEvent in interface IEventDispatcher is implemented with an incompatible signature in class Main /Users/vincent/development/After24/lab/helloWorldFlexJS/src/Main.mxml Error:Error:[helloWorldFlexJS]: interface method element in interface

Re: FlexJS IDE integration

2017-08-08 Thread After24
Josh, I set the -targets to JSFlex without success. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-IDE-integration-tp15638p15652.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS IDE integration

2017-08-08 Thread After24
It's the one provided by the sdk : http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic" > -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-IDE-integra

Re: FlexJS IDE integration

2017-08-08 Thread After24
tcher is implemented with an incompatible signature in class Main Error:[helloWorldFlexJS]: : interface method dispatchEvent in interface IEventDispatcher is implemented with an incompatible signature in class Main /Users/vincent/development/After24/lab/helloWorldFlexJS/src/Main.mxml Error:Err

Re: FlexJS IDE integration

2017-08-08 Thread After24
tcher is implemented with an incompatible signature in class HelloWorld Error:[FlexJsTest]: : interface method dispatchEvent in interface IEventDispatcher is implemented with an incompatible signature in class HelloWorld /Users/vincent/development/After24/lab/FlexJsTest/src/main/flex/HelloWorld.mx

Re: FlexJS IDE integration

2017-08-08 Thread After24
Hi Josh, Thank you for the solution, I will try again to run helloWorld again :-) Vincent. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-IDE-integration-tp15638p15646.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS IDE integration

2017-08-08 Thread After24
Hello Olaf, hello Piotrz, Thank you. I would prefer to use Intellij which is a fantastic IDE (I tried vscode mainly by cursiosity). I think the Intellij integration issue is fixed in the latest version of the SDK but I don't know how to get it. Vincent. -- View this message in context: ht

FlexJS IDE integration

2017-08-08 Thread After24
Hello, I finally found the time to try FlexJS but I'm stuck with IDE issues. I'm working with Intellij 2017 and flash builder for existing projects maintenance but I don't want to use it for new projects. I first tried to setup the helloWord sample provided with the flexjs 0.8.0 sdk in Intellij

Re: Optimize speed on Android

2017-06-16 Thread After24
Hi, You can optimize a bit more by setting the Color depth to 16 bit in the XML app descriptor. 16bit The gain is not huge but not neglictable if your app manipumates bitmap objects. you can also set : stage.frameRate to 60; stage.quality to StageQuality.LOW; Scroller.maxDragRate to 80 (Stati

Re: Getting the exact screen density on AIR mobile

2016-12-09 Thread After24
Hello, For those who are interested by this subject, I asked yesterday to Michael Archbold from Distriqt if a would be possible to add this feature to their Application ANE and he did it 3 hours later ! API is very simple : /

Getting the exact screen density on AIR mobile

2016-12-08 Thread After24
Hello, I'm working on a project for which I need to get the exact screen density of the device but Capabilities.screenDPI doesn't seems to return a precise value. For example, the constructor specifications of my phone give 401 PPI but Capabilities.screenDPI returns 480 PPI. Does anyone knows if

Re: Inconsistent RPC Fault

2016-07-06 Thread After24
The problem is that the error message is very vague and doesn't gives much informations about why it happens. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Inconsistent-RPC-Fault-tp12946p12951.html Sent from the Apache Flex Users mailing list archive at Nabble.

Inconsistent RPC Fault

2016-07-05 Thread After24
Hello, Working with AMFPHP on a mobile project, I get an inconsistent error when a https service method is called : RPC Fault faultString="Echec de l'envoi" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed Usually the error sh

Re: updating flex sdk for intellij by own

2016-05-07 Thread After24
Hi, The overlay process is explained here : https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html -- View this message in context: http://apache-flex-users.246.n4.nabble.com/updating-fl

Re: iPhone 6s+ black bars at top and bottom of App

2016-03-05 Thread After24
Hi Phil, Yes, black bars appears when the following splash screen files are missing : Default@2x~iphone.png Default-375w-667h@2x~iphone.png Default-568h@2x~iphone.png Default~iphone.png Cheers. Vincent. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/iPhone-6

Re: Browser close event

2016-02-29 Thread After24
Same here, using javascript is not a reliable technique. We manage concurrent access on our application by calling a "I'm still active" method on the server at constant interval. Vincent. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Browser-close-event-tp120

Re: Issue with AMF on iOs

2016-02-25 Thread After24
Hello Clint, You nail it !!! The following key must be added to the tag of the app descriptor : NSAppTransportSecurity NSAllowsArbitraryLoads Thank you very much. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Issue-with-AMF-on-iOs-tp12056p12060.html Sent

Issue with AMF on iOs

2016-02-25 Thread After24
Hello, While developping a mobile application using flex 4.15 with the latest AIR buid I get the following error when the application calls a service method on iOS : [RPC Fault faultString="Echec de l'envoi" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error Net

Re: Unable to use Iphone simulator

2016-01-31 Thread After24
Hi, Just overlayed flex 4.15.0 with the latest AIR beta SDK (http://labs.adobe.com/downloads/air.html ) and the iPhone simulator works fine now. Vincent. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to-use-Iphone-simulator-tp11808p11873.html Sent fro

Re: Unable to use Iphone simulator

2016-01-23 Thread After24
For those who experience the same issue, it's an AIR issue that should be solved in the next beta. https://forums.adobe.com/message/8420413#8420413 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to-use

Unable to use Iphone simulator

2016-01-22 Thread After24
Hi, I'm trying to test a flex mobile project on the iPhone simulator but I get an error : "Warning: The path to platform sdk should end with iphoneOSx.x or IphoneSimulatorx.X format to avoid any unintended behavior" (see attached screen capture)

Recommended notification ANE

2015-12-02 Thread After24
Hello, I have, for an upcoming mobile project, to manage push notifications. I never did that before so I thought I could benefit from the experience and advices of those who already use that type of ANE. Until now, I have listed ANE from : http://www.myflashlab.com http://distriqt.com/ https://

RE: Parseley and [MessageHandler]

2015-09-10 Thread After24
Hello Thomas, Yes, Robotleg is excellent too and it's lighter, I used it in a project with FeatherUI and as3 signal and it works great. What makes Parsley my favorite choice is the powerful command framework that handles synchronous and asynchronous commands, command groups, command flows etc...

Re: Parseley and [MessageHandler]

2015-09-09 Thread After24
Hi Christofer, You picked the right zombie, Parsley is a fantastic ioc framework, especially since version 3.0 which added the new command framework. I don't think that you can use the [MessageHandler] tag in a class that hasn't been added the context, except by using the messaging API like you d

  1   2   >