<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title>YouAtNotes Titanium Wiki | Categorized Content</title><description></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf</link><language>en-us</language><lastBuildDate>Fri, 1 Jun 2012 18:05:57 +0200</lastBuildDate>
<item><title>Ti: Camera</title><pubDate>Fri, 1 Jun 2012 18:05:57 +0200</pubDate><description><![CDATA[ (work in progress) controling the flashlight Ti.Media.CAMERAFLASHOFF , Ti.Media.CAMERAFLASHON, Ti.Media.CAMERAFLASHAUTO
Ti.Media.setCameraFlashMode(Ti.Media.CAMERAFLASHON);]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Camera</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: Charting</title><pubDate>Thu, 31 May 2012 08:31:59 +0200</pubDate><description><![CDATA[ ==Charting via JavaScript== You can use a WebView control to display a HTML page that includes JavaScript charting libraries. Unfortunately, most JavaScript charting libraries are slow in the WebView control. One customer had success with [[http://dygraphs.com|dygraphs]], though. It seems to be ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Charting</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: Network</title><pubDate>Wed, 28 Dec 2011 10:26:19 +0100</pubDate><description><![CDATA[ ==Change event== You can react on the change of the networks status as follows: {code:} Ti.Network.addEventListener("change", function(e) {
 // e.networkType -> type of network
 // e.networkTypeName -> type as a string
 // e.online -> true if the device has a network // example: run code if ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Network</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Network?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Network</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Network</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Network?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: Toolbar</title><pubDate>Tue, 22 Nov 2011 22:29:57 +0200</pubDate><description><![CDATA[ ==Example code== {code:} Toolbar = {}
Toolbar.button1 = Ti.UI.createButton({
 title:"mybutton",
width:"auto",
enabled:true,
height:32 Toolbar.button1.addEventListener('click', function(e) {
// do something on button click Toolbar.button2 = Ti.UI.createButton({
 ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Toolbar</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Toolbar?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Toolbar</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Toolbar</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Toolbar?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: work with fields</title><pubDate>Tue, 22 Nov 2011 22:20:04 +0200</pubDate><description><![CDATA[ ==Using YouAtNotes Framework== Use YNUI.createTextField(type, hintText, defaultValue, width, isPassword) with type: UI type of the field. The following types are currently supported: - "settings": rounded border, slight padding, similar to iOS setting fields hintText: a hint text for the field ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_fields</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_fields?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_fields</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_work_with_fields</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_fields?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: Performance</title><pubDate>Mon, 21 Nov 2011 07:53:22 +0100</pubDate><description><![CDATA[ TableView If using TableRows in a TableView, make sure every row and every element in the row has a fixed height. Height 'auto' can lead to performance problems if the table has some hundred entries.]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Performance</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Performance?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Performance</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Performance</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Performance?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: file, URL and HTTP operations</title><pubDate>Fri, 11 Nov 2011 15:33:39 +0100</pubDate><description><![CDATA[ == Read a File == {code:} var data; var readFile = Titanium.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, 'template.html'); if(readFile.exists()) {
		data = readFile.read().text; } else {
		data = '<html><body>No template found..</body></html>' {code} == Open an URL == {code:} ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_file_URL_and_HTTP_operations</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_file_URL_and_HTTP_operations?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_file_URL_and_HTTP_operations</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_file_URL_and_HTTP_operations</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_file_URL_and_HTTP_operations?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: WebView</title><pubDate>Fri, 11 Nov 2011 15:25:08 +0200</pubDate><description><![CDATA[ == Creation == {code:} var wview = Ti.UI.createWebView({
	top:0,
	scalesPageToFit: true,
	url:'http://google.com' {code} scalesPageToFit: set to true to render the page in a size that is appropriate for the device screen. url: set to any url. File URLs are ok, for example "file:about.html" to ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_WebView</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_WebView?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_WebView</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_WebView</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_WebView?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: ButtonBar</title><pubDate>Fri, 11 Nov 2011 15:20:13 +0200</pubDate><description><![CDATA[ A bar with buttons that can be placed anywhere in the view. == Creation == {code:} App.buttonbar = Titanium.UI.createButtonBar({
	labels:[{title:'Button 1', enabled:false}, 'Button 2', 'Button ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_ButtonBar</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_ButtonBar?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_ButtonBar</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_ButtonBar</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_ButtonBar?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: work with music and video</title><pubDate>Fri, 11 Nov 2011 09:25:22 +0200</pubDate><description><![CDATA[ == Music == See [[http://blog.clearlyinnovative.com/post/5442556609/titanium-appcelerator-quickie-using-system-music|Clearly Innovative Thoughts]] for a full example. === select a song from the library === {code:} var settings = {
	 success: function(picked) { error: function(error) {
	 ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_music_and_video</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_music_and_video?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_music_and_video</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_work_with_music_and_video</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_work_with_music_and_video?opendocument&amp;comments</wfw:comment></item>

</channel></rss>
