Titanium Studio fails to update Node.js
I am using windows 8 OS, I have install the titanium studio but whenever I start the studio is is asking for and update for Titanium CLI, Node.js and Alloy... But if i ask to install the update is...
View ArticleAndroid small photos from camera
Hi guys, I'm having an issue regarding the images returned from the Titanium.Media.showCamera() function. On some devices (Note II), the image is only 640x480. Any ideas why? This is my code:...
View Articleface Window{4136d308 Toast paused=false}: DRAW NOW PENDING
HI Guys, I am new to TitianiumStudio.Here I am facing problem with service url.when i am clicking the button the url will call and operation will done but wehn i click on button the errors are coming...
View ArticleDetect scrollend in ScrollView on android.
Hi all, I need to detect the scroll end of a scroll view but it appears that scrollend , scrollEnd , dragend , dragEnd event are not available in android. It has only scroll event without required...
View ArticleAndroid Action Bar Title Alignment
Hi guys, this is my first question. Is there any of you that know how to make the title in action bar to be in the center ? This is my styling code: <resources...
View Articlesplash screens and app icon
I've searched how to change my splash screen and saw the solution was to 'replace the Default.png in android/Resources'. So I deleted the default.png and put in a different image and called it...
View ArticleSingle window app Android
Hello everybody, does someone know a technique to make an android application with one single window style? For ios, i use navigationGroup, but this class doesnt exist for Android, so how i can do...
View ArticleAlloy.createModel = unknown application error
Hi, I started to use Alloy a few days ago and managed to set up my environment properly. Now I have the problem that every time that I try to instantiate a model (that I created with the Eclipse...
View ArticleLock Orientation Just on Android SplashScreen
Hi Guys how do i lock "just the splashscreen", on android device. Im using a long-hdpi device (Sony Xperia Play), everytime i launch the app in landscape it somehow pulled the portrait one to load and...
View ArticleWorking with many (900) http-clients
Hi, in my project I have to mirror a lot of images. On iPhone it is not a problem. The platform only opens ca. 10 connections and builds a queue. After a time all is fine. Additional I can use property...
View ArticleSetting up android push notification
Hey, I have the following code and am attempting to register both iOS and android phones with ACS. I have iOS working but android registration seems to fail if ( Titanium.Platform.name == "android" ){...
View ArticleAdd more values to equation with strings
Hi. I have an app that have an equation that calc area l X h (like a wall). It also removes from the area (think holes/opening) l X h Something like thisvar ol =...
View ArticlePhoneGap mobile Application not working on android emulator
Hi, I have developed a mobile Application which is calling a JAVA SOAP Web Service, Web service is returning a data in JSON format. I am able to parse the data in my jquery and ajax and it is working...
View Articlesplash screen in android
Hi, in my project I edit all splash screens of the folder Resources/android/images/res-long-land-hdpi, Resources/android/images/res-long-land-ldpi, ... but when i launch the app in the emulator or in...
View Articleandroid manifest error
this is my tiapp.xml and it works fine<?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> <id>com.me.alloytest</id>...
View ArticleCreate newView when tableview row is being selected
//Application Window Component Constructor function ApplicationWindow() { //create component instance var self = Ti.UI.createWindow({ backgroundColor : '#ffffff' }); var quizDB =...
View Article\n \t for Alert pop-out
I uses database to store the values followed by using this "alert(e.rowData.label);" to show my value in the alert box. However, I've problem putting newline (\n) in the database values. Is there...
View ArticleConvert database (SQLite Manager) values to a string
How do i convert the values i obtain from database to a string? //Application Window Component Constructor function ApplicationWindow() { //create component instance var self = Ti.UI.createWindow({...
View ArticleNPM is not installed, Android SDK is missing (but it's not)
Just installed Titanium Studio on Windows. When it tries to download updates it fails with this message: NPM is not installed. NPM is not installed. NPM is not installed. When I finally found the log...
View Articleheight % tableViewRow
Hello You can place a tableViewRow percentages and its child objects? ejem: fila = Ti.UI.createTableViewRow(); var input = Ti.UI.createLabel({ text:selectRow.fieldByName('name'), width:'50%',...
View Article