im working on an Ipad paint application and i want to retrieve all files from a specific directory, and delete the last saved image. In the appcelerator simulator it all works perfect, but when i run
On the click of my button, I want to navigate to another screen. How would I achieve this in Titanium?
I\'m trying to send some data from app.js to an open webview (external url, examp开发者_如何学编程le: http://mysite.com/file.html), without success. I\'ve check through many questions and answers and
I\'m writing an iPhone app using Appcelerator Titanium Mobile.I am hiding and showing the tab group based on what window has focus.
var win = Ti.UI.createWindow(); var view = Ti.UI.createView(); Titanium.UI.setBackgroundImage(\'images/logo.开发者_运维技巧png\');
Lets say there is a php website that has a login boxes (password,username), can开发者_运维百科 you create a login box in different page of your own that when you enter your login information it will l
I have an application that has 5 windows, and when clicking on the tabs above them passes the window the URL of the RSS to load.It\'s maddening, and it\'s about to make me jump ship from Appcelerator
I am developing an application for Titanium, and therefore building a module from an Android application. But a module for Titanium generates a project in 开发者_JAVA技巧Android which has no autogener
I\'m loading many images from a server, and can\'t hammer th开发者_JS百科e server with all those requests at once. I want to only load the images once they\'ve scrolled into view on screen, similar to
I\'m having problems with my login redirect.This is the function that gets fired in app.js on a successful login (the alert works, so I know I\'m getting this far).