<?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: Editor info-window behavior in Mobile App in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608064#M13545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i never found a solution for this, moved on to something else. Sorry I can't help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 11:00:28 GMT</pubDate>
    <dc:creator>AaronNash1</dc:creator>
    <dc:date>2013-03-13T11:00:28Z</dc:date>
    <item>
      <title>Editor info-window behavior in Mobile App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608060#M13541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if anyone has attempted to enable editing in a flex mobile application, but when you add a feature or edit attributes of a feature the info window it creates is significantly wider than in a web application. It goes off the screen, I am trying to set this up to work on a tablet. Please see the attached screen shot, any input would be appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Aaron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608060#M13541</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2012-07-23T11:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Editor info-window behavior in Mobile App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608061#M13542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you be able to share your information about how were you able to add the Editor to your mobile? I can't even get the Editor in my view, apparently it's relying on certain mx controls and does not compile. Would you be able to share your code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hooman&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 21:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608061#M13542</guid>
      <dc:creator>HoomanMohammadpour</dc:creator>
      <dc:date>2012-09-06T21:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Editor info-window behavior in Mobile App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608062#M13543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize for replying to a really old thread, but I'm having the same problem: the attribute editor panel stretches several screens to the left and to the right when it opens after a feature gets created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also was unable to use the editor component in a mobile project at first; then I added the mx.swc and sparkskins.swc libraries to my project and it compiled and ran.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 20:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608062#M13543</guid>
      <dc:creator>MarkDeaton</dc:creator>
      <dc:date>2013-03-07T20:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Editor info-window behavior in Mobile App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608063#M13544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can work around this partially like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;application1_initializeHandler(event:FlexEvent):void {
[INDENT]editorComponent.attributeInspector.width = 300;[/INDENT]
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This narrows the inspector panel to a usable size, but the edit field border is cut off on the right side.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608063#M13544</guid>
      <dc:creator>MarkDeaton</dc:creator>
      <dc:date>2021-12-12T02:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Editor info-window behavior in Mobile App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608064#M13545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i never found a solution for this, moved on to something else. Sorry I can't help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 11:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/editor-info-window-behavior-in-mobile-app/m-p/608064#M13545</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-03-13T11:00:28Z</dc:date>
    </item>
  </channel>
</rss>

