views(textField,picker) font color changed when app upgraded to 3.2
Hi can any one suggest me. I created app using 3.1.3 before.but for giving android 4.4 version compatibility i wanted to change titanium 3.2 but when i changed the view look up is changed.and default...
View ArticleUse of widget drawer menu
I want write an iPhone/Android app. For navigation I want use this widget alloy-widget-drawermenu The app result a single window app. What is the most efficient way to switch between view when an user...
View ArticletextField Error
my little app is sending me this error in the Titanium console.. its a simple form asking for user and password. <Error>: CGContextSetFillColorWithColor: invalid context 0x0. This is a serious...
View ArticleDebug, expressions and watch length limit not working properly
I need to "watch" a string in debug mode that has 263 chars according to titanium all that i see is "qwertyqwerty...."(lenght: 263) I've tried to right click on white space and change maxlength (which...
View ArticleModule development: Invalid method createView
I've been searching for the past few hours and I cannot figure this out. I'm creating a titanium module for iOS in Obj-C. The module compiles fine. My test project can see the module, however, I keep...
View ArticleWhat happened to "connections" in 3.2
Is the "connections" option gone from projects now? I can not find it in "projects explorer" view or "apps explorer" view. Also, is there a way to return to the original color scheme?
View ArticleHow to fix Unlicensed module(s) detected error?
I'm using Titanium 3.2.0.GA and deploying for iOS 7. I added the module Locale by Share Our Ideas to my project, but after doing that and tried to install the app on device I got the following...
View ArticleText of TextField/Button in a VerticalLayout cutted in Moto G and Nexus 5
Hi all, I have developed an Android App that works very well on the mayority of Android Devices. After the presentation of Moto G and Nexus 5 some user send me some feedbacks about errors in the text....
View ArticleDrawing an image in a Canvas of a Webview
Hello, I just want to draw an image with context.drawimage in a canvas of a webview. This is working on the latests android, but not on the Android 2.3 (emulator nor real device). No idea ? Anyone has...
View ArticleListview animation = false
App Type: Android SDK: 3.2.0 Device: Galaxy S3 i9300 Version: Android CM 4.3.1 Host: OSX 10.9.1 Alloy I'm facing this bug with list view when I call the "fetch" collection method, the suggestion to...
View ArticleFacebook login error com.facebook.sdk error 5 after user deletes FB app
I have successfully created a login to Facebook in my app but whilst testing different scenarios I've found that if the user then deletes the App in their Facebook account they then get the error...
View ArticleTextfield keyboard toolbar buttons stop responding after the textfield loses...
We have added an iOS module which contains a library (.a) to a simple keyboard and textfield titanium project. The library uses quite a lot of javascript via UIWebView and it communicates back to the...
View ArticleStyling the SearchBar breaks the App. Any idea why?
Hello, I am porting an app to android from iOS and when I try to style a searchBar the app breaks with the messageUnfortunatelly AppName has stopped The code I am using is the followingvar search =...
View ArticleZoom & Pan image using ScrollView
I am currently using a ScrollView to create an Image Viewer in my iOS & Android apps. I couldn't find any other ways to zoom & pan an image. This is the code I'm using: //########## CREATE...
View ArticleHow can i delete the same object which are created in a different class?
Hi, I have created 2 identical custom objects arrays having the classname called fullCourse and Receipt. They both contain the same data when i created them. however, i want to remove some of the input...
View ArticleSearchView as ActionView not working (Android Action Bar)
I'm attempting to utilize a SearchView inside the action bar with Android, and having some trouble with getting things working. I've copied the code samples directly from the docs and still no dice....
View ArticleMemory leak in Android on adding Scrollable View
Hi All, I am developing a mobile application both for Android and iPhone by using Titanium Alloy using Titanium SDK 3.1.3. I have added a Scrollable View in my app to display a series of remote images....
View ArticleAndroid TableViewRow Empty Window
I have this tableviewrow, it works great on iOS, when I try on Android it opens a blank window that takes up the entire screen and has a title of Test 1. Any help is appreciated. var row =...
View ArticleCopy/Paste/Select data not open keyboard in textfield
I am developing an iOS application in Titanium Appcelerator and i have try copy/paste/select from textfield but keyboard is open, how can solve this issues,without keyboard open copy/paste/select the...
View ArticleFacebook - App Event
Hi I need to use the FB Custom App Event (https://developers.facebook.com/docs/ios/app-events) to measure the performance of my FB Ads Campaign. I want to measure Install and some custom like...
View Article