<?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>Appcelerator Developer Center Q&amp;A Newest Questions 20</title> 
	<atom:link href="http://developer.appcelerator.com/questions/feed/newest" rel="self" type="application/rss+xml" /> 
	<link>http://developer.appcelerator.com/questions/feed/newest</link> 
	<description>Appcelerator Developer Center Q&amp;A Newest Questions</description> 
	<lastBuildDate>Mon, 20 May 2013 07:45:00 -0700</lastBuildDate> 
	<pubDate>Mon, 20 May 2013 07:45:00 -0700</pubDate>
	<copyright>Copyright (c) 2008-2013 by Appcelerator Inc.</copyright>
	<webMaster>info@appcelerator.com</webMaster>
	<generator>Appcelerator Developer Center</generator>
	<ttl>5</ttl>
	<language>en</language>
	<item>
		<title>Fetching value of a sub-element of a view inside a ScrollableView</title> 
		<link>http://developer.appcelerator.com/question/152617/fetching-value-of-a-sub-element-of-a-view-inside-a-scrollableview</link>
		<pubDate>Mon, 20 May 2013 07:27:02 -0700</pubDate>
		<dc:creator>João Serra</dc:creator> 
				<category><![CDATA[textfield]]></category> 
				<category><![CDATA[titanium]]></category> 
				<category><![CDATA[scrollableview]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152617/fetching-value-of-a-sub-element-of-a-view-inside-a-scrollableview</guid>
		<description><![CDATA[Sorry for this question but I can't seem to find any example. 

How can I get the $.addEvtTitle.getValue() from mainView.js?

My attempt seems to return an empty value.

mainView.xml
~~~
&lt;Alloy&gt;
	&lt;ScrollableView id=&quot;scrollControl&quot;&gt;
		&lt;Require type=&quot;view&quot; id=&quot;mySubView&quot; src=&quot;myClass&quot;/&gt;
	&lt;/ScrollableView&gt;
&lt;/Alloy&gt;
~~~

myClass.xml
~~~
&lt;Alloy&gt;
	&lt;ScrollView class=&quot;container&quot; id=&quot;test&quot;&gt;
		&lt;TextField id=&quot;addEvtTitle&quot;/&gt;
	&lt;/ScrollView&gt;
&lt;/Alloy&gt;
~~~

my attempt on mainView.js
~~~
var evtTitle = $.mySubView.addEvtTitle.getValue();
~~~]]></description>
		<content:encoded><![CDATA[<p>Sorry for this question but I can't seem to find any example.</p>

<p>How can I get the $.addEvtTitle.getValue() from mainView.js?</p>

<p>My attempt seems to return an empty value.</p>

<p>mainView.xml<pre class="javascript codeblock"><span class="sy0">&lt;</span>Alloy<span class="sy0">&gt;</span>
    <span class="sy0">&lt;</span>ScrollableView id<span class="sy0">=</span><span class="st0">&quot;scrollControl&quot;</span><span class="sy0">&gt;</span>
        <span class="sy0">&lt;</span>Require type<span class="sy0">=</span><span class="st0">&quot;view&quot;</span> id<span class="sy0">=</span><span class="st0">&quot;mySubView&quot;</span> src<span class="sy0">=</span><span class="st0">&quot;myClass&quot;</span><span class="sy0">/&gt;</span>
    <span class="sy0">&lt;/</span>ScrollableView<span class="sy0">&gt;</span>
<span class="sy0">&lt;/</span>Alloy<span class="sy0">&gt;</span></pre>
myClass.xml<pre class="javascript codeblock"><span class="sy0">&lt;</span>Alloy<span class="sy0">&gt;</span>
    <span class="sy0">&lt;</span>ScrollView <span class="kw2">class</span><span class="sy0">=</span><span class="st0">&quot;container&quot;</span> id<span class="sy0">=</span><span class="st0">&quot;test&quot;</span><span class="sy0">&gt;</span>
        <span class="sy0">&lt;</span>TextField id<span class="sy0">=</span><span class="st0">&quot;addEvtTitle&quot;</span><span class="sy0">/&gt;</span>
    <span class="sy0">&lt;/</span>ScrollView<span class="sy0">&gt;</span>
<span class="sy0">&lt;/</span>Alloy<span class="sy0">&gt;</span></pre>
my attempt on mainView.js<pre class="javascript codeblock"><span class="kw2">var</span> evtTitle <span class="sy0">=</span> $.<span class="me1">mySubView</span>.<span class="me1">addEvtTitle</span>.<span class="me1">getValue</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>How to create a semicircle / curve animation of image's list</title> 
		<link>http://developer.appcelerator.com/question/152616/how-to-create-a-semicircle--curve-animation-of-images-list</link>
		<pubDate>Mon, 20 May 2013 07:10:03 -0700</pubDate>
		<dc:creator>Wael Ammar</dc:creator> 
				<category><![CDATA[animation]]></category> 
				<category><![CDATA[imageview]]></category> 
				<category><![CDATA[curve]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152616/how-to-create-a-semicircle--curve-animation-of-images-list</guid>
		<description><![CDATA[Hello,

So basically, I have a list of remote images (+50), I would like to put them in a semicircle / curved / bended way, then the user have just to slide over them and the selected one will be zoomed.

You can see an exemple here : 

https://dl.dropboxusercontent.com/u/97659657/CurveAnimation.png

If you have any tips, code, ideas, documents etc... it will be so nice ;)

Thank you in advance

I'm using Titanium 3.0.1 and my target is iOS and Android.]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>

<p>So basically, I have a list of remote images (+50), I would like to put them in a semicircle / curved / bended way, then the user have just to slide over them and the selected one will be zoomed.</p>

<p>You can see an exemple here :</p>

<p>https://dl.dropboxusercontent.com/u/97659657/CurveAnimation.png</p>

<p>If you have any tips, code, ideas, documents etc... it will be so nice ;)</p>

<p>Thank you in advance</p>

<p>I'm using Titanium 3.0.1 and my target is iOS and Android.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Generating the RSA Encryption</title> 
		<link>http://developer.appcelerator.com/question/152615/generating-the-rsa-encryption</link>
		<pubDate>Mon, 20 May 2013 06:59:27 -0700</pubDate>
		<dc:creator>Sreekanth Kesari</dc:creator> 
				<category><![CDATA[encryption]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152615/generating-the-rsa-encryption</guid>
		<description><![CDATA[Is there a way I can encrypt the text using the Modulus (public key) and the Exponent being provided in titanium?]]></description>
		<content:encoded><![CDATA[<p>Is there a way I can encrypt the text using the Modulus (public key) and the Exponent being provided in titanium?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Deploy iOS - Invalid Binary</title> 
		<link>http://developer.appcelerator.com/question/152614/deploy-ios---invalid-binary</link>
		<pubDate>Mon, 20 May 2013 06:47:08 -0700</pubDate>
		<dc:creator>David Jones</dc:creator> 
				<category><![CDATA[distribute]]></category> 
				<category><![CDATA[ios]]></category> 
				<category><![CDATA[invalid binary]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152614/deploy-ios---invalid-binary</guid>
		<description><![CDATA[I deployed my updated iOS yesterday.  I tested it int he simulator and on the device.  After packaging I validated it in Xcode and it passed.  Then I uploaded it and it it said processing I think.  I checked it today and now it says &quot;Invalid Binary&quot; but I have not clue why and I didn't get an email or anything with a reason.

The app is if iOS 6 and the Titanium SDK is 3.0.2.G.A.

Any ideas?

Thanks,

David]]></description>
		<content:encoded><![CDATA[<p>I deployed my updated iOS yesterday.  I tested it int he simulator and on the device.  After packaging I validated it in Xcode and it passed.  Then I uploaded it and it it said processing I think.  I checked it today and now it says &quot;Invalid Binary&quot; but I have not clue why and I didn't get an email or anything with a reason.</p>

<p>The app is if iOS 6 and the Titanium SDK is 3.0.2.G.A.</p>

<p>Any ideas?</p>

<p>Thanks,</p>

<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alloy - Anyway to do batch insertion</title> 
		<link>http://developer.appcelerator.com/question/152613/alloy---anyway-to-do-batch-insertion</link>
		<pubDate>Mon, 20 May 2013 05:58:16 -0700</pubDate>
		<dc:creator>Jiale He</dc:creator> 
				<category><![CDATA[alloy]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152613/alloy---anyway-to-do-batch-insertion</guid>
		<description><![CDATA[Traditionally, we do something like this

~~~
db.execute('BEGIN');

// A lot of insert statements

db.execute(&quot;COMMIT&quot;);
~~~

In Alloy, I do multiple insertion like the following without transaction statements

~~~

var json = [{....}, {....}, ....];

for (var i = 0, max = json.length; i &lt; max; i++) {
	var manifestFile = Alloy.createModel(&quot;xxx&quot;, json[i]);
	manifestFile.save();
}
~~~

I wonder if I can somehow do the batch insert in Alloy?]]></description>
		<content:encoded><![CDATA[<p>Traditionally, we do something like this
<pre class="javascript codeblock">db.<span class="me1">execute</span><span class="br0">&#40;</span><span class="st0">'BEGIN'</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">// A lot of insert statements</span>
&nbsp;
db.<span class="me1">execute</span><span class="br0">&#40;</span><span class="st0">&quot;COMMIT&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre>
In Alloy, I do multiple insertion like the following without transaction statements
<pre class="javascript codeblock"><span class="kw2">var</span> json <span class="sy0">=</span> <span class="br0">&#91;</span><span class="br0">&#123;</span>....<span class="br0">&#125;</span><span class="sy0">,</span> <span class="br0">&#123;</span>....<span class="br0">&#125;</span><span class="sy0">,</span> ....<span class="br0">&#93;</span><span class="sy0">;</span>
&nbsp;
<span class="kw1">for</span> <span class="br0">&#40;</span><span class="kw2">var</span> i <span class="sy0">=</span> <span class="nu0">0</span><span class="sy0">,</span> max <span class="sy0">=</span> json.<span class="me1">length</span><span class="sy0">;</span> i <span class="sy0">&lt;</span> max<span class="sy0">;</span> i<span class="sy0">++</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
    <span class="kw2">var</span> manifestFile <span class="sy0">=</span> Alloy.<span class="me1">createModel</span><span class="br0">&#40;</span><span class="st0">&quot;xxx&quot;</span><span class="sy0">,</span> json<span class="br0">&#91;</span>i<span class="br0">&#93;</span><span class="br0">&#41;</span><span class="sy0">;</span>
    manifestFile.<span class="me1">save</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="br0">&#125;</span></pre>
I wonder if I can somehow do the batch insert in Alloy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>my data doesn't loop from acs</title> 
		<link>http://developer.appcelerator.com/question/152612/my-data-doesnt-loop-from-acs</link>
		<pubDate>Mon, 20 May 2013 05:46:18 -0700</pubDate>
		<dc:creator>mahmoud elmoghazy</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[array]]></category> 
				<category><![CDATA[api]]></category> 
				<category><![CDATA[appcelerator]]></category> 
				<category><![CDATA[acs]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152612/my-data-doesnt-loop-from-acs</guid>
		<description><![CDATA[now i create array included two objects and when he looping he just give me one object not two
~~~

var data = [];
Cloud.Objects.show({
	classname : 'breakfast',
	ids : &quot;519a11e8ce217f09622325fa&quot;
}, function(e) {
	if (e.success) {
		for (var i = 0; i &lt; e.breakfast.length; i++) {
			var food = e.breakfast[0].mac[i];
			var foodName = food.name;
			var foodDesc = food.desc;
			var foodPrice = food.price;
			data.push(Alloy.createController('breakFastRow', {
				name : foodName
			}).getView());
		}
		$.macTable.setData(data);
~~~
this is the json api to app 
~~~
https://api.cloud.appcelerator.com/v1/objects/breakfast/query.json?key=y6sGD3KV9ufkSpcpsIhZP48U8gzOER7l
~~~
in it you will fine my array and the objects]]></description>
		<content:encoded><![CDATA[<p>now i create array included two objects and when he looping he just give me one object not two<pre class="javascript codeblock"><span class="kw2">var</span> data <span class="sy0">=</span> <span class="br0">&#91;</span><span class="br0">&#93;</span><span class="sy0">;</span>
Cloud.<span class="me1">Objects</span>.<span class="me1">show</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
    classname <span class="sy0">:</span> <span class="st0">'breakfast'</span><span class="sy0">,</span>
    ids <span class="sy0">:</span> <span class="st0">&quot;519a11e8ce217f09622325fa&quot;</span>
<span class="br0">&#125;</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">&#40;</span>e<span class="br0">&#41;</span> <span class="br0">&#123;</span>
    <span class="kw1">if</span> <span class="br0">&#40;</span>e.<span class="me1">success</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
        <span class="kw1">for</span> <span class="br0">&#40;</span><span class="kw2">var</span> i <span class="sy0">=</span> <span class="nu0">0</span><span class="sy0">;</span> i <span class="sy0">&lt;</span> e.<span class="me1">breakfast</span>.<span class="me1">length</span><span class="sy0">;</span> i<span class="sy0">++</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
            <span class="kw2">var</span> food <span class="sy0">=</span> e.<span class="me1">breakfast</span><span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span>.<span class="me1">mac</span><span class="br0">&#91;</span>i<span class="br0">&#93;</span><span class="sy0">;</span>
            <span class="kw2">var</span> foodName <span class="sy0">=</span> food.<span class="kw3">name</span><span class="sy0">;</span>
            <span class="kw2">var</span> foodDesc <span class="sy0">=</span> food.<span class="me1">desc</span><span class="sy0">;</span>
            <span class="kw2">var</span> foodPrice <span class="sy0">=</span> food.<span class="me1">price</span><span class="sy0">;</span>
            data.<span class="me1">push</span><span class="br0">&#40;</span>Alloy.<span class="me1">createController</span><span class="br0">&#40;</span><span class="st0">'breakFastRow'</span><span class="sy0">,</span> <span class="br0">&#123;</span>
                <span class="kw3">name</span> <span class="sy0">:</span> foodName
            <span class="br0">&#125;</span><span class="br0">&#41;</span>.<span class="me1">getView</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
        <span class="br0">&#125;</span>
        $.<span class="me1">macTable</span>.<span class="me1">setData</span><span class="br0">&#40;</span>data<span class="br0">&#41;</span><span class="sy0">;</span></pre>this is the json api to app <pre class="javascript codeblock">https<span class="sy0">:</span><span class="co1">//api.cloud.appcelerator.com/v1/objects/breakfast/query.json?key=y6sGD3KV9ufkSpcpsIhZP48U8gzOER7l</span></pre>in it you will fine my array and the objects</p>
]]></content:encoded>
	</item>
	<item>
		<title>SDK version and project type</title> 
		<link>http://developer.appcelerator.com/question/152611/sdk-version-and-project-type</link>
		<pubDate>Mon, 20 May 2013 05:36:50 -0700</pubDate>
		<dc:creator>Andrea Benaglio</dc:creator> 
				<category><![CDATA[mobile project]]></category> 
				<category><![CDATA[sdk version]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152611/sdk-version-and-project-type</guid>
		<description><![CDATA[I installed new version of Titanium Studio.
Can you tell me differences between &quot;Mobile Project&quot; and &quot;General Project&quot;?
About Titanium SDK I always selected 2.1.3 GA, do you suggest me to start using 3.0.2 GA without have problems with old projects?

Thanks]]></description>
		<content:encoded><![CDATA[<p>I installed new version of Titanium Studio.
Can you tell me differences between &quot;Mobile Project&quot; and &quot;General Project&quot;?
About Titanium SDK I always selected 2.1.3 GA, do you suggest me to start using 3.0.2 GA without have problems with old projects?</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Object property issue cyrillic</title> 
		<link>http://developer.appcelerator.com/question/152610/object-property-issue-cyrillic</link>
		<pubDate>Mon, 20 May 2013 04:38:46 -0700</pubDate>
		<dc:creator>Andrei Zelnikov</dc:creator> 
				<category><![CDATA[object]]></category> 
				<category><![CDATA[property]]></category> 
				<category><![CDATA[ciryllic]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152610/object-property-issue-cyrillic</guid>
		<description><![CDATA[Hi, i have a strange issue... 
I have an object with properties stored in cyrillic. I i look in debugger inside object property, the value is good, but if i look like object.property - value is cutted... 
I really confused why

here is the screenshot https://docs.google.com/file/d/0B2NUu51MxhjGc3BaNFRaTE1VejQ/edit?usp=sharing]]></description>
		<content:encoded><![CDATA[<p>Hi, i have a strange issue... 
I have an object with properties stored in cyrillic. I i look in debugger inside object property, the value is good, but if i look like object.property - value is cutted... 
I really confused why</p>

<p>here is the screenshot https://docs.google.com/file/d/0B2NUu51MxhjGc3BaNFRaTE1VejQ/edit?usp=sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Chat Application</title> 
		<link>http://developer.appcelerator.com/question/152609/chat-application</link>
		<pubDate>Mon, 20 May 2013 04:13:27 -0700</pubDate>
		<dc:creator>Vishnu Raj</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[iphone]]></category> 
				<category><![CDATA[chat]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152609/chat-application</guid>
		<description><![CDATA[Am about to work on a chat application in android anf iphone.So is it possible to do a chat application including text,photo,audio like whatsapp using appcelerator?]]></description>
		<content:encoded><![CDATA[<p>Am about to work on a chat application in android anf iphone.So is it possible to do a chat application including text,photo,audio like whatsapp using appcelerator?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Get dimensions (width and height) of video file on Android</title> 
		<link>http://developer.appcelerator.com/question/152608/get-dimensions-width-and-height-of-video-file-on-android</link>
		<pubDate>Mon, 20 May 2013 03:56:28 -0700</pubDate>
		<dc:creator>Dan Kronholm</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[height]]></category> 
				<category><![CDATA[width]]></category> 
				<category><![CDATA[video]]></category> 
				<category><![CDATA[dimensions]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152608/get-dimensions-width-and-height-of-video-file-on-android</guid>
		<description><![CDATA[Has anyone succesfully retrieved width + height from a video on Android? If yes, how?
I've spent the past five hours Googling and searching Q&amp;A for an answer, but no luck.


Things I've tried.

* Loading video into Ti.MediaVideoPlayer - does not report correct dimensions in .size og .rect (just inherits the parent containers dimensions).

* Doing MyVideoPlayer.toImage and getting dimensions that way - also inherits the parent containers dimensions.

* Using WebView and HTML5 to load the video, trying to get dimensions that way - no luck either.]]></description>
		<content:encoded><![CDATA[<p>Has anyone succesfully retrieved width + height from a video on Android? If yes, how?
I've spent the past five hours Googling and searching Q&amp;A for an answer, but no luck.</p>

<p>Things I've tried.</p>

<ul>
<li><p>Loading video into Ti.MediaVideoPlayer - does not report correct dimensions in .size og .rect (just inherits the parent containers dimensions).</p></li>
<li><p>Doing MyVideoPlayer.toImage and getting dimensions that way - also inherits the parent containers dimensions.</p></li>
<li><p>Using WebView and HTML5 to load the video, trying to get dimensions that way - no luck either.</p></li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>2dMartix property rotate not working</title> 
		<link>http://developer.appcelerator.com/question/152607/2dmartix-property-rotate-not-working</link>
		<pubDate>Mon, 20 May 2013 03:14:12 -0700</pubDate>
		<dc:creator>Kusuma Jammula</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[animation]]></category> 
				<category><![CDATA[alloy]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152607/2dmartix-property-rotate-not-working</guid>
		<description><![CDATA[hi all i was trying to rotate my images using the rotate property but its not happening help me plz
~~~
var tabelarray = [];

					var table = Ti.UI.createTableView({
						objName : &quot;table&quot;,
						backgroundColor : &quot;transprant&quot;,
						height : 500,
						width : 400,
						arraytable : tabelarray

					});

					var row1 = Ti.UI.createTableViewRow({
						className : 'row1',
						objName : &quot;row1&quot;,
						touchEnabled : true,
						height : 250,
						backgroundColor : 'transprant'

					});

					var mainpic = Titanium.UI.createImageView({
						image :mainpicture,
						left : 10,
						top : 50,
						height : 150,
						width : 150
					});

					row1.add(mainpic);

					tabelarray.push(row1);
					for (var x = 0; x &lt; 1; x++) {

						var row2 = Ti.UI.createTableViewRow({
							className : 'row2',
							objName : &quot;row2&quot;,
							rowIndex : x,
							touchEnabled : true,
							height : 250,
							backgroundColor : 'transprant'

						});

						var img1 = Titanium.UI.createImageView({
							image : response.list[0].url,
							right : 10,
							//top : 50,
							height : 150,
							width : 150

						});

						row1.add(img1);

						var percentagelabel = Ti.UI.createLabel({
							text : response.list[0].percentage + '%',
							top : 105,
							left : 190,
							height : 30,
							color : &quot;black&quot;,
							width : 50
						});

						row1.add(percentagelabel);

						var namelabel = Ti.UI.createLabel({
							text : response.list[0].name,
							top : 210,
							right : 70,
							height : 30,
							color : &quot;black&quot;,
							width : 50

						});

						row1.add(namelabel);

						var img2 = Titanium.UI.createImageView({
							image : response.list[1].url,
							left : 10,
							//top : 50,
							height : 150,
							width : 150
						});

						row2.add(img2);

						var percentagelabel1 = Ti.UI.createLabel({
							text : response.list[1].percentage + '%',
							top : 200,
							left : 70,
							height : 30,
							color : &quot;black&quot;,
							width : 50
						});

						row2.add(percentagelabel1);

						var namelabel1 = Ti.UI.createLabel({
							text : response.list[1].name,
							top : 220,
							left : 70,
							height : 30,
							color : &quot;black&quot;,
							width : 70

						});
						row2.add(namelabel1);
						var img3 = Titanium.UI.createImageView({
							image : response.list[2].url,
							right : 10,
							//top : 50,
							height : 150,
							width : 150

						});

						row2.add(img3);

						var percentagelabel2 = Ti.UI.createLabel({
							text : response.list[2].percentage + '%',
							top : 200,
							right : 70,
							height : 30,
							color : &quot;black&quot;,
							width : 50

						});

						row2.add(percentagelabel2);

						var namelabel2 = Ti.UI.createLabel({
							text : response.list[2].name,
							top : 220,
							right : 70,
							height : 30,
							color : &quot;black&quot;,
							width : 70

						});
						row2.add(namelabel1);

						tabelarray.push(row2);

					}

					table.setData(tabelarray);
					$.wins.add(table);
					$.wins.addEventListener(&quot;load&quot;,function(e){
 
    var t = Titanium.UI.create2DMatrix();
        t=t.rotate(360);
        //t=t.scale(1.2);
 
 
    var anim = Titanium.UI.createAnimation({
      //  top:300,
        duration:5000,
        transform:t
    });
 
 img1.animate(anim);
  img2.animate(anim);
  img3.animate(anim);
 
});
					
				
					$.wins.open();
~~~]]></description>
		<content:encoded><![CDATA[<p>hi all i was trying to rotate my images using the rotate property but its not happening help me plz<pre class="javascript codeblock"><span class="kw2">var</span> tabelarray <span class="sy0">=</span> <span class="br0">&#91;</span><span class="br0">&#93;</span><span class="sy0">;</span>
&nbsp;
                    <span class="kw2">var</span> table <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createTableView</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                        objName <span class="sy0">:</span> <span class="st0">&quot;table&quot;</span><span class="sy0">,</span>
                        backgroundColor <span class="sy0">:</span> <span class="st0">&quot;transprant&quot;</span><span class="sy0">,</span>
                        height <span class="sy0">:</span> <span class="nu0">500</span><span class="sy0">,</span>
                        width <span class="sy0">:</span> <span class="nu0">400</span><span class="sy0">,</span>
                        arraytable <span class="sy0">:</span> tabelarray
&nbsp;
                    <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                    <span class="kw2">var</span> row1 <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createTableViewRow</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                        className <span class="sy0">:</span> <span class="st0">'row1'</span><span class="sy0">,</span>
                        objName <span class="sy0">:</span> <span class="st0">&quot;row1&quot;</span><span class="sy0">,</span>
                        touchEnabled <span class="sy0">:</span> <span class="kw2">true</span><span class="sy0">,</span>
                        height <span class="sy0">:</span> <span class="nu0">250</span><span class="sy0">,</span>
                        backgroundColor <span class="sy0">:</span> <span class="st0">'transprant'</span>
&nbsp;
                    <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                    <span class="kw2">var</span> mainpic <span class="sy0">=</span> Titanium.<span class="me1">UI</span>.<span class="me1">createImageView</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                        image <span class="sy0">:</span>mainpicture<span class="sy0">,</span>
                        left <span class="sy0">:</span> <span class="nu0">10</span><span class="sy0">,</span>
                        top <span class="sy0">:</span> <span class="nu0">50</span><span class="sy0">,</span>
                        height <span class="sy0">:</span> <span class="nu0">150</span><span class="sy0">,</span>
                        width <span class="sy0">:</span> <span class="nu0">150</span>
                    <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                    row1.<span class="me1">add</span><span class="br0">&#40;</span>mainpic<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                    tabelarray.<span class="me1">push</span><span class="br0">&#40;</span>row1<span class="br0">&#41;</span><span class="sy0">;</span>
                    <span class="kw1">for</span> <span class="br0">&#40;</span><span class="kw2">var</span> x <span class="sy0">=</span> <span class="nu0">0</span><span class="sy0">;</span> x <span class="sy0">&lt;</span> <span class="nu0">1</span><span class="sy0">;</span> x<span class="sy0">++</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
&nbsp;
                        <span class="kw2">var</span> row2 <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createTableViewRow</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            className <span class="sy0">:</span> <span class="st0">'row2'</span><span class="sy0">,</span>
                            objName <span class="sy0">:</span> <span class="st0">&quot;row2&quot;</span><span class="sy0">,</span>
                            rowIndex <span class="sy0">:</span> x<span class="sy0">,</span>
                            touchEnabled <span class="sy0">:</span> <span class="kw2">true</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">250</span><span class="sy0">,</span>
                            backgroundColor <span class="sy0">:</span> <span class="st0">'transprant'</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> img1 <span class="sy0">=</span> Titanium.<span class="me1">UI</span>.<span class="me1">createImageView</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            image <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span>.<span class="me1">url</span><span class="sy0">,</span>
                            right <span class="sy0">:</span> <span class="nu0">10</span><span class="sy0">,</span>
                            <span class="co1">//top : 50,</span>
                            height <span class="sy0">:</span> <span class="nu0">150</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">150</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row1.<span class="me1">add</span><span class="br0">&#40;</span>img1<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> percentagelabel <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createLabel</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            text <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span>.<span class="me1">percentage</span> <span class="sy0">+</span> <span class="st0">'%'</span><span class="sy0">,</span>
                            top <span class="sy0">:</span> <span class="nu0">105</span><span class="sy0">,</span>
                            left <span class="sy0">:</span> <span class="nu0">190</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">30</span><span class="sy0">,</span>
                            color <span class="sy0">:</span> <span class="st0">&quot;black&quot;</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">50</span>
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row1.<span class="me1">add</span><span class="br0">&#40;</span>percentagelabel<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> namelabel <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createLabel</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            text <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span>.<span class="kw3">name</span><span class="sy0">,</span>
                            top <span class="sy0">:</span> <span class="nu0">210</span><span class="sy0">,</span>
                            right <span class="sy0">:</span> <span class="nu0">70</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">30</span><span class="sy0">,</span>
                            color <span class="sy0">:</span> <span class="st0">&quot;black&quot;</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">50</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row1.<span class="me1">add</span><span class="br0">&#40;</span>namelabel<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> img2 <span class="sy0">=</span> Titanium.<span class="me1">UI</span>.<span class="me1">createImageView</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            image <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span>.<span class="me1">url</span><span class="sy0">,</span>
                            left <span class="sy0">:</span> <span class="nu0">10</span><span class="sy0">,</span>
                            <span class="co1">//top : 50,</span>
                            height <span class="sy0">:</span> <span class="nu0">150</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">150</span>
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row2.<span class="me1">add</span><span class="br0">&#40;</span>img2<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> percentagelabel1 <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createLabel</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            text <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span>.<span class="me1">percentage</span> <span class="sy0">+</span> <span class="st0">'%'</span><span class="sy0">,</span>
                            top <span class="sy0">:</span> <span class="nu0">200</span><span class="sy0">,</span>
                            left <span class="sy0">:</span> <span class="nu0">70</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">30</span><span class="sy0">,</span>
                            color <span class="sy0">:</span> <span class="st0">&quot;black&quot;</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">50</span>
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row2.<span class="me1">add</span><span class="br0">&#40;</span>percentagelabel1<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> namelabel1 <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createLabel</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            text <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span>.<span class="kw3">name</span><span class="sy0">,</span>
                            top <span class="sy0">:</span> <span class="nu0">220</span><span class="sy0">,</span>
                            left <span class="sy0">:</span> <span class="nu0">70</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">30</span><span class="sy0">,</span>
                            color <span class="sy0">:</span> <span class="st0">&quot;black&quot;</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">70</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
                        row2.<span class="me1">add</span><span class="br0">&#40;</span>namelabel1<span class="br0">&#41;</span><span class="sy0">;</span>
                        <span class="kw2">var</span> img3 <span class="sy0">=</span> Titanium.<span class="me1">UI</span>.<span class="me1">createImageView</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            image <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>.<span class="me1">url</span><span class="sy0">,</span>
                            right <span class="sy0">:</span> <span class="nu0">10</span><span class="sy0">,</span>
                            <span class="co1">//top : 50,</span>
                            height <span class="sy0">:</span> <span class="nu0">150</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">150</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row2.<span class="me1">add</span><span class="br0">&#40;</span>img3<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> percentagelabel2 <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createLabel</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            text <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>.<span class="me1">percentage</span> <span class="sy0">+</span> <span class="st0">'%'</span><span class="sy0">,</span>
                            top <span class="sy0">:</span> <span class="nu0">200</span><span class="sy0">,</span>
                            right <span class="sy0">:</span> <span class="nu0">70</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">30</span><span class="sy0">,</span>
                            color <span class="sy0">:</span> <span class="st0">&quot;black&quot;</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">50</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        row2.<span class="me1">add</span><span class="br0">&#40;</span>percentagelabel2<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        <span class="kw2">var</span> namelabel2 <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">createLabel</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
                            text <span class="sy0">:</span> response.<span class="me1">list</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>.<span class="kw3">name</span><span class="sy0">,</span>
                            top <span class="sy0">:</span> <span class="nu0">220</span><span class="sy0">,</span>
                            right <span class="sy0">:</span> <span class="nu0">70</span><span class="sy0">,</span>
                            height <span class="sy0">:</span> <span class="nu0">30</span><span class="sy0">,</span>
                            color <span class="sy0">:</span> <span class="st0">&quot;black&quot;</span><span class="sy0">,</span>
                            width <span class="sy0">:</span> <span class="nu0">70</span>
&nbsp;
                        <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
                        row2.<span class="me1">add</span><span class="br0">&#40;</span>namelabel1<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                        tabelarray.<span class="me1">push</span><span class="br0">&#40;</span>row2<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
                    <span class="br0">&#125;</span>
&nbsp;
                    table.<span class="me1">setData</span><span class="br0">&#40;</span>tabelarray<span class="br0">&#41;</span><span class="sy0">;</span>
                    $.<span class="me1">wins</span>.<span class="me1">add</span><span class="br0">&#40;</span>table<span class="br0">&#41;</span><span class="sy0">;</span>
                    $.<span class="me1">wins</span>.<span class="me1">addEventListener</span><span class="br0">&#40;</span><span class="st0">&quot;load&quot;</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">&#40;</span>e<span class="br0">&#41;</span><span class="br0">&#123;</span>
&nbsp;
    <span class="kw2">var</span> t <span class="sy0">=</span> Titanium.<span class="me1">UI</span>.<span class="me1">create2DMatrix</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
        t<span class="sy0">=</span>t.<span class="me1">rotate</span><span class="br0">&#40;</span><span class="nu0">360</span><span class="br0">&#41;</span><span class="sy0">;</span>
        <span class="co1">//t=t.scale(1.2);</span>
&nbsp;
&nbsp;
    <span class="kw2">var</span> anim <span class="sy0">=</span> Titanium.<span class="me1">UI</span>.<span class="me1">createAnimation</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
      <span class="co1">//  top:300,</span>
        duration<span class="sy0">:</span><span class="nu0">5000</span><span class="sy0">,</span>
        transform<span class="sy0">:</span>t
    <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
 img1.<span class="me1">animate</span><span class="br0">&#40;</span>anim<span class="br0">&#41;</span><span class="sy0">;</span>
  img2.<span class="me1">animate</span><span class="br0">&#40;</span>anim<span class="br0">&#41;</span><span class="sy0">;</span>
  img3.<span class="me1">animate</span><span class="br0">&#40;</span>anim<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
&nbsp;
                    $.<span class="me1">wins</span>.<span class="kw3">open</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>Detect file extension from openPhotoGallery ?</title> 
		<link>http://developer.appcelerator.com/question/152606/detect-file-extension-from-openphotogallery-</link>
		<pubDate>Mon, 20 May 2013 02:57:46 -0700</pubDate>
		<dc:creator>Nico Barelmann</dc:creator> 
				<category><![CDATA[upload]]></category> 
				<category><![CDATA[png]]></category> 
				<category><![CDATA[jpg]]></category> 
				<category><![CDATA[choosefoto]]></category> 
				<category><![CDATA[foto]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152606/detect-file-extension-from-openphotogallery-</guid>
		<description><![CDATA[Hey,

i am using the &quot;openPhotoGallery&quot; method to let the user choose a foto for a upload. My quetion is, how can i detect the file extension of this choosed file?

I can check for an Foto-Type, but i can't see any way to differ between png and jpg files ?!

Any idea? The media object of the succes handler does not provide this information ?


Best,
Nico

(iOS, SDK 3.0.2)]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>

<p>i am using the &quot;openPhotoGallery&quot; method to let the user choose a foto for a upload. My quetion is, how can i detect the file extension of this choosed file?</p>

<p>I can check for an Foto-Type, but i can't see any way to differ between png and jpg files ?!</p>

<p>Any idea? The media object of the succes handler does not provide this information ?</p>

<p>Best,
Nico</p>

<p>(iOS, SDK 3.0.2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>keepScreenOn bug?</title> 
		<link>http://developer.appcelerator.com/question/152605/keepscreenon-bug</link>
		<pubDate>Mon, 20 May 2013 02:56:19 -0700</pubDate>
		<dc:creator>Xabi Palmer</dc:creator> 
				<category><![CDATA[android]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152605/keepscreenon-bug</guid>
		<description><![CDATA[I've seen that keepScreenOn only works for me when fullscreen is set to true. It's a bug?

Titanium Studio, build: 3.1.0.201304151600]]></description>
		<content:encoded><![CDATA[<p>I've seen that keepScreenOn only works for me when fullscreen is set to true. It's a bug?</p>

<p>Titanium Studio, build: 3.1.0.201304151600</p>
]]></content:encoded>
	</item>
	<item>
		<title>What database to work with?</title> 
		<link>http://developer.appcelerator.com/question/152604/what-database-to-work-with</link>
		<pubDate>Mon, 20 May 2013 02:43:16 -0700</pubDate>
		<dc:creator>Mag Luca</dc:creator> 
				<category><![CDATA[database]]></category> 
				<category><![CDATA[query]]></category> 
				<category><![CDATA[insert]]></category> 
				<category><![CDATA[remote]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152604/what-database-to-work-with</guid>
		<description><![CDATA[Hey there.
Im building my first Titanium application for mobile.
Its a very simple application where the idea more or less is to add the users information to a database and then return statistics based on all the user inputted data.
Its only based on 3 inputs: sex, city and favorite.

I've done much research, but i cant seem to understand what kind of database to go with here?
Could i use SQLite or should i hook it up to a websites mySQL database?

Any kind of direction is much appreciated! :)]]></description>
		<content:encoded><![CDATA[<p>Hey there.
Im building my first Titanium application for mobile.
Its a very simple application where the idea more or less is to add the users information to a database and then return statistics based on all the user inputted data.
Its only based on 3 inputs: sex, city and favorite.</p>

<p>I've done much research, but i cant seem to understand what kind of database to go with here?
Could i use SQLite or should i hook it up to a websites mySQL database?</p>

<p>Any kind of direction is much appreciated! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ti+ Barcode Download</title> 
		<link>http://developer.appcelerator.com/question/152603/ti-barcode-download</link>
		<pubDate>Mon, 20 May 2013 02:40:15 -0700</pubDate>
		<dc:creator>getoar sojeva</dc:creator> 
				<category><![CDATA[barcode]]></category> 
				<category><![CDATA[ti.barcode]]></category> 
				<category><![CDATA[datamatrix]]></category> 
				<category><![CDATA[ti+ barcode download]]></category> 
				<category><![CDATA[ti.barcode module]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152603/ti-barcode-download</guid>
		<description><![CDATA[Hi Dudes,
can anyone gives me a documentation to installing `ti.barcode` with the newest version? Also i need a Link where i can download this module for Titanium]]></description>
		<content:encoded><![CDATA[<p>Hi Dudes,
can anyone gives me a documentation to installing <code class="codeblock codeblock-inline">ti.barcode</code> with the newest version? Also i need a Link where i can download this module for Titanium</p>
]]></content:encoded>
	</item>
	<item>
		<title>Welcome view</title> 
		<link>http://developer.appcelerator.com/question/152602/welcome-view</link>
		<pubDate>Mon, 20 May 2013 02:17:01 -0700</pubDate>
		<dc:creator>Nick Kobo</dc:creator> 
				<category><![CDATA[one time alert]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152602/welcome-view</guid>
		<description><![CDATA[Hi all, 

Is any way to make a welcome screen example with image and button for never show again,]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>

<p>Is any way to make a welcome screen example with image and button for never show again,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Save error log in a file</title> 
		<link>http://developer.appcelerator.com/question/152601/save-error-log-in-a-file</link>
		<pubDate>Mon, 20 May 2013 01:22:33 -0700</pubDate>
		<dc:creator>MohanaKrishnan Thidiff</dc:creator> 
				<category><![CDATA[error]]></category> 
				<category><![CDATA[titanium]]></category> 
				<category><![CDATA[filesystem]]></category> 
				<category><![CDATA[error log]]></category> 
				<category><![CDATA[alloy]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152601/save-error-log-in-a-file</guid>
		<description><![CDATA[How to save error logs in an external file ?...

Thanks]]></description>
		<content:encoded><![CDATA[<p>How to save error logs in an external file ?...</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Android - Return without closing</title> 
		<link>http://developer.appcelerator.com/question/152600/android---return-without-closing</link>
		<pubDate>Mon, 20 May 2013 01:12:53 -0700</pubDate>
		<dc:creator>Ian Ortega</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[window]]></category> 
				<category><![CDATA[appcelerator]]></category> 
				<category><![CDATA[return]]></category> 
				<category><![CDATA[menu]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152600/android---return-without-closing</guid>
		<description><![CDATA[Hi people, I'm in a trouble.

I have diferents windows but when I pulse return key the app close...

What i would like to do when i pulse return key is close that activity and return to the last activity.

Because my app.js launch other window (with a menu) and this window depending of the button you press launch another window. The i want to return to the menu window if is possible...

Thanks anyway!

Ian]]></description>
		<content:encoded><![CDATA[<p>Hi people, I'm in a trouble.</p>

<p>I have diferents windows but when I pulse return key the app close...</p>

<p>What i would like to do when i pulse return key is close that activity and return to the last activity.</p>

<p>Because my app.js launch other window (with a menu) and this window depending of the button you press launch another window. The i want to return to the menu window if is possible...</p>

<p>Thanks anyway!</p>

<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>&quot;Unable to message creator. finishing&quot; error</title> 
		<link>http://developer.appcelerator.com/question/152599/unable-to-message-creator-finishing-error</link>
		<pubDate>Mon, 20 May 2013 01:04:54 -0700</pubDate>
		<dc:creator>Xabi Palmer</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[application]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152599/unable-to-message-creator-finishing-error</guid>
		<description><![CDATA[Hi, sometimes when I relaunch the app from the emulator closes automatically at startup. If I try again going well. I noticed the error indicated in the picture. Is there a reason?

Titanium Studio, build: 3.1.0.201304151600
Windows 7 x64

Thanks

![foto](http://goo.gl/8jVqs)]]></description>
		<content:encoded><![CDATA[<p>Hi, sometimes when I relaunch the app from the emulator closes automatically at startup. If I try again going well. I noticed the error indicated in the picture. Is there a reason?</p>

<p>Titanium Studio, build: 3.1.0.201304151600
Windows 7 x64</p>

<p>Thanks</p>

<p><img src="http://goo.gl/8jVqs" alt="foto" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Titanium Push Notification Badge issue</title> 
		<link>http://developer.appcelerator.com/question/152598/titanium-push-notification-badge-issue</link>
		<pubDate>Mon, 20 May 2013 00:57:54 -0700</pubDate>
		<dc:creator>Urvish Jani</dc:creator> 
				<category><![CDATA[badge]]></category> 
				<category><![CDATA[issue]]></category> 
				<category><![CDATA[push]]></category> 
				<category><![CDATA[notification]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/152598/titanium-push-notification-badge-issue</guid>
		<description><![CDATA[i have successfully configured  the Push Notification .. i have Received the push notification successfullyalso  but when the app runs on background the push notification Badge doesn't Increment . even it doesnt show . so i am posting my code also please help 

~~~
function registerForPush() {
	
			Titanium.Network.registerForPushNotifications({
			types :
				 [Titanium.Network.NOTIFICATION_TYPE_BADGE,
					 Titanium.Network.NOTIFICATION_TYPE_ALERT,
					 Titanium.Network.NOTIFICATION_TYPE_SOUND
					],
			success : function(e) {
				var deviceToken = e.deviceToken;
				var request = Titanium.Network.createHTTPClient();
				var appname = Titanium.App.name;
				var varsion = Titanium.App.version;
				var appid = tids.openUDID;
				var model = Titanium.Platform.model;
				var osname = Titanium.Platform.osname;
				var versionname = Titanium.Platform.version;
			
			var params = {

				appname:appname,
				appversion:varsion,
				deviceuid:appid,
				devicetoken:deviceToken,
				devicename:osname,
				devicemodel:model,
				deviceversion:versionname,
				pushbadge:'enabled',
				pushalert:'enabled',
				pushsound:'enabled'
			
			};

			request.open(&quot;POST&quot;, &quot;MY API URL&quot;);
			request.send(params);
			

			}, error : function(e) {
				alert(&quot;Error during registration&quot;);
				

			}, callback : function(e) {
				
				
				var badgeCount = Ti.UI.iPhone.getAppBadge();
				 badgeCount = badgeCount + 1;
				 Ti.UI.iPhone.setAppBadge(badgeCount)
				 //Ti.App.Properties.setInt('badge', badgeCount);
               
     				
			}
	});

  
}
~~~]]></description>
		<content:encoded><![CDATA[<p>i have successfully configured  the Push Notification .. i have Received the push notification successfullyalso  but when the app runs on background the push notification Badge doesn't Increment . even it doesnt show . so i am posting my code also please help 
<pre class="javascript codeblock"><span class="kw2">function</span> registerForPush<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
&nbsp;
            Titanium.<span class="me1">Network</span>.<span class="me1">registerForPushNotifications</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
            types <span class="sy0">:</span>
                 <span class="br0">&#91;</span>Titanium.<span class="me1">Network</span>.<span class="me1">NOTIFICATION_TYPE_BADGE</span><span class="sy0">,</span>
                     Titanium.<span class="me1">Network</span>.<span class="me1">NOTIFICATION_TYPE_ALERT</span><span class="sy0">,</span>
                     Titanium.<span class="me1">Network</span>.<span class="me1">NOTIFICATION_TYPE_SOUND</span>
                    <span class="br0">&#93;</span><span class="sy0">,</span>
            success <span class="sy0">:</span> <span class="kw2">function</span><span class="br0">&#40;</span>e<span class="br0">&#41;</span> <span class="br0">&#123;</span>
                <span class="kw2">var</span> deviceToken <span class="sy0">=</span> e.<span class="me1">deviceToken</span><span class="sy0">;</span>
                <span class="kw2">var</span> request <span class="sy0">=</span> Titanium.<span class="me1">Network</span>.<span class="me1">createHTTPClient</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
                <span class="kw2">var</span> appname <span class="sy0">=</span> Titanium.<span class="me1">App</span>.<span class="kw3">name</span><span class="sy0">;</span>
                <span class="kw2">var</span> varsion <span class="sy0">=</span> Titanium.<span class="me1">App</span>.<span class="me1">version</span><span class="sy0">;</span>
                <span class="kw2">var</span> appid <span class="sy0">=</span> tids.<span class="me1">openUDID</span><span class="sy0">;</span>
                <span class="kw2">var</span> model <span class="sy0">=</span> Titanium.<span class="me1">Platform</span>.<span class="me1">model</span><span class="sy0">;</span>
                <span class="kw2">var</span> osname <span class="sy0">=</span> Titanium.<span class="me1">Platform</span>.<span class="me1">osname</span><span class="sy0">;</span>
                <span class="kw2">var</span> versionname <span class="sy0">=</span> Titanium.<span class="me1">Platform</span>.<span class="me1">version</span><span class="sy0">;</span>
&nbsp;
            <span class="kw2">var</span> params <span class="sy0">=</span> <span class="br0">&#123;</span>
&nbsp;
                appname<span class="sy0">:</span>appname<span class="sy0">,</span>
                appversion<span class="sy0">:</span>varsion<span class="sy0">,</span>
                deviceuid<span class="sy0">:</span>appid<span class="sy0">,</span>
                devicetoken<span class="sy0">:</span>deviceToken<span class="sy0">,</span>
                devicename<span class="sy0">:</span>osname<span class="sy0">,</span>
                devicemodel<span class="sy0">:</span>model<span class="sy0">,</span>
                deviceversion<span class="sy0">:</span>versionname<span class="sy0">,</span>
                pushbadge<span class="sy0">:</span><span class="st0">'enabled'</span><span class="sy0">,</span>
                pushalert<span class="sy0">:</span><span class="st0">'enabled'</span><span class="sy0">,</span>
                pushsound<span class="sy0">:</span><span class="st0">'enabled'</span>
&nbsp;
            <span class="br0">&#125;</span><span class="sy0">;</span>
&nbsp;
            request.<span class="kw3">open</span><span class="br0">&#40;</span><span class="st0">&quot;POST&quot;</span><span class="sy0">,</span> <span class="st0">&quot;MY API URL&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
            request.<span class="me1">send</span><span class="br0">&#40;</span>params<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
&nbsp;
            <span class="br0">&#125;</span><span class="sy0">,</span> error <span class="sy0">:</span> <span class="kw2">function</span><span class="br0">&#40;</span>e<span class="br0">&#41;</span> <span class="br0">&#123;</span>
                <span class="kw3">alert</span><span class="br0">&#40;</span><span class="st0">&quot;Error during registration&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
&nbsp;
            <span class="br0">&#125;</span><span class="sy0">,</span> callback <span class="sy0">:</span> <span class="kw2">function</span><span class="br0">&#40;</span>e<span class="br0">&#41;</span> <span class="br0">&#123;</span>
&nbsp;
&nbsp;
                <span class="kw2">var</span> badgeCount <span class="sy0">=</span> Ti.<span class="me1">UI</span>.<span class="me1">iPhone</span>.<span class="me1">getAppBadge</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
                 badgeCount <span class="sy0">=</span> badgeCount <span class="sy0">+</span> <span class="nu0">1</span><span class="sy0">;</span>
                 Ti.<span class="me1">UI</span>.<span class="me1">iPhone</span>.<span class="me1">setAppBadge</span><span class="br0">&#40;</span>badgeCount<span class="br0">&#41;</span>
                 <span class="co1">//Ti.App.Properties.setInt('badge', badgeCount);</span>
&nbsp;
&nbsp;
            <span class="br0">&#125;</span>
    <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
&nbsp;
<span class="br0">&#125;</span></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>