Converting Flex 3 app to 4.6: Getting a SetProperty error - apache-flex

I've migrated a Flex 3 app over to 4.6. I noticed a glitch in the app when it changed views. When I ran the app with the debugger, I received an error: mx:states SetProperty/apply.
There was also a Reference error #1069 stating the the Property text could not be found.
Any ideas of what might be going wrong would be greatly appreciated.
Thanks.

Related

JavaFX 11, How can I handle this error? java.lang.module.FindException

Whenever I create a JavaFX project from eclipse, I got compiling error as follows and don't know how to solve the issue:
Eclipse, widows10, Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found
What I've done before I got this message: JavaFX 11 is installed, User library(JavaFX) is created and added to a project, Build path is configured, VM argument is added But I still get this error message.
I need to work on a project with JavaFX but this error stopped me from doing my job for several days.
I did exactly what is said in the link.
//openjfx.io/openjfx-docs
https://www.youtube.com/watch?v=9XJicRt_FaI&t=1365s
What seems to be the problem? I really appreciate your help.

MvvmCross Sqlite UWP

I have created Android application using MvvmCross now I would like to add UWP project also. First thing which stopped me is SQLite. While app start I have following error:
MvvmCross.Platform.Exceptions.MvxIoCResolveException: 'Failed to
resolve parameter for parameter factory of type
IMvxSqliteConnectionFactory when creating
Theseus.Mobile.Core.Services.LocalStorage.LocalStorageService'
I am reading google since 2 hours and adding wierd references but still nothing works. Did somone faced the problem ?

Xamarin Forms errors but running fine

My new Xamarin Forms compile and runs fine.
Anyway, the XAML is full of errors (the code is underlined) and IntelliSense doesn't work :
I'm running VS 2017. The error says that the property is not found in the type. That's strange because an application with this error typically won't run.
Here is an example of the error (in french)
Any idea on what could happen here ?
Many thanks in advance,
Julien
I recreated the application from scratch and now it's working.
Mysteries of computer science ...

ERROR ITMS-9000: “No architectures in the binary"

I am getting an error trying to upload an app to the iOS store.
The application was developed using FlashBuilder 4.7 and Flex 13.0.
ERROR ITMS-9000: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.” At SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
Does anyone have any ideas as to what this error is? Any help would be appreciated.
Thanks.
Try to fix your application.xml:
<iPhone>
<InfoAdditions><![CDATA[...
<key>MinimumOSVersion</key>
<string>6.0</string>
]]></InfoAdditions>
I found solution of my question after lots of try. After updating an air sdk still I got this issue.
Solution of this issue is simple.
We don't need to use any digit in app Id.
for example:
App was not submitteds app id contains digit like com.adobe.sample.7th
then I created new app having app id like com.adobe.sample.seventh and I was able to submit this app to store.

Flex Monkey issue

I am trying to setup Flex Monkey.I am using Flex SDK 3.5. I added the Additional Compiler Arguments -include-libraries "../libs/automation_monkey3.x.swc"for my project in Flex Builder.Now when I runthe application and click on Username text box, I am getting the following error.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.gorillalogic.aqadaptor::AQEnvironment/sortAncestors()[/Users/sstern/Documents/Projects/flexmonkey/MonkeyLink/src/com/gorillalogic/aqadaptor/AQEnvironment.as:328]
at Array$/_sort()
at Array/http://adobe.com/AS3/2006/builtin::sort()
at com.gorillalogic.aqadaptor::AQEnvironment/findAllAncestors()[/Users/sstern/Documents/Projects/flexmonkey/MonkeyLink/src/com/gorillalogic/aqadaptor/AQEnvironment.as:302]
at com.gorillalogic.aqadaptor::AQEnvironment/findClosestAncestor()[/Users/sstern/Documents/Projects/flexmonkey/MonkeyLink/src/com/gorillalogic/aqadaptor/AQEnvironment.as:275]
at com.gorillalogic.aqadaptor::AQEnvironment/getAutomationClassByInstance()[/Users/sstern/Documents/Projects/flexmonkey/MonkeyLink/src/com/gorillalogic/aqadaptor/AQEnvironment.as:246]
at mx.automation::AutomationManager/helpCreateIDPart()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1880]
at mx.automation.delegates.core::ContainerAutomationImpl/createAutomationIDPart()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\ContainerAutomationImpl.as:185]
at mx.core::UIComponent/createAutomationIDPart()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9299]
at mx.automation::AutomationManager/captureID()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:2657]
at mx.automation::AutomationManager/captureIDFromMouseDownEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:2588]
When I remove the Additional Compiler Parameters, the application works fine. I am unable to fix this issue. Any help is greatly appreciated.
Once I cleaned and recreated html-template folder in Flex builder, the error got resolved.Strange,but it works!

Resources