This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version=1.7.1 | |
timestamp=06/21/11 14:28 | |
githash=1293a6d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var win = Ti.UI.createWindow({ | |
backgroundColor : 'white' | |
}); | |
win.open(); | |
win.addEventListener('click', function(e) { | |
var intent = Ti.Android.createIntent({ | |
action : Ti.Android.ACTION_VIEW, | |
//data : "https://mobile.twitter.com/#!/egomez" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this sets the background color of the master UIView (when there are no windows/tab groups on it) | |
Titanium.UI.setBackgroundColor('#000'); | |
// create tab group | |
var tabGroup = Titanium.UI.createTabGroup(); | |
// | |
// create base UI tab and root window | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* code */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ti.UI.setBackgroundColor('#000'); | |
var openButton = Ti.UI.createButton({ | |
title : 'Open Win' | |
}); | |
var win = Ti.UI.createWindow({ | |
title : 'Root Win', | |
tabBarHidden : true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var browserWin = require('browser').browserWin; | |
var browser = new browserWin(); | |
browser.open(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var win = Titanium.UI.currentWindow; | |
var isAndroid = false; | |
if(Titanium.Platform.name == 'android') { | |
isAndroid = true; | |
} | |
// | |
// CREATE ANNOTATIONS | |
// |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================================================================ | |
Appcelerator Titanium Diagnostics Build Log | |
The contents of this file are useful to send to Appcelerator Support if | |
reporting an issue to help us understand your environment, build settings | |
and aid in debugging. Please attach this log to any issue that you report. | |
================================================================================ | |
Starting build at 01/24/12 21:05 | |
Build details: |
OlderNewer