<?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: QueryTask working on iPhone but not on IPad in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552721#M4740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, my coworker was able to solve the issue.&amp;nbsp; On his "identical" iphone app he allocated a query task/query from within a "selectedIndexChanged" type event that would edit his "where" clause in the query.&amp;nbsp; This worked on the iPhone, however, it wasn't until he pulled the alloc/init for both the query task/query into the viewDidLoad event that it worked on the iPad.&amp;nbsp; The only thing different between the two products is where the ivars were allocated.&amp;nbsp; Is there any reason why you guys can think of why this would be the case?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 19:33:20 GMT</pubDate>
    <dc:creator>BrandonLand</dc:creator>
    <dc:date>2012-02-27T19:33:20Z</dc:date>
    <item>
      <title>QueryTask working on iPhone but not on IPad</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552718#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My coworker created an iPhone app that queries a group of "Modem events" based on its key and it simply adds the results to a graphic layer and displays them.&amp;nbsp;&amp;nbsp; It works great on the iPhone but when he created a new project for the IPad and used the same code the Querytask seems to fire off but doesn't return any results (even non graphically.)&amp;nbsp;&amp;nbsp; He says he has the delegates set, but I wanted to ask if there is any known "difference" or issue here that we might be missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552718#M4737</guid>
      <dc:creator>BrandonLand</dc:creator>
      <dc:date>2012-02-16T17:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask working on iPhone but not on IPad</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552719#M4738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Verify the controls are wired up the same in both projects, including delegates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 13:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552719#M4738</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2012-02-22T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask working on iPhone but not on IPad</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552720#M4739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brandon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no difference between iPhone and iPad. You must be missing something in the iPad project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552720#M4739</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-02-22T15:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask working on iPhone but not on IPad</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552721#M4740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, my coworker was able to solve the issue.&amp;nbsp; On his "identical" iphone app he allocated a query task/query from within a "selectedIndexChanged" type event that would edit his "where" clause in the query.&amp;nbsp; This worked on the iPhone, however, it wasn't until he pulled the alloc/init for both the query task/query into the viewDidLoad event that it worked on the iPad.&amp;nbsp; The only thing different between the two products is where the ivars were allocated.&amp;nbsp; Is there any reason why you guys can think of why this would be the case?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 19:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552721#M4740</guid>
      <dc:creator>BrandonLand</dc:creator>
      <dc:date>2012-02-27T19:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask working on iPhone but not on IPad</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552722#M4741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which control has selectedIndexChanged event in iOS SDK. Could you please post some code/sample app here to look?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 18:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/querytask-working-on-iphone-but-not-on-ipad/m-p/552722#M4741</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-03-06T18:05:57Z</dc:date>
    </item>
  </channel>
</rss>

