<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Fri, 07 Nov 2014 05:04:38 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-07T05:04:38Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>How to remove default menu items in a Mac Air application</title>
      <link>https://forums.adobe.com/thread/1629189</link>
      <description>&lt;!-- [DocumentBodyStart:f7a0d32e-554b-4da4-901c-a1f013e7db17] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a Air application built in Flash Builder which runs on Windows as well as in Mac.&lt;/p&gt;&lt;p&gt;My application has it's own menu bar. In windows it's OK.&lt;/p&gt;&lt;p&gt;But in Mac above my app's menu bar there is a default Mac app menu bar with four items(App Name, File, Edit, Windows), which is totally unnecessary.&lt;/p&gt;&lt;p&gt;I want to remove the Mac's default app menu bar.&lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p&gt;Jameel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f7a0d32e-554b-4da4-901c-a1f013e7db17] --&gt;&lt;img src='/beacon?t=1415938451494' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flex-air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash buildder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">context menu</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air app</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">disable menu</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">on mac</category>
      <pubDate>Fri, 07 Nov 2014 05:04:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1629189</guid>
      <dc:date>2014-11-07T05:04:38Z</dc:date>
      <clearspace:dateToText>2 days 22 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to partially copy a SQLITE database/table</title>
      <link>https://forums.adobe.com/thread/1631292</link>
      <description>&lt;!-- [DocumentBodyStart:c3a46093-4ee1-4b97-8a3d-2c1196179134] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an AIR application which uses a local Sqlite database.&lt;/p&gt;&lt;p&gt;I want to take a backup of my application. For that I have to copy some table data/rows from the database as SQL queries.&lt;/p&gt;&lt;p&gt;Requirement is a user can later import the stored things into the application, during which the copied table/data should be inserted into the new database.&lt;/p&gt;&lt;p&gt;I think retrieving each record individually and making insert query from the values and saving in a text file and then later at the time of importing executing those insert queries one by one&lt;/p&gt;&lt;p&gt;is a really expensive and time taking job. (As I have thousands of records)&lt;/p&gt;&lt;p&gt;Please suggest me an efficient method to do this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Jameel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c3a46093-4ee1-4b97-8a3d-2c1196179134] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">as3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sqlite</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash buildder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air app</category>
      <pubDate>Mon, 10 Nov 2014 10:43:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1631292</guid>
      <dc:date>2014-11-10T10:43:33Z</dc:date>
      <clearspace:dateToText>3 days 18 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to call a service from the air app when user unistalls the app?</title>
      <link>https://forums.adobe.com/thread/1558848</link>
      <description>&lt;!-- [DocumentBodyStart:3d3d508a-8608-4de9-aa3e-730874f24c65] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an air application which has a registration mechanism. i.e the app gets registered through a license key purchased from the admin.&lt;/p&gt;&lt;p&gt;During registration user's system ip address gets subscribed to the license key. &lt;/p&gt;&lt;p&gt;I have a requirement that when the application gets uninstalled, a service must be called to free the license key from that ip address. So that the same user can use the license key&lt;/p&gt;&lt;p&gt;in another system.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how to call a service when the air application gets uninstalled from the system. or how to handle the uninstall event? Is there any mechanism or solution?&lt;/p&gt;&lt;p&gt;Please help. &lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Jameel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d3d508a-8608-4de9-aa3e-730874f24c65] --&gt;</description>
      <pubDate>Wed, 27 Aug 2014 11:45:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1558848</guid>
      <dc:date>2014-08-27T11:45:45Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Air application incremental update</title>
      <link>https://forums.adobe.com/thread/1427037</link>
      <description>&lt;!-- [DocumentBodyStart:90ae643b-afb5-4bdb-ba12-cbca76eb0cd5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an AIR application of more than 300 MB. &lt;/p&gt;&lt;p&gt;For update I am using NativeApplicationUpdater-0.5.1.swc.&lt;/p&gt;&lt;p&gt;Whenever there is a small update, user have to download the entire installer package which is quite frustrating.&lt;/p&gt;&lt;p&gt;Is there any mechanism we can download only the updated files and push it to the existing application.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please suggest.&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90ae643b-afb5-4bdb-ba12-cbca76eb0cd5] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">adobe</category>
      <pubDate>Thu, 13 Mar 2014 12:21:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1427037</guid>
      <dc:date>2014-03-13T12:21:07Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

