<?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 - Sencha Touch 2.x: Discussion</title>
		<link>http://www.sencha.com/forum/</link>
		<description>Community help and discussion with using Sencha Touch 2</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 18:30:50 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sencha.com/forum/images/misc/rss.png</url>
			<title>Sencha Forum - Sencha Touch 2.x: Discussion</title>
			<link>http://www.sencha.com/forum/</link>
		</image>
		<item>
			<title>Mouse / Touch issue on Surface</title>
			<link>http://www.sencha.com/forum/showthread.php?264183-Mouse-Touch-issue-on-Surface&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 06:42:23 GMT</pubDate>
			<description>I know that is not officially supported, but we have succesfully develop a web app used in both IPAD and Windows 7 tablets (using Chrome) 
 
 
To...</description>
			<content:encoded><![CDATA[<div>I know that is not officially supported, but we have succesfully develop a web app used in both IPAD and Windows 7 tablets (using Chrome)<br />
<br />
<br />
To achive this we had to change the function:<br />
<br />
<br />
Touch: function() {<br />
    return this.isEventSupported('touchstart') &amp;&amp; !(Ext.os &amp;&amp; Ext.os.name.match(/Windows|MacOS|Linux/) &amp;&amp; !Ext.os.is.BlackBerry6);<br />
},<br />
<br />
<br />
in:<br />
<br />
<br />
Touch: function() {<br />
    return this.isEventSupported('touchstart');<br />
},<br />
<br />
<br />
to allow Chrome on Windows 7 tablets to scroll using fingers.<br />
<br />
<br />
Now some our customers are trying to use Microsoft Surface with Windows 8 Pro and we are facing a new issue:<br />
<br />
<br />
Without patch Mouse works but touch scroll no (as before)<br />
Using patch scroll start working but mouse is completely ignored...<br />
<br />
<br />
Seems that Sencha frameworkgot confused on which events subscribe.<br />
<br />
<br />
Someone have a clue how to fix this ?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>Roberto Selleri</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264183-Mouse-Touch-issue-on-Surface</guid>
		</item>
		<item>
			<title>Documentation : what a pity !</title>
			<link>http://www.sencha.com/forum/showthread.php?264134-Documentation-what-a-pity-!&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 14:04:26 GMT</pubDate>
			<description><![CDATA[Dear all, 
 
I'm using Sencha Touch for a few month now. The framework is really great and the community also ( fast reply from other members or from...]]></description>
			<content:encoded><![CDATA[<div>Dear all,<br />
<br />
I'm using Sencha Touch for a few month now. The framework is really great and the community also ( fast reply from other members or from sencha team ). Thanks a lot for this tool !<br />
<br />
There is one big problem with Sencha Touch ; The documentation. <br />
The documentation has a very bad quality :<ul><li>Lot of example does not work</li>
<li>Lot of detail missing</li>
<li>Lot of ambigus notation</li>
</ul>On some documentation topic, there is a lot of comments from user saying the doc is not true, the example is not working, etc... but it seems to never be updated.<br />
<b><br />
What do think about the current documentation ?<br />
</b>Are you happy with it ? Do you also think there is a big lack of quality for the documentation ? <br />
Maybe I'm the only one to found the documentation not clear ?<br />
<br />
<b>What can we do to improve documentation quality ?<br />
</b>Is is a place to notify documentation error / missing documentation ? Is there a project somewhere to correct the current documentation ? Is there somewhere some kind of &quot;wiki&quot; documentation ? <br />
<br />
<b>Do we have access to better documentation if a pay for Sencha support ?<br />
</b><br />
<br />
Best regards,<br />
<br />
Qde.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>qde</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264134-Documentation-what-a-pity-!</guid>
		</item>
		<item>
			<title><![CDATA[Performance on Android with "O’Reilly Conferences App" demo]]></title>
			<link>http://www.sencha.com/forum/showthread.php?264124-Performance-on-Android-with-quot-O’Reilly-Conferences-App-quot-demo&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 12:47:44 GMT</pubDate>
			<description><![CDATA[Hello, I´ve created an APK with the "O’Reilly Conferences App" demo app. Once it is installed on Android devices (Even on Samsung S3) the performance...]]></description>
			<content:encoded><![CDATA[<div>Hello, I´ve created an APK with the &quot;O’Reilly Conferences App&quot; demo app. Once it is installed on Android devices (Even on Samsung S3) the performance of the lists are VERY POOR, the list does not respond well to the fingers and it provides a bad user experience.<br />
<br />
Has someone discovered why this is happening with this demo? We have start developing using this list as a example for other app, but the customer is not happy with this.<br />
<br />
I´ll appreciate your insights!<br />
<br />
Regards,<br />
Gustavo</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>tavojavi</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264124-Performance-on-Android-with-quot-O’Reilly-Conferences-App-quot-demo</guid>
		</item>
		<item>
			<title>Evaluating execution time of listview rendering</title>
			<link>http://www.sencha.com/forum/showthread.php?264109-Evaluating-execution-time-of-listview-rendering&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 10:39:18 GMT</pubDate>
			<description>Hi to all, can you help me in this porpouse? I would measure the execution time of the only graphics list rendering: is there an approach, like using...</description>
			<content:encoded><![CDATA[<div><font color="#777777"><span style="font-family: Helvetica Neue">Hi to all, can you help me in this porpouse? I would measure the execution time of the only graphics list rendering: is there an approach, like using events, that allow me to retrieve this information?</span></font><br />
<font color="#777777"><span style="font-family: Helvetica Neue">Please help me. Thanks for all!</span></font></div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>nigno21</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264109-Evaluating-execution-time-of-listview-rendering</guid>
		</item>
		<item>
			<title><![CDATA[Can't scroll to the bottom if content too long]]></title>
			<link>http://www.sencha.com/forum/showthread.php?264108-Can-t-scroll-to-the-bottom-if-content-too-long&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 10:34:55 GMT</pubDate>
			<description><![CDATA[Why it can't scroll to the bottom if the content too long? 
 
Code: 
--------- 
this._panel = {            xtype: 'panel', 
            height:...]]></description>
			<content:encoded><![CDATA[<div>Why it can't scroll to the bottom if the content too long?<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">this._panel = {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'panel',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height: '100%',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scrollable: true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; items: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html: '&lt;img src=&quot;http://images5.fanpop.com/image/photos/29400000/Iron-Man-Tony-Stark-the-avengers-29489238-2124-2560.jpg&quot; /&gt;'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html: '&lt;img src=&quot;http://images5.fanpop.com/image/photos/29400000/Iron-Man-Tony-Stark-the-avengers-29489238-2124-2560.jpg&quot; /&gt;'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; &nbsp; &nbsp; };<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.add(this._panel);</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>MYlover</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264108-Can-t-scroll-to-the-bottom-if-content-too-long</guid>
		</item>
		<item>
			<title>ScrollTo does not work?</title>
			<link>http://www.sencha.com/forum/showthread.php?264102-ScrollTo-does-not-work&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 09:12:23 GMT</pubDate>
			<description><![CDATA[Hi guys, 
we have one EXT object named HtmlPage, you can check the following code. when click some link, it will call function 'loadPage' to load the...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
we have one EXT object named HtmlPage, you can check the following code. when click some link, it will call function 'loadPage' to load the HTML page content on this object. if it passes a parameter 'bookmark', it should scroll to the right position. the code works perfect on Chrome, but when i tested with iPad2 and iPhone, it only scrolls to the right position for the first time when we call function 'loadPage'. after that, it does not work any longer.<br />
anyone can tell me what is the issue?<br />
<br />
Thanks,<br />
Kohyea<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define('app.view.HtmlPage', {<br />
&nbsp; &nbsp; extend: 'Ext.Container',<br />
&nbsp; &nbsp; xtype: 'htmlPage',<br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; scrollable: {direction: 'auto'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; cls: 'htmlPage'<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; loadingText: 'Loading...',<br />
&nbsp; &nbsp; dispatchUrl: '/load/?id=',<br />
&nbsp; &nbsp; initialize: function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.loadPage({page: this.config.page});<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; loadPage: function(cfg) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; var page = cfg.page;<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.setMasked({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'loadmask',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; message: this.loadingText<br />
&nbsp; &nbsp; &nbsp; &nbsp;  });&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; Ext.Ajax.request({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url: this.dispatchUrl + page,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; method: 'GET',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; params: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'company': app.company,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'site': app.site<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scope: this,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; success: function(result) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.setMasked(false);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var rs = Ext.decode(result.responseText);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (rs.success) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var data = rs.data;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; document.title = data.title + ' - ' + app.name;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.setHtml(data.content);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (cfg.bookmark) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var fn = function(id) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var el = this.element.child('#' + id + ', [name='+id+']'),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top = (Ext.fly(el).getOffsetsTo(this.element)[1]) + this.element.dom.scrollTop,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scroller = this.getScrollable().getScroller();&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b><font color="#ff0000">scroller.scrollTo(null, top); </font></b> <font color="#0000ff">//the code does not work on iPad2 and iPhone</font>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; };<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ext.Function.defer(fn, 100, this, [cfg.bookmark]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var scroller = this.getScrollable().getScroller();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scroller.scrollToTop();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>kohyea</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264102-ScrollTo-does-not-work</guid>
		</item>
		<item>
			<title>Handling multiple dimension images (Sencha2)</title>
			<link>http://www.sencha.com/forum/showthread.php?264082-Handling-multiple-dimension-images-(Sencha2)&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 05:04:28 GMT</pubDate>
			<description>I am experienced developer in android platform but newbie to Sencha touch. I have following questions: 
1) How sencha2 handles multiple dimension...</description>
			<content:encoded><![CDATA[<div>I am experienced developer in android platform but newbie to Sencha touch. I have following questions:<br />
1) How sencha2 handles multiple dimension images, just like in android we have different folders to put different resolution images like HDPI, MDPI, XHDPI, LDPI. (In our application we are planing to keep all the images in device itself)<br />
2) If I have to use image I have to set Height as mandatory parameter, is there any way in sencha just as we have Fill_parent, wrap_content in Android<br />
Please suggest.....</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>senchaNewbie1</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264082-Handling-multiple-dimension-images-(Sencha2)</guid>
		</item>
		<item>
			<title>Sencha component to view TXT,PDF,ODT,DOC</title>
			<link>http://www.sencha.com/forum/showthread.php?264013-Sencha-component-to-view-TXT-PDF-ODT-DOC&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 07:22:43 GMT</pubDate>
			<description>Hi, 
 
Anyone try it before? I would like to develop a UI when click on a hyerlink, it will show the content in a pop window or maybe a floating...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Anyone try it before? I would like to develop a UI when click on a hyerlink, it will show the content in a pop window or maybe a floating panel. This pop-up can be a componment of  sencha to view TXT,PDF,ODT,DOC.<br />
<br />
Regards,<br />
becks</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>becky99</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264013-Sencha-component-to-view-TXT-PDF-ODT-DOC</guid>
		</item>
		<item>
			<title><![CDATA[ST2.2 "compass compile" result seems to be missing "default" styling]]></title>
			<link>http://www.sencha.com/forum/showthread.php?263979-ST2.2-quot-compass-compile-quot-result-seems-to-be-missing-quot-default-quot-styling&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 19:00:04 GMT</pubDate>
			<description><![CDATA[I'm building an app using ST 2.2.  I'm ready to start styling my pages, so I'm testing the compass/SASS feature to make sure it works (before...]]></description>
			<content:encoded><![CDATA[<div>I'm building an app using ST 2.2.  I'm ready to start styling my pages, so I'm testing the compass/SASS feature to make sure it works (before applying any custom styling).  While the compile finishes without error, the resulting stylesheet is 100K smaller than the default stylesheet that came with the initial project, and looks as though I were using only the &quot;base&quot; theme, not the default theme.  (In other words, the default theme seems to be missing, and the page looks terrible.)<br />
<br />
Thinking I must have messed something up, I redownloaded ST2.2 and Cmd, re-installed both of them, and checked my versions:<br />
<br />
Cmd: Sencha Cmd v3.1.1.274<br />
Compass: Compass 0.11.1 (Antares)<br />
<br />
I then generated a new app from scratch and checked it in the browser.  It looked like this:<br />
 <br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43864"  title="Name:  
Views: 
Size:  ">Attachment 43864</a><br />
<br />
I then compiled its SASS with compass.  I get exactly the same result. The newly compiled one is missing all styling:<br />
 <br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43865"  title="Name:  
Views: 
Size:  ">Attachment 43865</a><br />
<br />
The &quot;compass compile&quot; step seems to be working correctly -- I get no errors, and a new file is being generated.  And the necessary default theme files seem to be there, or at least I get errors if I remove them.  So I'm baffled.  I figure the forums would be full of posts if everyone got the same results I have, so I must have missed a small but important step somewhere.<br />
<br />
I'm using using a Mac (10.8.3).  Has anyone run into the same issue?  Or have any ideas for something I can try?<br />
<br />
Thanks in advance!<br />
Michael</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43864&amp;d=1368903470">before.png&lrm;</a> 
(44.6 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43865&amp;d=1368903509">after.png&lrm;</a> 
(33.2 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>TheTallGuy</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263979-ST2.2-quot-compass-compile-quot-result-seems-to-be-missing-quot-default-quot-styling</guid>
		</item>
		<item>
			<title>Post on Facebook wall</title>
			<link>http://www.sencha.com/forum/showthread.php?263965-Post-on-Facebook-wall&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 09:42:23 GMT</pubDate>
			<description>Hy I want to share News on my facebook wall. 
this is my code: 
 
Code: 
--------- 
window.fbAsyncInit = function() {		FB.init({		  appId   :...</description>
			<content:encoded><![CDATA[<div><font color="#3E3E3E"><span style="font-family: Helvetica Neue">Hy I want to share News on my facebook wall.</span></font><br />
<font color="#3E3E3E"><span style="font-family: Helvetica Neue">this is my code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"></code><hr />
</div> </span></font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">window.fbAsyncInit = function() {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FB.init({&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; appId&nbsp;  : '136041603241236', // should be replaced with your Facebook Application ID&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; status&nbsp; : true, // check login status&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cookie&nbsp; : true, // enable cookies to allow the server to access the session&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xfbml&nbsp;  : true // parse XFBML&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });&nbsp; &nbsp; &nbsp; &nbsp; };FB.ui(&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; method: 'stream.publish',&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; attachment: {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name: 'Demo Pulish To Wall With Popup And Call Back Function',&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: (&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &quot;I have experienced with Share On Wall with Popup windows and would like to share with you. Check it now.&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ),&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; href: &quot;http://4rapiddev.com/facebook-graph-api/facebook-publish-to-wall-with-popup-or-dialog-and-call-back/&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; display: 'popup'&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; function(response) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (response &amp;&amp; response.post_id) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert('Post was published with post_id:' + response.post_id);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert('Post was not published.');&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });&nbsp; &nbsp; &nbsp; &nbsp; And I have added this on index.html&lt;script type=&quot;text/javascript&quot; src=&quot;http://connect.facebook.net/en_US/all.js&quot;&gt;&lt;/script&gt;&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;&nbsp; ( body)the result is a dialog shown with error : <font color="#333333"><span style="font-family: lucida grande">Une erreur s’est produite. Veuillez réessayer plus tard.</span></font><font color="#3E3E3E"><span style="font-family: Helvetica Neue"><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</span></font></code><hr />
</div> <font color="#3E3E3E"><span style="font-family: Helvetica Neue"><br />
Any help please???</span></font></div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>sendy</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263965-Post-on-Facebook-wall</guid>
		</item>
		<item>
			<title>Panels in card llayout not showing up</title>
			<link>http://www.sencha.com/forum/showthread.php?263901-Panels-in-card-llayout-not-showing-up&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 09:47:09 GMT</pubDate>
			<description><![CDATA[Hi, I've been trying for hours to include show a panel into a card layout container without any success. The main problem is that, when i use a panel...]]></description>
			<content:encoded><![CDATA[<div>Hi, I've been trying for hours to include show a panel into a card layout container without any success. The main problem is that, when i use a panel with my items it works, but when i use a panel with card layout that should display the items panel in a card, it doesn't. Here is my code.<br />
<br />
First of all the working part that gives the following : <br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43841"  title="Name:  
Views: 
Size:  ">Attachment 43841</a><br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define(&quot;SAIMobile.view.OpenedTasks&quot;, {<br />
&nbsp; &nbsp; extend: 'Ext.Container',<br />
&nbsp; &nbsp; xtype:'openedtaskpage',<br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; title: 'Opened',<br />
&nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'add',<br />
&nbsp; &nbsp; &nbsp; &nbsp; cls: 'agenda',<br />
&nbsp; &nbsp; &nbsp; &nbsp; layout: 'vbox',<br />
&nbsp; &nbsp; &nbsp; &nbsp; items:[<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'titlebar',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: 'navTitlebar',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; docked: 'top',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title: 'Nav',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; items: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'arrow_left',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'back',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'left'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'refresh',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'refresh',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'left'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'settings',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'filter',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'right'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'arrow_right',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'next',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'right'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flex: 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'list',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; store: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fields: ['name'],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; data: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'Cowper'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'Everett'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'University'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'Forest'}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; itemTpl: '{name}',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flex:10<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } <br />
&nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div> Now i want to put this into a card so i create another item containing this : <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define('SAIMobile.view.EntriesNavigator',{<br />
&nbsp; &nbsp; extend: 'Ext.Panel',<br />
&nbsp; &nbsp; xtype:'entriesnavigator',<br />
&nbsp; &nbsp; itemId: '#nav',<br />
&nbsp; &nbsp; layout: 'vbox',<br />
&nbsp; &nbsp; scrollbar: 'vertical',<br />
&nbsp; &nbsp; items: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'titlebar',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: 'navTitlebar',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; docked: 'top',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title: 'Nav',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; items: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'arrow_left',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'back',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'left'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'refresh',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'refresh',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'left'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'settings',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'filter',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'right'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:'button',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'arrow_right',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; action: 'next',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align: 'right'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flex: 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; },{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'list',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; store: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fields: ['name'],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; data: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'Cowper'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'Everett'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'University'},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name: 'Forest'}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; itemTpl: '{name}',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flex:10<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; <br />
&nbsp; &nbsp; ]<br />
})</code><hr />
</div> and i create on the fly the element in the previous panel and add it to the items<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define(&quot;SAIMobile.view.OpenedTasks&quot;, {<br />
&nbsp;  extend: 'Ext.Container',<br />
&nbsp; &nbsp; xtype:'openedtaskpage',<br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; title: 'Opened',<br />
&nbsp; &nbsp; &nbsp; &nbsp; iconCls: 'add',<br />
&nbsp; &nbsp; &nbsp; &nbsp; cls: 'agenda',<br />
&nbsp; &nbsp; &nbsp; &nbsp; layout: 'card',<br />
&nbsp; &nbsp; &nbsp; &nbsp; items:[<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; initComponent: function(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; var nav = Ext.create('SAIMobile.view.EntriesNavigator');<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.add(nav)<br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div> The code executes without any error but i've a blank panel like if nothing were created, i also tried with this.setActiveItem, it doesn't work better.<br />
<br />
Another try i did was to put inside the items[] array an element of type 'entriesnavigator'...but i still have a blank panel.<br />
<br />
I'm having this problem all the time so there is obviously something that i didn't get.<br />
<br />
Any help would be greatly appreciated<br />
<br />
Thank in advance</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43841&amp;d=1368783279">panel.png&lrm;</a> 
(10.8 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>REMIBLOCH</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263901-Panels-in-card-llayout-not-showing-up</guid>
		</item>
		<item>
			<title>loop for fn function always return last value</title>
			<link>http://www.sencha.com/forum/showthread.php?263890-loop-for-fn-function-always-return-last-value&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 07:12:08 GMT</pubDate>
			<description><![CDATA[some problem thing here 
 
Code: 
--------- 
for (i =1; i<=4; i++) { 
                    picturesListeners.push({ 
                        element:...]]></description>
			<content:encoded><![CDATA[<div>some problem thing here<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">for (i =1; i&lt;=4; i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; picturesListeners.push({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; element: 'element',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; delegate: 'div.img'+i,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; event: 'tap',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fn: function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log(i);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> it always return 4 no matter which div img clicked. Anyone know why?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>MYlover</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263890-loop-for-fn-function-always-return-last-value</guid>
		</item>
		<item>
			<title>how to close the native app in  in sencha touch on ipad</title>
			<link>http://www.sencha.com/forum/showthread.php?263805-how-to-close-the-native-app-in-in-sencha-touch-on-ipad&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 07:28:34 GMT</pubDate>
			<description>i am working on a *native app in sencha touch*.  I hope i can click a button to quit  and close the app  like normal native app . 
How can I do it ?...</description>
			<content:encoded><![CDATA[<div><span style="font-family: Arial">i am working on a </span><b>native app in sencha touch</b><span style="font-family: Arial">.  I hope i can click a button to quit  and close the app  like normal native app .<br />
How can I do it ?<br />
thanks in advance </span></div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>zsjvchelp2@gmail.com</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263805-how-to-close-the-native-app-in-in-sencha-touch-on-ipad</guid>
		</item>
		<item>
			<title>Viewport size on Windows Phone 8</title>
			<link>http://www.sencha.com/forum/showthread.php?263776-Viewport-size-on-Windows-Phone-8&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 20:49:11 GMT</pubDate>
			<description>Long time... but now I am back :-) 
 
I have a customer that wants to port this existing ST app to WP8. 
 
http://wfx.no/dipsforum 
...</description>
			<content:encoded><![CDATA[<div>Long time... but now I am back :-)<br />
<br />
I have a customer that wants to port this existing ST app to WP8.<br />
<br />
<a href="http://wfx.no/dipsforum" target="_blank" rel="nofollow">http://wfx.no/dipsforum<br />
</a><br />
or<br />
<br />
<a href="http://wfx.no/dipsforum" target="_blank" rel="nofollow">http://wfx.no/dipsforum</a>/?platform=ie10<br />
<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43808"  title="Name:  
Views: 
Size:  ">Attachment 43808</a><br />
<br />
Our test device is a Lumia 920 with a 15:9 screen ratio.<br />
<br />
A screenshot from the phone looks like this.<br />
<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43803"  title="Name:  
Views: 
Size:  ">Attachment 43803</a><br />
<br />
As you can see the tabbar is cut on the 4th icon. In order to reproduce this look in Safari (I develop on a mac) I have to set the browser size to:<br />
<br />
<b>self.resizeTo(332,580) <br />
</b><br />
This gives me a resonable area to simulate the layout. And looks like this.<br />
<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43804"  title="Name:  
Views: 
Size:  ">Attachment 43804</a><br />
<br />
On a quick look it seems the viewport is defined as 320 x 560 (Pretty close to my browser size)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> if (!Ext.microloaded &amp;&amp; navigator.userAgent.match(/IEMobile\/10\.0/)) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var msViewportStyle = document.createElement(&quot;style&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msViewportStyle.appendChild(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; document.createTextNode(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;@media screen and (orientation: portrait) {&quot; +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;@-ms-viewport {width: 320px !important;}&quot; +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;}&quot; +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;@media screen and (orientation: landscape) {&quot; +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;@-ms-viewport {width: 560px !important;}&quot; +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;}&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; head.appendChild(msViewportStyle);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> <b><br />
So... My Question...<br />
<br />
Is this correct? And if so why is there only room for 3.5 icons on the tabbar/appbar when windows design guides say there should be room for 4 icons.<br />
<br />
</b>Note: Setting Safari to --&gt; self.resizeTo(480,800) gives a more &quot;correct&quot; / &quot;expected&quot; layout. (Actual screen size on the phone)<br />
<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43807"  title="Name:  
Views: 
Size:  ">Attachment 43807</a><br />
<br />
<b>Am I doing something wrong?<br />
</b><br />
Any help appreciated.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43803&amp;d=1368649895">lumia.jpg&lrm;</a> 
(43.1 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43804&amp;d=1368650085">Screen Shot 2013-05-15 at 10.34.05 PM.png&lrm;</a> 
(68.9 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43807&amp;d=1368650646">Screen Shot 2013-05-15 at 10.39.06 PM.png&lrm;</a> 
(82.1 KB)
</li> <li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43808&amp;d=1368650908">Screen Shot 2013-05-15 at 10.47.49 PM.png&lrm;</a> 
(107.0 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>SimonFlack</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263776-Viewport-size-on-Windows-Phone-8</guid>
		</item>
		<item>
			<title>plugin vs component subclass</title>
			<link>http://www.sencha.com/forum/showthread.php?263738-plugin-vs-component-subclass&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 14:15:39 GMT</pubDate>
			<description>I was wondering what are the advantages (and disadvantages) of creating a plugin that is only usable with a single component (ex. list) or creating a...</description>
			<content:encoded><![CDATA[<div>I was wondering what are the advantages (and disadvantages) of creating a plugin that is only usable with a single component (ex. list) or creating a subclass of that component?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?91-Sencha-Touch-2.x-Discussion">Sencha Touch 2.x: Discussion</category>
			<dc:creator>MrNickBarker</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263738-plugin-vs-component-subclass</guid>
		</item>
	</channel>
</rss>
