I\'m trying to build a simple desktop application using the tibuild.py file. Here\'s the command I\'m passing:
Greetings. SDK 1.6.2 I am storing the location of camera captures in a database along with some other information.
PopupFirstNameButton.addEventListener(\'click\', FirstNameFunction); function FirstNameFunction(){ infoWin.close();
I\'ve been searching for a solution to this for some time and believe that it, at it\'s core, isn\'t possible.
Win1.js var Appwin = Titanium.UI.createWindow(); function checkPage() { } Appwin.open开发者_StackOverflow();
I have a text written in Titanium.UI.TableViewRow. Is it possible to to copy the row text on selecting the row as we do in Textfiled or textArea. I inserted a text field in row, but it s开发者_JS百科e
I have a problem with a window that contains a TabGroups \"there are 5 tabs\" the window and there appears that the window of the first tab that appears but when I clik on anything else happens.
I\'m trying to create a DatePicker that slides in over a TableView in order to edit a date-field. The problem is that the DatePicker appears behind the TableView - you can see a part of it because the
Maybe i\'m just being stupid, or perhaps Titanium has moved on, but i\'m trying to run your command in Terminal and i get an error:
Does anyone know how to remove开发者_如何学JAVA a row inside a TableView in Titanium.To remove from a TableView you can use Ti.UI.TableView.deleteRow()