ScrollableView inside ListView
I'd like to put ScrollableView inside ListView, but how do I create the child views of ScrollableView dynamically? Ti SDK 3.2.1
View ArticleHow to close modal window that's inside a modal window
I'm developing for iOS (7+) and using Ti SDK 3.2.0. My application is a tabbed application that shows a modal login window before opening the tabgroup. From the login window, the user can either log in...
View ArticleHow to create Media player controls always show in android?
I want to create Android Media controls always show
View ArticleiOS 7 new background execution modes
Apple’s new iOS 7 background execution modes are supported in Titanium SDK 3.2.0 and later. Descriptions can be found here and here. An additional useful example can be found here. I understand that...
View ArticleGoogle wallet in titanium appcelerator?
I want to know does google wallet can be used Titanium android/ios application? I have searched for that but did not get some suitable and relevant results. Ali
View Articlehow to make logout facebook
I want to make a logout facebook button wchich return me from menu page to the index page here my code: Titanium.UI.setBackgroundColor('#CC0066'); var win = Titanium.UI.currentWindow; var main =...
View ArticleUploading an image from android to google app engine?
I'm trying to take a photo on an android app, and then send it to my google app engine app. I have the taking a photo part done, however I'm struggling with the rest. This is what I'm using the send...
View Articlerequire('aws-sdk') causes "Maximum call stack size exceeded"
App Type: mobile Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version 3.2.1.GA [INFO] : Building using iOS SDK: 7.0.3 [INFO] : Building for iOS iPhone Simulator: 7.0.3 OSX 10.9.2...
View ArticleHow to deal with refunded in-app purchases?
Is there any way to check if an in-app purchase is still valid? I mean a user has purchased a feature of my app and then asked Apple for a refund. Is there any option to be aware of this and then...
View ArticleDynamically splitting block of Text into multiple TextAreas of n rows each
I'm reading a large block of text from a database. The block of text, a short story, is stored in one Text column in the DB. I want to display n (e.g. 10) lines of text in a TextArea. In other words, I...
View ArticleFacebook : the image is displayed only for last post , how to get all images...
Hi I am trying to pull profile pics from facebook for each person who makes a post on my app. I am able to get the image links , but for some reason the image is not getting displayed only for the last...
View ArticleShare link to share app with all installed apps
Do we have any module which can let me share the app using all apps installed on device? As per description of ExygySocialShare module, it lets you share only for Facebook, twitter and google+. I have...
View ArticleTableViewRow is being redraw by child
As simple as it sound, I've a TableViewRow, with a View inside and a couple of buttons(ImageView) and labels, if I change the color/image of the labels/buttons the entire row is being redrawn. I've...
View ArticleDataWedge API for Android Module
Need some one who can develop a Titanium module for DataWedge API for Android
View ArticleReload webview or window when gps coords found
Hello everybody, I have a window with a webview that gets the longtitute and latitude, everything works fine, but in the very first run of my application, when my application has no longitute and...
View ArticleRotating an image view - strange behavior
Hi all: I've been struggling with this for a while and have not been able to get it to work - the documented behavior seems incorrect for what I'm trying to do. Is there something wrong with the rotate...
View ArticleTabgroup Colors in iOS 6 & 7
Application Type: mobile Titanium SDK: 3.2.1.GA Platform & version: iOS 6.1 / iOS 7.0.3 Device: iOS Simulator (iPad) Host Operating System: OSX 10.9.2 Titanium Studio: 3.2.1.201402041146 I'm not...
View ArticleHow to intercept the home button (android)
Is it possible to intercept the home button? The back button can be intercepted by listen to the "android:back" event. Is there something similar for the home button?
View ArticleLogin on app resume on android
hi, I am trying to build an app that needs to login online to view personal data. Everything is working, but on android when i press the home button and then return to the app by pressing the...
View ArticleV8Object: Runtime disposed, cannot set property 'userAgent'
Hi, While running application on Android device through appcelerator studio, application is not installing on device and its giving blank screen. Error log: -- Start application log...
View Article