Select to view content in your preferred language

Flex API  2.5 Warnings

738
3
Jump to solution
03-08-2012 07:28 AM
ionarawilson1
Deactivated User
I downloaded the Flex Api 2.5 and created a project and copied all the necessary data into this project, including the library file. However some applications are displaying warnings:

For example

Legend Skin displays " This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option. LegendSkin.mxml /FLEX_API_2_5/src/com/esri/ags/skins Unknown Flex Problem

And 7 other applications such as AttributeInspectorInfoWindowViewonly, EditorSkin, LayerTOC, etc  show "data binding will not be able to detect assignments to length (please see attached image)"

What am I doing wrong? What am I missing? Thank you so much!!!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
7 other applications such as AttributeInspectorInfoWindowViewonly, EditorSkin, LayerTOC, etc  show "data binding will not be able to detect assignments to length (please see attached image)"


Those are warnings that you can ignore. The samples still work fine.  This warning was new with the Adobe 4.5 SDK. We've updated our samples for the next release (3.0 Prerelease) using the same solution as sugggested by Sarthak in his post at http://forums.arcgis.com/threads/29750-Flex-SDK-4.5-support?p=103307&viewfull=1#post103307 to get rid of the warning.

View solution in original post

0 Kudos
3 Replies
BjornSvensson
Esri Regular Contributor
7 other applications such as AttributeInspectorInfoWindowViewonly, EditorSkin, LayerTOC, etc  show "data binding will not be able to detect assignments to length (please see attached image)"


Those are warnings that you can ignore. The samples still work fine.  This warning was new with the Adobe 4.5 SDK. We've updated our samples for the next release (3.0 Prerelease) using the same solution as sugggested by Sarthak in his post at http://forums.arcgis.com/threads/29750-Flex-SDK-4.5-support?p=103307&viewfull=1#post103307 to get rid of the warning.
0 Kudos
ionarawilson1
Deactivated User
Thank you for answering that Bjorn. I will take a look at the page you mentioned to see if it gets rid or the warnings and will let you know! Cheers!!!
0 Kudos
KarenRobine
Frequent Contributor
This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.


Ionara:

What did you do to get rid of that warning message? I have it in one of my widgets and can't figure out how to get rid of it.
0 Kudos