<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Enyo 1.0 - Enyo</title>
      <link>http://forums.enyojs.com/categories/enyo-1-0/feed.rss</link>
      <pubDate>Wed, 19 Jun 2013 11:58:55 +0000</pubDate>
         <description>Enyo 1.0 - Enyo</description>
   <language>en-CA</language>
   <atom:link href="http://forums.enyojs.com/categories/enyo-1-0/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Enyo RichText how to set focus</title>
      <link>http://forums.enyojs.com/discussion/59/enyo-richtext-how-to-set-focus</link>
      <pubDate>Thu, 02 Feb 2012 15:07:45 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>isuhendro</dc:creator>
      <guid isPermaLink="false">59@/discussions</guid>
      <description><![CDATA[hello,<br /><br />i am trying to set focus cursor to a Enyo RichText component via JavaScript ~ is there a way for doing this?<br />Thanks..<br /><br />]]></description>
   </item>
   <item>
      <title>Database Location on Desktop</title>
      <link>http://forums.enyojs.com/discussion/1017/database-location-on-desktop</link>
      <pubDate>Fri, 30 Nov 2012 20:09:47 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>Sandbox</dc:creator>
      <guid isPermaLink="false">1017@/discussions</guid>
      <description><![CDATA[Hi All,<br /><br />I have asked this question under webos forum  but got no response. Just trying my luck here.<br /><br />When I open my app in a browser e.g Safari, and I add some data, where is this data stored on the PC?. I would like to open this data in another program such as SQLite Database Browser. <br /><br />thanks in advance.]]></description>
   </item>
   <item>
      <title>Select VirtualList item programatically</title>
      <link>http://forums.enyojs.com/discussion/978/select-virtuallist-item-programatically</link>
      <pubDate>Fri, 16 Nov 2012 02:31:04 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>johncc</dc:creator>
      <guid isPermaLink="false">978@/discussions</guid>
      <description><![CDATA[Can I select/highlight an item in a VirtualList programatically using the index number of the item.<br /><br />Thank you]]></description>
   </item>
   <item>
      <title>StyleMatters</title>
      <link>http://forums.enyojs.com/discussion/912/stylematters</link>
      <pubDate>Fri, 26 Oct 2012 22:37:02 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>unwiredben</dc:creator>
      <guid isPermaLink="false">912@/discussions</guid>
      <description><![CDATA[We pulled the Enyo 1 StyleMatters from the showcase list on our site with the 2.1 update, but the URL for it still works.  If you need to view it online from a WebKIt-based browser, go to <a href="http://enyojs.com/samples/stylematters/" target="_blank" rel="nofollow">http://enyojs.com/samples/stylematters/</a>.]]></description>
   </item>
   <item>
      <title>Extending VirtualRepeater and the onSetupRow event</title>
      <link>http://forums.enyojs.com/discussion/852/extending-virtualrepeater-and-the-onsetuprow-event</link>
      <pubDate>Fri, 12 Oct 2012 14:18:23 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>pcworld</dc:creator>
      <guid isPermaLink="false">852@/discussions</guid>
      <description><![CDATA[When I extend VirtualRepeater using
<pre><code>enyo.kind({<br />	name: &quot;Test&quot;,<br />	kind: &quot;VirtualRepeater&quot;,<br />	onSetupRow: &quot;onSetupRow&quot;,<br />	<br />	onSetupRow: function(sender, index) {<br />		this.log();<br />	}<br />});<br /></code></pre>
...onSetupRow is never called.<br /><br />What's the best way to catch events from the inherited kind?<br />Kind of annoying that I have to put VirtualRepeater into the components block instead of just extending it.]]></description>
   </item>
   <item>
      <title>Invisible SlidingView</title>
      <link>http://forums.enyojs.com/discussion/809/invisible-slidingview</link>
      <pubDate>Thu, 27 Sep 2012 05:46:33 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>MaKleSoft</dc:creator>
      <guid isPermaLink="false">809@/discussions</guid>
      <description><![CDATA[I have come across a problem that manifests in some browsers but not in others. It has been brought to my attention by iPhone users who have recently updated to iOS 6.<br /><br />Here is the thing: I am using a SlidingPane for navigation, similarly to the email app on the TouchPad. As it is the nature of the SlidingPane, it changes its behaviour for narrow displays like the one of a smartphone to display only one view at a time. When this happens, and the user tries to bring the right-most view on the screen, it is transparent! You can see the shadow of the view slide over, but the rest of the view is invisible. I haven't been able to figure out why this happens or how to fix it.<br /><br />So far, I know the problem to appear in iOS 6 and in chrome. Any help would be appreciated!]]></description>
   </item>
   <item>
      <title>ModalDialog with Scroller and dynamic Content</title>
      <link>http://forums.enyojs.com/discussion/762/modaldialog-with-scroller-and-dynamic-content</link>
      <pubDate>Thu, 13 Sep 2012 22:28:32 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>imperialcoder</dc:creator>
      <guid isPermaLink="false">762@/discussions</guid>
      <description><![CDATA[Hi, I'm trying to accomplish an Enyo 1 app for the Pre(s) but do constantly fail to implement a modal dialog with a scroller and dynamic content. As per <a href="https://developer.palm.com/distribution/viewtopic.php?f=11&amp;t=17199" target="_blank" rel="nofollow">https://developer.palm.com/distribution/viewtopic.php?f=11&amp;t=17199</a> a solution should exist, but I can't get it to work.<br /><br />Parts of my code so far:
<pre><code>enyo.kind({<br />    name: &quot;ErrorDialog&quot;,<br />    kind: &quot;ModalDialog&quot;,<br />	lazy: false,<br />	caption: '',<br />	contentHeight:&quot;100%&quot;, <br />	width:&quot;80%&quot;, <br />	height:&quot;80%&quot;,<br /><br />    components: [<br />	{ name: &quot;scroller&quot;, kind: &quot;BasicScroller&quot;, style: &quot;height:225px&quot;, <br />	autoVertical:true, components: [<br />		{ name: &quot;message&quot;, className: &quot;enyo-paragraph&quot;, <br />		allowHtml: true },<br />		{ kind: &quot;Spacer&quot; },<br />		{ name: &quot;acceptButton&quot;, kind: &quot;Button&quot;, <br />		className: &quot;enyo-button-affirmative&quot;, onclick: &quot;acceptClick&quot; }<br />	]}<br />    ],<br />....</code></pre>
Any hints?]]></description>
   </item>
   <item>
      <title>How to use sqlite .dot commands within Enyo?</title>
      <link>http://forums.enyojs.com/discussion/751/how-to-use-sqlite-dot-commands-within-enyo</link>
      <pubDate>Thu, 06 Sep 2012 10:36:40 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>Sandbox</dc:creator>
      <guid isPermaLink="false">751@/discussions</guid>
      <description><![CDATA[I am thinking of using Sqlite .commands on my sqlite database app, but do not know how to. Basically an onclick function to implement the .command.  <br /><br />for example a .import to import into my database. Any example or pointers appreciated.]]></description>
   </item>
   <item>
      <title>Dates between two datepicker values</title>
      <link>http://forums.enyojs.com/discussion/692/dates-between-two-datepicker-values</link>
      <pubDate>Thu, 16 Aug 2012 08:34:01 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>Sandbox</dc:creator>
      <guid isPermaLink="false">692@/discussions</guid>
      <description><![CDATA[<b>I have been trying to use the values from two datepickers to filter my data in sqlite. My date column has datepicker value formated as 'DD-MM-YYYY', when i use  datepicker values with BETWEEN, I get data filtered but only by DD range. I have tried to use some date functions i.e to_date() and DATEPART() with my BETWEEN but without success</b><br />What is the best way of extracting dates between two datepicker values given that it gets posted as text in my date column?<br /><br />help much appreciated.]]></description>
   </item>
   <item>
      <title>Duplicated tap event on android 4.1 Jelly Bean with enyo 1.0</title>
      <link>http://forums.enyojs.com/discussion/597/duplicated-tap-event-on-android-4-1-jelly-bean-with-enyo-1-0</link>
      <pubDate>Sat, 21 Jul 2012 07:27:09 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>yeye77</dc:creator>
      <guid isPermaLink="false">597@/discussions</guid>
      <description><![CDATA[this code run fine in Chrome and in all previous version of android but with android 4.1 (using phonegap) "itemClick" get called 2 times when I click on the button. I have no idea what can cause this problem. Can someone help me? Thansk in advance
<pre><code>enyo.kind({<br />	name: &quot;TestApp&quot;,<br />	kind: &quot;VFlexBox&quot;,<br />	<br />	components: [<br />		{kind: &quot;Button&quot;, content:&quot;click Me&quot;, onclick:&quot;itemClick&quot;},<br />		{kind:&quot;Control&quot;,content:&quot;&quot;}<br />		<br />	],<br />	create: function() {<br />		this.inherited(arguments);<br />		this.i=0;<br /><br />	},<br />	itemClick: function(inSender, inEvent) {<br />		this.i++<br />		var a = this.$.control.getContent();<br />		this.$.control.setContent(a+&quot; test&quot;+this.i)<br />	}<br />	<br />});</code></pre>]]></description>
   </item>
   <item>
      <title>Enyo 1.0 website, sliding panes and virtualList not working on pre2 and iphone 4</title>
      <link>http://forums.enyojs.com/discussion/486/enyo-1-0-website-sliding-panes-and-virtuallist-not-working-on-pre2-and-iphone-4</link>
      <pubDate>Fri, 08 Jun 2012 19:51:05 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>drahgon</dc:creator>
      <guid isPermaLink="false">486@/discussions</guid>
      <description><![CDATA[I have a website built with enyo 1.0. Opening the site on the pre 2 or the iphone 4 it does not work. On the pre 2 the app loads fine, but when I try to scroll the entire page moves around. On the iphone 4 the app does not ever finish loading. Any ideas?]]></description>
   </item>
   <item>
      <title>sqlite returned "undefined" convert to 0</title>
      <link>http://forums.enyojs.com/discussion/563/sqlite-returned-undefined-convert-to-0</link>
      <pubDate>Sat, 07 Jul 2012 17:08:40 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>Sandbox</dc:creator>
      <guid isPermaLink="false">563@/discussions</guid>
      <description><![CDATA[Hi all.  I have been trying to find an answer to this little problem but have failed so far. <br /><br />In my sqlite app, in some queries I get a result 'undefined' (which is a correct return since no correct entry is found). I would like to convert any result returned as 'undefined' to a value 0, but i cant seem to get hold of the value "undefined" to convert.<br /><br />basically, i would like a value 0 showing in any position where 'undefined' appears in my app. <br /><br />any help appreciated]]></description>
   </item>
   <item>
      <title>Populating Picker items with a new array</title>
      <link>http://forums.enyojs.com/discussion/559/populating-picker-items-with-a-new-array</link>
      <pubDate>Fri, 06 Jul 2012 14:03:58 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>hollandnumerics</dc:creator>
      <guid isPermaLink="false">559@/discussions</guid>
      <description><![CDATA[Enyo 1.0 for HP TouchPad (and possible Google Chrome too?).<br /><br />I've created a countries array:
<pre><code>published: {<br />countries: [{<br />    caption: '*All*',<br />    value: '*All*'<br />}, {<br />    caption: ' ',<br />    value: '*All*'<br />}]<br />}<br /></code></pre>
for a Picker used for a country selection list:
<pre><code>{<br />    kind: &quot;Picker&quot;,<br />    name: &quot;sendCountry&quot;,<br />    className: &quot;selector&quot;,<br />    items: this.countries,<br />    flex: 10,<br />    value: '*All*'<br />}<br /></code></pre>
I've tried to update this.countries and update the Picker using the following code:
<pre><code>this.$.sendCountry.items = this.countries;<br />this.$.sendCountry.itemsChanged();<br /></code></pre>
but the Picker doesn't seem to recognize the change.<br /><br />Should this work, do I need to do something else too, or is there a better way?<br /><br />.........Phil]]></description>
   </item>
   <item>
      <title>Textarea Kind (replacement for RichText)</title>
      <link>http://forums.enyojs.com/discussion/63/textarea-kind-replacement-for-richtext</link>
      <pubDate>Sat, 04 Feb 2012 09:49:19 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>erupnu</dc:creator>
      <guid isPermaLink="false">63@/discussions</guid>
      <description><![CDATA[If you are using a RichText kind (Enyo 1.0), then you will likely notice quickly that this will not work on iOS 4.x nor Android.<br /><br />I have been working on a solution, and I finally have one! It was deceptively simple. I modified the enyo.Input (and enyo.BasicInput) to have a nodeTag of "textarea" instead of input.<br /><br />Then, a few tweaks to make it grow in height as lines of text are entered or the input updated<del></del> (due to the work of Greg Hrebek). Even some code to watch for min-height and height (so it all jives).<br /><br />The end result is a new Textarea Kind. It works the exact same as Input, but well, allows for multiple lines of text.<br /><br />Copy this into your project, then replace all RichText kinds with Textarea:<br /><br /><a href="http://pastebin.com/kV7LMRs6" target="_blank" rel="nofollow">http://pastebin.com/kV7LMRs6</a><br /><br />The code is too long to fit in this window, so check it out on Paste Bin. ** I updated this with the correction Syntactix made.<br /><br />IMPORTANT NOTICE:<br /><br />In order for this to work cross-platform (Android, iOS 5.0, etc), you must make a change to the enyo-build.js file. Around  line 2692-ish of enyo-build.js, you must change the ontouchstart function to exclude TEXTAREA from the preventDefault.<br /><br />Change:
<pre><code>touchstart: function(a) {<br />this._send(&quot;mousedown&quot;, a.changedTouches[0]), a.target &amp;&amp; a.target.nodeName != &quot;INPUT&quot; &amp;&amp; a.preventDefault();<br />},<br /></code></pre>
To:
<pre><code>touchstart: function(a) {<br />this._send(&quot;mousedown&quot;, a.changedTouches[0]), a.target &amp;&amp; a.target.nodeName != &quot;INPUT&quot; &amp;&amp; a.target.nodeName != &quot;TEXTAREA&quot; &amp;&amp; a.preventDefault();<br />},<br /></code></pre>
]]></description>
   </item>
   <item>
      <title>Tag:null or noDom in enyo1</title>
      <link>http://forums.enyojs.com/discussion/494/tag-null-or-nodom-in-enyo1</link>
      <pubDate>Tue, 12 Jun 2012 17:16:07 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>yeye77</dc:creator>
      <guid isPermaLink="false">494@/discussions</guid>
      <description><![CDATA[In enyo 2 if you set tag:null to a control, the control do not create any HTML code but you can add child controls to it. Is there a way to get the same behaviour in enyo1?]]></description>
   </item>
   <item>
      <title>Iframe sizing problem on Android phone</title>
      <link>http://forums.enyojs.com/discussion/366/iframe-sizing-problem-on-android-phone</link>
      <pubDate>Tue, 08 May 2012 06:36:35 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>cookie</dc:creator>
      <guid isPermaLink="false">366@/discussions</guid>
      <description><![CDATA[With the code below, whether I instantiate an "Iframe" kind or set the content to the HTML, ...
<pre><code><br />        { kind: &quot;Scroller&quot;, name: &quot;teeTimeScroller&quot;, flex: 1, components: [<br />//            { kind: &quot;Iframe&quot;, name: &quot;webview&quot;, url: &quot;<a href="http://cnn.com&quot;" target="_blank" rel="nofollow">http://cnn.com&quot;</a>, classes: &quot;enyo-fit&quot;, pack: 1 }<br />            { name: &quot;webview&quot;, content: '&lt;iframe src=&quot;<a href="http://cnn.com&amp;quot" target="_blank" rel="nofollow">http://cnn.com&amp;quot</a>; class=&quot;enyo-fill&quot; style=&quot;border: none; width: 100%; height: 100%;&quot;&gt;&lt;/iframe&gt;'}<br />        ] },<br /></code></pre>
the Iframe displays the content in Chrome, but not in the Android WebView - the scroller's area is just blank. On the phone, the Android browser control seems to be unable to figure out how to size the Iframe. If I put hard coded width and height styles in the Iframe tag, then that works ... but I don't want to have to do that.<br /><br />Any ideas?]]></description>
   </item>
   <item>
      <title>tuning app UI (e.g. carousel)</title>
      <link>http://forums.enyojs.com/discussion/499/tuning-app-ui-e-g-carousel</link>
      <pubDate>Wed, 13 Jun 2012 19:52:49 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>cookie</dc:creator>
      <guid isPermaLink="false">499@/discussions</guid>
      <description><![CDATA[I'm coming to end of my 1.0 release (using enyo 1.0 on Android with PhoneGap) and I have a very uneasy feeling about it. The performance is keeping me up at night (and that's based on what I see on my Galaxy Nexus -- what are the more modest devices gonna do?). It's not a huge app, in fact all the data is really simple.<br /><br />I've got a carousel of views that is painfully slow to flick through. I've looked through forum posts to find a solution. I've found the code in the Scrolling ... post that fixes the dragging in ScrollStrategy. I don't think that will help (tried it). Is there any other known issues around carousels?<br /><br />The other real annoyance is that when I'm flicking through the carousel, it doesn't animate the rest of the flick after I lift my finger up. That makes it really hard to detect visually whether or not it actually went to the next/prev view. Is there any fix for that?<br /><br />The UI was fun to create - really easy to assemble. But these issues have got to be fixed before I ship this thing.]]></description>
   </item>
   <item>
      <title>adding scrollbars on desktop?</title>
      <link>http://forums.enyojs.com/discussion/480/adding-scrollbars-on-desktop</link>
      <pubDate>Wed, 06 Jun 2012 18:42:06 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>ekdikeo</dc:creator>
      <guid isPermaLink="false">480@/discussions</guid>
      <description><![CDATA[I swear I remember seeing someone post an updated Scroller kind (for Enyo 1) that would include standard scroll-bar controls when used on a desktop browser, and as Chrome is rapidly becoming a highly ranking platform for me, this suddenly has interest to me - But I can't locate it searching.  <br /><br />Anyone happen to recall where that might've been, if it's around here?  Or was I dreaming?<br />]]></description>
   </item>
   <item>
      <title>webService to retrive web content?</title>
      <link>http://forums.enyojs.com/discussion/461/webservice-to-retrive-web-content</link>
      <pubDate>Thu, 31 May 2012 02:46:15 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>hig</dc:creator>
      <guid isPermaLink="false">461@/discussions</guid>
      <description><![CDATA[I am working on a project to build an app for Touchpad (well, for now). I planned it to view a web forum website, to retrieve  the  content from the server, save it, then parse, and css it the way want it to be on the Touchpad.<br /><br />I have constructed the basic controls and stuff, works ok. However, I am stuck at the webService part for retrieving the content from the server. I have tried this for a long time  I have the following code:
<pre><code>{kind: &quot;Scroller&quot;, flex: 1, onclick: &quot;getBBS&quot;, components: [<br />						//Insert your components here<br />							]},<br />							getBBS: function() {<br />								var xmlhttp = new XHR();<br />								xmlhttp.open(&quot;GET&quot;,&quot;<a href="http://www.theBBS.com&amp;quot" target="_blank" rel="nofollow">http://www.theBBS.com&amp;quot</a>;);<br />								xmlhttp.send();<br />								var J=eval(xmlhttp.responseText);<br />							}<br />/*							{name: &quot;getBBS&quot;, kind: &quot;WebService&quot;,<br />								url: &quot;<a href="http://www.theBBS.com&quot;" target="_blank" rel="nofollow">http://www.theBBS.com&quot;</a>,<br />								onSuccess: &quot;gotBBS&quot;,<br />								onFailure: &quot;gotBBSFailure&quot;<br />							},<br />							this.$.getBBS.call(),<br />							gotBBS: function(inSender, inResponse, inRequest) {<br />								this.results = inResponse;<br />							},<br />							gotBBSFailure: function(inSender, inResponse, inRequest) {<br />								console.log(&quot;Got failure from getBBS&quot;);<br />							},<br />*/	</code></pre>
I have tried this way, an also I have tried the commented part to retrieve the info, but I don't think it's correct. I am developing it in eclipse with Aptana, package, install and launch with command line, run it on a virtualbox emulator in Ubuntu. It's kind of hard to debug it, since there is actually no debugging option out in this configuration.<br /><br />I really want to contribute to WebOS community by adding my two cents to it. Any suggestions comments are deeply appreciated!]]></description>
   </item>
   <item>
      <title>Cross app launching on Android</title>
      <link>http://forums.enyojs.com/discussion/469/cross-app-launching-on-android</link>
      <pubDate>Sat, 02 Jun 2012 22:45:31 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>ScienceApps</dc:creator>
      <guid isPermaLink="false">469@/discussions</guid>
      <description><![CDATA[Hi folks, <br /><br />In my webOS app, I have a button which opens the web browser using palmservice. Indeed, it doesn't work on Android. so I tried to create a simple html link inside a content like this : <br /><br />....<br />{name:"mycontent", content:""},<br />....<br />this.$.mycontent('<a rel="nofollow" href="http://google.fr">click this link</a>');<br /><br />This content is displayed as a link (underline &amp; blue) but doesn't fire the android browser...<br /><br />any ideas ?<br /><br />Thanks for answer.]]></description>
   </item>
   <item>
      <title>Scrolling...</title>
      <link>http://forums.enyojs.com/discussion/97/scrolling</link>
      <pubDate>Sun, 12 Feb 2012 16:14:42 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>IngloriousApps</dc:creator>
      <guid isPermaLink="false">97@/discussions</guid>
      <description><![CDATA[I get the feeling everyone is ignoring this obvious problem. Scrolling of VirtualLists is not butter-smooth. On iOS and Android. As the Apps begin to pour in, devs are gonna get slammed for this. Anyone have any hacks for this? Or am i the only one using a VirtualList?]]></description>
   </item>
   <item>
      <title>how to hide the pane, and as I make it visible?</title>
      <link>http://forums.enyojs.com/discussion/463/how-to-hide-the-pane-and-as-i-make-it-visible</link>
      <pubDate>Thu, 31 May 2012 14:00:02 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>flashminz</dc:creator>
      <guid isPermaLink="false">463@/discussions</guid>
      <description><![CDATA[how to hide the pane, and as I make it visible?]]></description>
   </item>
   <item>
      <title>How to set locale on the BlackBerry PlayBook?</title>
      <link>http://forums.enyojs.com/discussion/343/how-to-set-locale-on-the-blackberry-playbook</link>
      <pubDate>Sun, 29 Apr 2012 23:08:15 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>svzi</dc:creator>
      <guid isPermaLink="false">343@/discussions</guid>
      <description><![CDATA[Hi all,<br /><br />my app, MeOrg!, supports multiple languages (english, german and french) and that works perfectly on webOS. On the BlackBerry PlayBook it's always the english locale active. I've already tried to set the locale manually with <code>enyo.g11n.setLocale({ uiLocale: 'de' });</code> but that did not change anything (I've tried to set it before I create my app via the index.html and I tried it in the create-function of my main class as well).<br /><br />Any help would be really much appreciated!<br /><br />Cheers,<br />Sven<br /><br />]]></description>
   </item>
   <item>
      <title>Scroll to bottom in VirtualList?</title>
      <link>http://forums.enyojs.com/discussion/415/scroll-to-bottom-in-virtuallist</link>
      <pubDate>Fri, 18 May 2012 16:40:57 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>eugenio_g7</dc:creator>
      <guid isPermaLink="false">415@/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I searched everywhere, but didn't find something to scroll to bottom in VirtualList... There is a way to do it without much hassle?<br /><br />Eugenio]]></description>
   </item>
   <item>
      <title>Scroller/VirtualRepeater running over into a toolbar?</title>
      <link>http://forums.enyojs.com/discussion/370/scroller-virtualrepeater-running-over-into-a-toolbar</link>
      <pubDate>Wed, 09 May 2012 01:32:52 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>m0ngr31</dc:creator>
      <guid isPermaLink="false">370@/discussions</guid>
      <description><![CDATA[So I'm having a problem with one of my apps I made for the touchpad. On webos 2.x it does something weird where the scroller looks like it's running over the bottom toolbar.<br /><br />Here's a picture: <br /><img src="http://dl.dropbox.com/u/17053287/inventorytracker_2012-07-05_224326.png" alt="image" /><br /><br />My app only has 2 panes (both have scrollers and the other one works fine). Any suggestions?]]></description>
   </item>
   <item>
      <title>renderInto killing events</title>
      <link>http://forums.enyojs.com/discussion/354/renderinto-killing-events</link>
      <pubDate>Sun, 06 May 2012 04:54:04 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>cookie</dc:creator>
      <guid isPermaLink="false">354@/discussions</guid>
      <description><![CDATA[I'm having a problem after the initial renderInto(document.body) is done and the user clicks on a button (in a footer), and I do:<br />new ContactUs().renderInto(subPageContainer.node) and that seems to work fine. However, after that point, clicking (in Chrome or tapping on the phone) does not fire any events.<br />Any ideas?<br /><br />Here's the code:
<pre><br /><code><br />enyo.kind({<br />    name: &quot;Launcher&quot;,<br />    kind: &quot;VFlexBox&quot;,<br />    scoreCardsPage: null,<br />    contactUsPage: null,<br />    feedPage: null,<br />    published: {<br />        course: {}<br />    },<br />    components: [<br />        { kind: &quot;Scroller&quot;, name: &quot;teeTimeScroller&quot;, flex: 1, components: [<br />            { kind: &quot;Iframe&quot;, name: &quot;webview&quot;, url: &quot;&quot;, flex: 1 }<br />        ] },<br />        { kind: &quot;Control&quot;, name: &quot;subPageContainer&quot;, flex: 1, showing: false, components: [<br />        ]},<br />        { kind: &quot;HFlexBox&quot;, name: &quot;buttonFooter&quot;, pack: &quot;end&quot;, components: [<br />            { kind: &quot;Button&quot;, name: &quot;teeTimeButton&quot;, onclick: &quot;onTeeTimeClick&quot;, flex: 1, components: [<br />                { content: '&lt;img src=&quot;img/tee_time_icon.png&quot; width=&quot;40&quot; height=&quot;40&quot; class=&quot;enyo-roundy&quot;/&gt;'},<br />                { content: 'Tee Time' }<br />            ] },<br />            { kind: &quot;Button&quot;, name: &quot;scoreCardButton&quot;, onclick: &quot;onScoreCardClick&quot;, flex: 1, components: [<br />                { content: '&lt;img src=&quot;img/scorecard_icon.png&quot; width=&quot;40&quot; height=&quot;40&quot; class=&quot;enyo-roundy&quot;/&gt;'},<br />                { content: 'Score Card' }<br />            ] },<br />            { kind: &quot;Button&quot;, name: &quot;contactUsButton&quot;, onclick: &quot;onContactUsClick&quot;, flex: 1, components: [<br />                { content: '&lt;img src=&quot;img/contact_us_icon.png&quot; width=&quot;40&quot; height=&quot;40&quot; class=&quot;enyo-roundy&quot;/&gt;'},<br />                { content: 'Contact Us' }<br />            ] },<br />            { kind: &quot;Button&quot;, name: &quot;feedButton&quot;, onclick: &quot;onFeedClick&quot;, flex: 1, components: [<br />                { content: '&lt;img src=&quot;img/feed_icon.png&quot; width=&quot;40&quot; height=&quot;40&quot; class=&quot;enyo-roundy&quot;/&gt;'},<br />                { content: 'Feed' }<br />            ] }<br />        ]}<br />    ],<br />    create: function() {<br />        this.inherited(arguments);<br />        Startup.setup(this);<br />        this.db = DB.getDB();<br />        this.database = this.db.getDatabase();<br />        this.course = this.db.getHomeCourse();<br />        this.$.webview.setUrl(this.course.site_url);<br />        this.$.feedButton.setShowing(enyo.isString(this.course.feed_url) &amp;&amp; this.course.feed_url.length &gt; 0);<br />    },<br />    onTeeTimeClick: function(inSender, inEvent) {<br />        enyo.log(&quot;Tee Time clicked&quot;);<br />        this.$.subPageContainer.hide();<br />        this.$.teeTimeScroller.show();<br />        this.$.webview.setUrl(this.course.tee_time_url);<br />    },<br />    onScoreCardClick: function(inSender, inEvent) {<br />        enyo.log(&quot;Score Card clicked&quot;);<br />        this.$.teeTimeScroller.hide();<br />        this.$.subPageContainer.show();<br />        if (this.scoreCardsPage == null) {<br />            this.scoreCardsPage = new ScoreCards();<br />        }<br />        this.scoreCardsPage.renderInto(this.$.subPageContainer.node);<br />    },<br />    onContactUsClick: function(inSender, inEvent) {<br />        enyo.log(&quot;Contact Us clicked&quot;);<br />        this.$.teeTimeScroller.hide();<br />        this.$.subPageContainer.show();<br />        if (this.contactUsPage == null) {<br />            this.contactUsPage = new ContactUs();<br />        }<br />        this.contactUsPage.renderInto(this.$.subPageContainer.node);<br />    },<br />    onFeedClick: function(inSender, inEvent) {<br />        enyo.log(&quot;Feed clicked&quot;);<br />        this.$.teeTimeScroller.hide();<br />        this.$.subPageContainer.show();<br />        if (this.feedPage == null) {<br />            this.feedPage = new Feed();<br />        }<br />        this.feedPage.renderInto(this.$.subPageContainer.node);<br />    }<br />});<br /><br /></code><br /></pre>
]]></description>
   </item>
   <item>
      <title>Scroll to top in VirtualList</title>
      <link>http://forums.enyojs.com/discussion/232/scroll-to-top-in-virtuallist</link>
      <pubDate>Fri, 23 Mar 2012 07:04:38 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>isuhendro</dc:creator>
      <guid isPermaLink="false">232@/discussions</guid>
      <description><![CDATA[Hi.. i am trying to find function to "scroll to top" in VirtualList. Is there any?<br />Thanks ]]></description>
   </item>
   <item>
      <title>VirtualList scrolling to row index without rendering every item</title>
      <link>http://forums.enyojs.com/discussion/328/virtuallist-scrolling-to-row-index-without-rendering-every-item</link>
      <pubDate>Wed, 25 Apr 2012 00:36:21 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>chrisvanhooser</dc:creator>
      <guid isPermaLink="false">328@/discussions</guid>
      <description><![CDATA[Enyo 1.0 VirtualList.<br /><br /><br />So i have a list that can have over 10000 entries.<br /><br />Sometimes i am going to need to scroll to item <a rel="nofollow" href="/search?Search=%238000&amp;Mode=like">#8000</a> from item <a rel="nofollow" href="/search?Search=%230&amp;Mode=like">#0</a>.<br /><br />I have all the required info for each row already in memory.<br /><br />The only way i have found so far is to find the scrollspot of the item, set it to the scroller, and then call start() on the scroller, which then will scroll through the list until it reaches the item. When it has to go through 8000 items, it takes upto 10 seconds.<br /><br />I've been digging through everything that makes up the VirtualList, but i can't figure out a way to get it to start rendering from a specific page.<br /><br />Is it possible?<br />I need like a scrollIntoView() method for the VirtualList.]]></description>
   </item>
   <item>
      <title>Out of the box ~ CSS for record count - in Enyo</title>
      <link>http://forums.enyojs.com/discussion/325/out-of-the-box-css-for-record-count-in-enyo</link>
      <pubDate>Tue, 24 Apr 2012 05:02:49 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>isuhendro</dc:creator>
      <guid isPermaLink="false">325@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />Is there any out of the box CSS (+ its image) that can be used for displaying record count in Enyo?<br />Something like being used in Enyo Mail application to display number of emails for each folder (Inbox , Sent, etc).<br /><br />Thanks..]]></description>
   </item>
   <item>
      <title>Enyo job, setTimeout, setInterval Slow Down For Inactive Windows</title>
      <link>http://forums.enyojs.com/discussion/314/enyo-job-settimeout-setinterval-slow-down-for-inactive-windows</link>
      <pubDate>Thu, 19 Apr 2012 08:02:21 +0000</pubDate>
      <category>Enyo 1.0</category>
      <dc:creator>tkimmett</dc:creator>
      <guid isPermaLink="false">314@/discussions</guid>
      <description><![CDATA[If in my application I use something such as <code>enyo.job(&quot;jobName&quot;, enyo.bind(this, &quot;function&quot;), 10000)</code>, it works as expected and executes this.function() after 10 seconds have passed. However, say this statement gets executed (the job starts counting down to when it needs to run), then I unfocus my application (go to card view or another app). When my application window is not active, the job takes much longer than the prescribed 10 seconds to execute.<br /><br />This slow down exists for other similar functions such as <code>setInterval</code> and <code>setTimeout</code>.<br /><br />My question is whether or not this is intentional as some kind of resource management, or if anyone is even aware of the issue.<br /><br />Any more information would be much appreciated, thank you.]]></description>
   </item>
   </channel>
</rss>