<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Sencha Forum - Desktop Packager</title>
		<link>http://www.sencha.com/forum/</link>
		<description>All things related to the Sencha Desktop Packager</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 11:20:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sencha.com/forum/images/misc/rss.png</url>
			<title>Sencha Forum - Desktop Packager</title>
			<link>http://www.sencha.com/forum/</link>
		</image>
		<item>
			<title>Activate</title>
			<link>http://www.sencha.com/forum/showthread.php?266183-Activate&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 07:26:33 GMT</pubDate>
			<description><![CDATA[Hi there, 
 
I am trying to install Desktop Packager. 
I typed  
 
ionpackage --activate 
Username: Foo 
Password: 123456 
Activation Code: <emtpy>]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I am trying to install Desktop Packager.<br />
I typed <br />
<br />
<i>ionpackage --activate<br />
</i>Username: Foo<br />
Password: 123456<br />
Activation Code: <i>&lt;emtpy&gt;<br />
</i><br />
But it only shows <i>Activation Code </i>over and over again.<br />
<br />
System: WinXP<br />
<br />
What am I doing wrong?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?112-Desktop-Packager">Desktop Packager</category>
			<dc:creator>Kurt001</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?266183-Activate</guid>
		</item>
		<item>
			<title>Create your first app: Menu error</title>
			<link>http://www.sencha.com/forum/showthread.php?265963-Create-your-first-app-Menu-error&amp;goto=newpost</link>
			<pubDate>Sat, 15 Jun 2013 14:58:45 GMT</pubDate>
			<description>**Windows Machine** 
I am unable to add a menu to my application, here is my code snippet: 
**helloconfig.json** 
 
 
    { 
      ...</description>
			<content:encoded><![CDATA[<div>**Windows Machine**<br />
I am unable to add a menu to my application, here is my code snippet:<br />
**helloconfig.json**<br />
<br />
<br />
    {<br />
       &quot;applicationName&quot;: &quot;Project 1&quot;,<br />
       &quot;applicationIconPaths&quot;: [&quot;project1.ico&quot;, &quot;project1.icns&quot;],<br />
       &quot;versionString&quot;: &quot;1.0&quot;,<br />
       &quot;outputPath&quot;: &quot;Project_Output&quot;,<br />
       &quot;webAppPath&quot;: &quot;hello/&quot;,<br />
       &quot;settings&quot;: {<br />
           &quot;mainWindow&quot;: {<br />
               &quot;autoShow&quot;: true<br />
           }<br />
       }<br />
    }<br />
    <br />
**index.html**<br />
<br />
<br />
    &lt;html&gt;<br />
    &lt;head&gt;<br />
      &lt;title&gt;Hello&lt;/title&gt;<br />
      &lt;script type=&quot;text/javascript&quot;&gt;<br />
         function addMenu() {<br />
		  var fileMenu = Ion.ui.mainWindow.menuBar.addMenu(&quot;File&quot;);<br />
		  fileMenu.addMenuItem(&quot;Change Color&quot;, changeColor);<br />
		  fileMenu.addSeparator();<br />
		  fileMenu.addMenuItem(&quot;Exit&quot;, handleExit);<br />
         }<br />
      &lt;/script&gt;<br />
    &lt;/head&gt;<br />
    &lt;body&gt;<br />
      &lt;p&gt;Hello, world!&lt;/p&gt;<br />
    &lt;/body&gt;<br />
    &lt;/html&gt;<br />
    <br />
**CMD O/P**<br />
<br />
<br />
    Packing from configuration file helloconfig.json...<br />
    Output path already exists. Overwrite (Y/N)? y<br />
    Output path will be overwritten.<br />
    Searching for files. Please wait...<br />
    Total of 2 files to be packaged.<br />
    Target package file F:\Users\JaiNarayana\Documents\Sencha Desktop Projects\Proje<br />
    ct 1\Project_Output\app.ion<br />
    Package created at F:\Users\JaiNarayana\Documents\Sencha Desktop Projects\Projec<br />
    t 1\Project_Output<br />
    Package F:\Users\JaiNarayana\Documents\Sencha Desktop Projects\Project 1\Project<br />
    _Output\app.ion (992 bytes) is verified. Everything looks good.<br />
    Encrypting package with basic encryption...<br />
    Package encrypted successfully.<br />
    Extracting run-time to F:\Users\JaiNarayana\Documents\Sencha Desktop Projects\Pr<br />
    oject 1\Project_Output<br />
    Run-time is extracted.<br />
    <br />
I have also used separate .js file but nothing works.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?112-Desktop-Packager">Desktop Packager</category>
			<dc:creator>Dev-Dipesh</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?265963-Create-your-first-app-Menu-error</guid>
		</item>
		<item>
			<title><![CDATA[[BUG] Packaged App runs very slowly]]></title>
			<link>http://www.sencha.com/forum/showthread.php?265898-BUG-Packaged-App-runs-very-slowly&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 11:26:00 GMT</pubDate>
			<description><![CDATA[So I'm testing Desktop Packager for the first time. Since my webapp will be updated frequently, and there's no Over-the-air updates yet, my app...]]></description>
			<content:encoded><![CDATA[<div>So I'm testing Desktop Packager for the first time. Since my webapp will be updated frequently, and there's no Over-the-air updates yet, my app simply consists of the JS for toolbar etc, reading configuration, and a login form - which targets a remote URL.<br />
Once logged in it downloads hundreds of JS files, images, css etc. (it just happens to not be minified/concatenated for testing). Looking at the debugger it starts off pretty quickly, but then slows to a crawl in making connections to downloads JS files.<br />
Once the app is finally up (say 10 mins, versus a few seconds in Chrome), then navigation around the (extjs-based) app is very slow still. Of the order of 10-20x slower than expected.<br />
I'll do some tests with the minified+concatenated version.<br />
<br />
I'm guessing here that I'm hitting some performance bottleneck iin the framework due to the number or size of the resources I've remotely downloaded - perhaps the indexing and retrieval of files from the cache?<br />
The actual process size is only ~60MB, so not astoonomical, and it's downloaded a few hundred resources totally &lt;4MB.<br />
Running the JS CPU profiler shows &gt;98% of the time is not spent in the JS.<br />
Is there any (undocumented) options to increase the size of hash-tables, number of concurrent connections it can make etc.?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?112-Desktop-Packager">Desktop Packager</category>
			<dc:creator>PaulPriest</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?265898-BUG-Packaged-App-runs-very-slowly</guid>
		</item>
		<item>
			<title>Media format support in Desktop Packager apps</title>
			<link>http://www.sencha.com/forum/showthread.php?265660-Media-format-support-in-Desktop-Packager-apps&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 20:16:50 GMT</pubDate>
			<description><![CDATA[Does anyone know if Desktop Packager apps support .mp3 playback? Google's Chromium Embedded Framework does not and I wanted to verify if this was an...]]></description>
			<content:encoded><![CDATA[<div>Does anyone know if Desktop Packager apps support .mp3 playback? Google's Chromium Embedded Framework does not and I wanted to verify if this was an issue with DP as well. Is there a list of supported file formats in DP?<br />
<br />
Thanks!</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?112-Desktop-Packager">Desktop Packager</category>
			<dc:creator>eestes1</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?265660-Media-format-support-in-Desktop-Packager-apps</guid>
		</item>
		<item>
			<title>Support for Node.js modules in Dekstop Packager?</title>
			<link>http://www.sencha.com/forum/showthread.php?264897-Support-for-Node.js-modules-in-Dekstop-Packager&amp;goto=newpost</link>
			<pubDate>Thu, 30 May 2013 18:01:48 GMT</pubDate>
			<description>Does desktop packager offer complete support for directly calling node.js APIs and third party modules like with node-webkit?  If not, are their any...</description>
			<content:encoded><![CDATA[<div>Does desktop packager offer complete support for directly calling node.js APIs and third party modules like with node-webkit?  If not, are their any plans to support this scenario soon?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?112-Desktop-Packager">Desktop Packager</category>
			<dc:creator>trentmswanson</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264897-Support-for-Node.js-modules-in-Dekstop-Packager</guid>
		</item>
		<item>
			<title>Bypassing Print Dialog</title>
			<link>http://www.sencha.com/forum/showthread.php?264757-Bypassing-Print-Dialog&amp;goto=newpost</link>
			<pubDate>Wed, 29 May 2013 12:29:32 GMT</pubDate>
			<description>Hi, 
 
Is it possible with SDP to sending instructions to the default printer without first invoking a print dialog? 
 
Rich</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Is it possible with SDP to sending instructions to the default printer without first invoking a print dialog?<br />
<br />
Rich</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?112-Desktop-Packager">Desktop Packager</category>
			<dc:creator>kim3er</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264757-Bypassing-Print-Dialog</guid>
		</item>
	</channel>
</rss>
