Androids AccountManager as module
Hi, I know there is a JIRA-ticket about this. I plan to build my own module for the AccountManager. Where I found good examples for similar projects to learn about this? Rainer
View ArticleAndroid Mobile module not seeing .jar in lib folder
I'v made an android mobile module. All works well until I add a .jar file to the lib folder of the project and reference it. See build errors below I'm using SDK 3.1.3GA Ubuntu 13.04 64Bit Titanium...
View ArticleTitanium - "linker: libkroll-v8.so has text relocations. This is wasting...
I am getting the below output in the console when starting my app. I have sent a few hours Googling this but to no avail. Only past bugs that had been resolved coming up. At the moment this app is in...
View ArticleRecording Video In 16x9 aspect ratio
Hi All Is it possible for titanium video recorder to record in 16x9 aspect ratio? I currently have this which records but letter box when i share it and use it in another video...
View ArticleHow to use Node.JS for Titanium in making HTML-based projects?
Titanium is a known programming software that let's you create cross-platforming mobile apps especially to Android and iPhone. Aside from that, is it possible to create an HTML based project only using...
View ArticleWhen trying to use some Android emulators, it just opens a run/debug...
With my usb port gone bad on my galaxy nexus, I started looking for options and stumbled across genymotion and it's an awesome tool! I started setting up a couple virtual devices running android 4.4.2,...
View ArticleUnable To Bind addEventListener To Table
Problem: I want to attatch a addEventListener To Table ( eventslisttable ) after it has been created from the downloaded JSON feed. Table is created fine how ever no click event is picked up. My Table...
View ArticleTi.Utils.base64encode undefined in iOS
I made a project that in the beginning was made for Android, then I added the support for iOS devices, but when I try to run the project in the iOS emulator I've got the following error: > [ERROR] :...
View ArticleI published my first app on Google Play: thanks and request for help (please,...
Few days ago I published my first Android app and I wish to thank all the great people on the forum who helped me with my questions. I also wish to ask for a last help (I hope) about this project. It...
View Articleclosing windows
Hi, I have multiple places in my app where I am opening a window which is an extension of the tab group, if you will. I just realised with one window which has a scrollable view, that when I close the...
View ArticleSelect tableView row and change map location to latitude and longitude custom...
Hello, I have a table view with several places; when the user selects a place a map view change the location to the user selction. To do this I created custom properties for each row, named "latitude"...
View ArticleDatabinding with Groups of Data
Hi, I have a model that features an 'input' column—let's call it a question. Each question is related to a single workspace. A workspace can have multiple questions. I want my app to start up and show...
View ArticleUrgent app crash on android 4.4 ?
Hello I've created a small app for android and ios , on Android i was testing the app on 4.3 , but when i uploaded the app on the market alot of people who own android 4.4 LG etc they said the...
View Articleturn of view - animation
Hello I need to rotate a view (turn a card) to a game, it is possible with the API of titanium, yet I have this code. var vista = e.source; var matrix = Ti.UI.create2DMatrix(); //matrix =...
View ArticleleftView Broken - 3.2.3.GA
The following code works fine in 3.2.2.GA on a Mac running latest OS. Titanium Studio, build: 3.2.3.201404181442/* * Create Left View */ left_view = Titanium.UI.createView({ width : 40, height : 30 });...
View ArticleGbaRequest: Constructor Called 222 userAgent null
I am using Titanium Studio, build: 3.2.3 and working with limejs and html5. I have a simple game that works on Firefox, but when moved to android using titanium getting a GbaRequest: Constructor Called...
View ArticleAuto align of the lables in the table view row
Hi, I need some hints from you guys. Actually I'm having one tableview row and one image and 2 labels ,image and labels I have added to tableviewrow. and trying to do align the labels based on image...
View ArticleCan I Use Paypal REST API in Titanium?
I want to use the Paypal REST API in my titanium app, I write code like this : function paypal(){ var data = {grant_type: 'client_credentials'}; var xhr = Titanium.Network.createHTTPClient({ onload:...
View ArticleFTP server in Titanium
Hello everyone, I’m working on a project in Titanium that requires creating an FTP server in an iPhone app. I could not figure out how to do it on my own. The FTP server is to transfer files from an...
View ArticleChange the owner of an app
Hello everyone, how to change the owner of an app or move an app from an account to another or show the imported projects in https://my.appcelerator.com/apps , thanks
View Article