Dynamic picker
Hi I'm developing a Android app and i'm using Titanium SDK 3.2.3. In my application i've to create one picker which receive data from a remote webservice (one title per row). I developed the following...
View ArticleGet url parameter from the socket is listening.
Hi. There is a socket is listening. var win = Titanium.UI.createWindow({ backgroundColor : '#fff', }); var hostname = Ti.Platform.address; var listenSocket = Ti.Network.Socket.createTCP({ host :...
View ArticleAndroid Issue With Scrollable View App Crashes
Hi, i am using a scrollable view and i am assigning views to it dynamically.. In ios the code is working fine but in android i'm getting the issue Here is the crash log [ERROR] : TiApplication: (main)...
View ArticleChanging childTemplates properties of ListView
Hi Everyone, I am looking for a way to change the properties of childTemplates of ListView . I am creating a ListView with an ImageView and a Label as its childTemplates I have set their properties...
View ArticleCode under callback part of registerForPushNotifications does not work well.
Hi all, I'm using registerForPushNotifications for registering iphone push notification. Basically, it works very well. However, my issue is, I cannot understand why if I add any additional lines such...
View ArticleFixed menu with activities below
I'm looking for a solution for the following problem: (android+ios solution preferred) My current setup contains windows in which i consistently require a partial view which is the header. This means...
View ArticleChange background image on tableview click
Hi, on tables row click I want to change background image of the row component. please help me, Here is my code: index.xml <Alloy> <Window class="container"> <Menu...
View ArticleRunning Android Emulator launches new emulator
version: 3.2.3 sdk: 4.1.2 & 4.3 Everytime I run the emulator, Titanium launches new emulator instead of using the one that is currently open. Why is this and is there a way for Titanium to use the...
View ArticleWebview invalid method
version: 3.2.3 ios 7 mac 10.9.3 <Webview id="chartView" url="http://www.google.com"></Webview> That is causing a problem : invalid method (createWebview) passed to UIModule I have cleaned...
View ArticleUnable to install Titanium Studio on 32 bit Windows 7 machine - unable to...
I am trying to install the latest Titanium Studio (July 2014). I had it install the JDK (1.7.40) on my system and it could not find it. I set the JAVA_HOME and Path variables as suggested to no luck. I...
View ArticleFont size global in all resolutions (android)
There is a way that a font size font look fine in all screen resolutions? i have this code above here:winLabel = Ti.UI.createLabel({ center:'0', color: '#019FCE', text: sdata.titleWindows, font: {...
View ArticleExtending TiWebView
Hello all, I'm trying to modify a TiWebView in an external module. What I'm trying to accomplish is to disable the settings.setSupportMultipleWindows(true);...
View ArticleMapview - click event fires AFTER the actual click
Hi I am developing a small app on iphone 4S os version 6.1.3, outdated I know but I like seeing the stuff on a real device initially. On this device a mapview worked just like intended. When I click...
View ArticleAnnotation pins not on map.
I'm using the following code to create a map with annotations var AG = Alloy.Globals; var destroyMap = function() { if (AG.isAssigned(AG.mapView)) { AG.mapView.parent.remove(AG.mapView); AG.mapView =...
View ArticleAccessing tablerow children not working...
var row = Ti.UI.createTableViewRow({ width: Ti.UI.FILL, height: 50, className: 'aRow' }); var inactiveDropDownImage = Ti.UI.createImageView({ top: '51%', left: 0, width: '30%', height: Ti.UI.SIZE,...
View ArticleAndroid - Facebook Module don't work!!
[ERROR] : FacebookModule: (main) [38143,71824] LoginDialogListener onFacebookError: The connection to the server was unsuccessful. [ERROR] : FacebookModule: com.facebook.android.FacebookError: The...
View Articlehow to solve "Failed to package application"? or how can i get detailed log?
When I run with android device, I get problem with this messages in titanium studio console and don't execute in my android device. [ERROR] : Failed to package application: [ERROR] Application...
View ArticleFailed to package application
/home/../../../../../favouritesView.js: error: File is case-insensitive equivalent to: /home/../../../../../../../favouritesview.js file generating by name favouritesView and favouritesview notice V...
View ArticleAndroid crash report from ACRA
I have implemented the ACRA in my Titanium android App project and i get the crash report in txt format. It shows the stack trace in JAVA . How can I relate the stack trace with my js code ? The stack...
View ArticleTotal count of subscribers in push notification channel
Hi, on ACS web console I see subscribed device. It is a similar problem, but I need for my voting app the count of subscribers of a specific channel. In the API I don't see a method. I've overlooked...
View Article