<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Flex Mobile using 3.4 or 3.5 compile problems in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433121#M10093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After that thread I still had release build problems also. I was able to solve it by making an additional change to the AttributeInspectorSkin. I had to change the memoField to use a text field. This solved my problem, not sure it will solve yours but your welcome to try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;fx:Component id="memoField"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldClasses:MemoField minWidth="200"/&amp;gt;
&amp;lt;/fx:Component&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change To:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;fx:Component id="memoField"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldClasses:TextField minWidth="200"/&amp;gt;
&amp;lt;/fx:Component&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I am on 3.4 and I am no referencing the mx.swc or sparksskins.swc at all. Everything compiles and release builds fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope This Helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:28:43 GMT</pubDate>
    <dc:creator>IsaiahAguilera</dc:creator>
    <dc:date>2021-12-12T16:28:43Z</dc:date>
    <item>
      <title>Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433116#M10088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can not get a release build using either the 3.4 or 3.5 api on a flex mobile project.&amp;nbsp; I switch the library back to 3.3 and it's working again.&amp;nbsp; Using 3.4/3.5 I can debug, launch the project on the device with a fast packaging (I have not tried standard) - problem only occurs when I go to compile my release build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My log file for 3.4/3.5:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!ENTRY com.adobe.flexbuilder.project 4 43 2013-10-01 09:40:08.431&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!MESSAGE Error occurred while packaging the application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in thread "main" java.lang.Error: Unable to find named traits: mx.controls::RichTextEditor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.Domain.resolveTypeName(Domain.java:232)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.Domain.resolveTypeName(Domain.java:149)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:273)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.GlobalOptimizer$InputAbc.resolveSlotType(GlobalOptimizer.java:956)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.GlobalOptimizer$InputAbc.resolveType(GlobalOptimizer.java:536)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.GlobalOptimizer$InputAbc.resolveTypes(GlobalOptimizer.java:449)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:334)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:611)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Compilation failed while executing : ADT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It continues from there...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what else to do but to stick with 3.3 for all my mobile projects.&amp;nbsp; I'm using flash builder 4.7, apache flex 4.10.0 11.8 Air 3.8.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 17:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433116#M10088</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2013-10-01T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433117#M10089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you add both mx.swc and sparkskins.swc to the library?&amp;nbsp; The&amp;nbsp; AttributeInspector and RelationShipInspector where also redone in 3.4 from 3.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433117#M10089</guid>
      <dc:creator>MikeDahm</dc:creator>
      <dc:date>2013-10-03T19:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433118#M10090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did try adding mx.swc and sparkskins.swc but it did not solve the issue.&amp;nbsp; I added skins to solve the warnings we get bc of the attributeInspector/relationshipInspector and the warnings clear but still can't build a final release.&amp;nbsp; I am using multiple libraries and I created a test project where I tested each library individually.&amp;nbsp; I only run into issues when I pull in 3.4 or 3.5.&amp;nbsp; I have only worked on mobile projects since I upgraded, so I do not know if I have the same problem with a desktop project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.3 is working great, there is no need to use skins and it has all the functionality I need to create my project.&amp;nbsp; So for now it's my work around.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433118#M10090</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2013-10-04T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433119#M10091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please review following thread.&amp;nbsp; This issue should help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/89517-Runtime-error-with-new-3.4-API"&gt;http://forums.arcgis.com/threads/89517-Runtime-error-with-new-3.4-API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope This Helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433119#M10091</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-10-07T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433120#M10092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I'm actually the last commenter on that thread.&amp;nbsp; I can get the warnings to clear, which then allows me test the application.&amp;nbsp; Even with this fix I can not get a release build.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:45:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433120#M10092</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2013-10-07T15:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433121#M10093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After that thread I still had release build problems also. I was able to solve it by making an additional change to the AttributeInspectorSkin. I had to change the memoField to use a text field. This solved my problem, not sure it will solve yours but your welcome to try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;fx:Component id="memoField"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldClasses:MemoField minWidth="200"/&amp;gt;
&amp;lt;/fx:Component&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change To:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;fx:Component id="memoField"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldClasses:TextField minWidth="200"/&amp;gt;
&amp;lt;/fx:Component&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I am on 3.4 and I am no referencing the mx.swc or sparksskins.swc at all. Everything compiles and release builds fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope This Helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433121#M10093</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2021-12-12T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433122#M10094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! I'll give this a try next time I upgrade the api.&amp;nbsp; I think for now I'm sticking with 3.3, unless I hit a limitation with the functionality it saves me from having to apply the fix.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433122#M10094</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2013-10-07T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile using 3.4 or 3.5 compile problems</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433123#M10095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might try this sample: &lt;/SPAN&gt;&lt;A href="https://github.com/lheberlie/building-mobile-apps-flex/tree/develop/samples/hello-infowindow"&gt;https://github.com/lheberlie/building-mobile-apps-flex/tree/develop/samples/hello-infowindow&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; I compiled this just the other day using version 3.5.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 16:32:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-using-3-4-or-3-5-compile-problems/m-p/433123#M10095</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2013-10-07T16:32:05Z</dc:date>
    </item>
  </channel>
</rss>

