This file contains 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
//// ---- Menu window, positioned on the left | |
var menuWindow = Ti.UI.createWindow({ | |
top:0, | |
left:0, | |
width:150 | |
}); | |
menuWindow.open(); | |
//// ---- Menu Table | |
// Menu Titles |