Android fastdev NOT WORKING
Fastdev used to work one week ago and now it has stopped. What I did during this time is: 1) Upgrading Titanium Studio to this: Titanium Studio, build: 3.1.2.201308091617 (c) Copyright 2012-2013 by...
View ArticleEmulator doesn't work
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. [INFO] : Found Alloy app in...
View Articlehow can i implement fragments in Titanium
i want to make fragment of pics in Titanium ,how can i do that
View ArticleTest Equipment
Hi We're just starting a iOS and Android project and am looking for recommendations for which Android phones / tablets to use for testing. Any advice on device testing would be appreciated. Thanks
View ArticleCall global function with parameter from tss file Titanium Alloy
Hi.. i have this code: Alloy.jsAlloy.Globals.rotateLeft = function(degree){ Ti.UI.create2DMatrix().rotate(degree); } index.tss"myLabel": { color: "#000000", transform: Alloy.Globals.rotateLeft(90) }...
View ArticleAndroid TabGroup Color
In my android app, the tabgroup is dark with a blue color for current tab, like this: How can I change the color of the current tab? I need to change some xml?
View ArticleI'm trying to send a post to a page php
I'm trying to send a post to a page php, more is not showing in php page, the phone sends more php not received, here goes the codes, could someone help me. code js. var url =...
View ArticleTitanium Paypal module not working properly on Android and all the time gives...
Hi, We have integrated PayPal module in one of our project. It working fine on android at the time of development, but after goes live on Google play store, suddenly module stops working. Strange thing...
View ArticleHow to stop Android textField from auto-focusing
Every textField I create focuses automatically when the window opens, forcing the soft keyboard to open. This does not happen on iPhone or iPad, and is the same on the Android emulator, HTC Incredible...
View ArticleNew Project - Android First - iOS later - Possible??
Hi, I am new to Titanium. Before I started and then had to redo all my work I wanted to ask. Can I first create a Project as a Android only project (On a PC) and then once I am happy with the project...
View Article[Android] ApplicationStylesheet code too large error
Hi all, I'm trying to compile the Android version of the same Iphone project, created using Titanium. The project works well on Iphone, but I can't compile on Android, I receive the error below:[ERROR]...
View ArticleActivity indicator not showing sometimes in android
Hi I have created a chat application,which is using tableview,I have added a activity indicator in it.but some times it is not working.Here is my code please help, var sentFile =...
View Articleclamav detects apk as virus 'Andr.Trojan.Zitmo-2'!
Strange thing happend to me: I've tried to upload my apk to our server (hosted by all-inkl) and suddenly I've got this error: "mod_clamav/0.11: Virus 'Andr.Trojan.Zitmo-2' found in file.apk" and I got...
View ArticleNo such table sqlite (yes it is...)
Hi. I have a db with a table named "kunder" Everything works great i can write to it and i can read from it. But i cant delete it.... This is what i have on my delete...
View ArticleUpdate SVG from titanium in android not working.
HI. My task is to show some places in list and also in map for map i use map.svg. when the user select places either from list are from map, i need to update both.The above task is happening in iphone...
View ArticleHow to do interaction?
Does anyone have any idea that how some app such as "The star epaper" do scaling their magazine? Because text will not be blur after Zoom in. Besides, it is possible to do some interaction on the...
View ArticleCouldn't create a new project or import existing project.
Hi, I'm new to Titanium Studio, I find problem while creating a new project. it throws an Error saying "Unable to create new Project missing required option - Username". I'm not understanding whats...
View ArticleTrouble adding values from db
Hi. I have a DB with some values and i cant seem to add the values from it. Here is what i have for thisvar db = Ti.Database.install('MyDB.sqlite', 'Proj'); var rows = db.execute('SELECT tid, fram,...
View Articleunable to parse json
var loginReq = Titanium.Network.createHTTPClient(); loginReq.onload = function() { var json = this.responseText; var response = JSON.parse(json); if (response.logged == true) { alert("Welcome " +...
View ArticleListview section header
I've created a Listview table with several sections, I've changed the font and color of the items in the section, but is there a way to change the font/color of the HEADER. It's now very small and...
View Article