TABGROUP ORIENTATION
Can we shift the default tabgroup to the left or right side in landscape mode???
View ArticleAndroid: Google Maps V2 Tiles Only Load the First Time Mapview is Rendered
Hi, I recently upgraded our app to use Google Maps V2 in Android. Everything seems to be setup correctly now and when the map is first loaded it renders normally -- tiles load and the map is moved to...
View Articletwitter authentication and different users
Hi all. I'm using the codebird module to incorporate a mentions timeline for a user. This particular timeline function does not have a parameter for a user name. Instead it takes the timeline of the...
View Articlexhr response is null
Hi, I am using 3.1.1 GA and building an android app. iPhone version works fine. I have hit a roadblock where I am trying to save the information to an external db using a PHP script for Android version...
View ArticleAlloy vs. Classic Stability
I am developing an Android app with very simple functions to determine stability and test training demonstrations. So far, using Google API 2.2, 2.3.3, up to 4.03, my Mac-based Android EMULATION resets...
View ArticlePass Ti.Blob to backgroundService? (Or other objects?)
Hello, Im developing an iPhone-app, which should upload users coordinates and a image to server, if the app is in the background. (Ti 3.1.2) I've managed to retrieve the user location (coordinates),...
View ArticleProblem with benCoding.SMS Module
Hey guys, Has anybody used that module to send messages on iOS? I'm having some problems with it. The thing is that the "completed" event is not always fired. During the same execution of my app, the...
View ArticleMobile app crashing, running in WebView
I have an application, that is running in a WebView in Titanium, using sdk 3.1.2.GA.5ceaff8. The platform is iOS. The application keeps crashing with an index out of bounds exception. Here is the top...
View ArticleAndroid splash screen higher than 800x480? tablets?
Hi Reading info in the Titanium web about splash screen on Android.. http://docs.appcelerator.com/titanium/3.0/#!/guide/Icons_and_Splash_Screens Appears that the only possible options would be (for...
View ArticleiOS Grouped TableView Cutoff Last Row with height:"auto"
The following code cuts the last row exactly in half. It looks like a header is present on the table. It does not appear to be compensated for since its cutoff exactly by the header height (20 in this...
View ArticleCreating a TypeFace in Module for titanium
I have created a native android service module that i want to include a font for custom type face: the code i am using in my native code to create the typeFace is as so: Typeface tf =...
View ArticleCrashes on iPad, but not in simulator
I keep getting an error that no such column exists on my organizer inside xcode. I have tested inside titanium and it works perfectly on the simulator on there. I go to xcode to build on to my iPad and...
View Articleimage problem :Returning null drawable reference
hi i make RSS feed program for Android my problem is that image doesn't appear and give me that error message in the console : "[WARN][TiDrawableReference( 479)] (main) [387,6928] Unknown image...
View ArticleTrouble with binding a model instance to a component
Having trouble getting binding to work. Got a small demo application containing the following files Controller: location.js View: location.xml Model: coordinate.js In my view I declare a model...
View ArticleAndroid - Installing a SQLite database to a SDCARD
I am trying to install a database on the SDCARD by using this command: var hdwDBTest = Titanium.Database.install('hdwbin2', Ti.Filesystem.externalStorageDirectory + 'customer' + Ti.Filesystem.separator...
View ArticleAlloy Project: Requiring CommonJS module does not work with Android 4 (but...
Hi, we have a 3.1.2.GA Alloy project with some methods defined in a regular CommonJS module which is located in: /app/lib/androidNavbar.js The module is required using the following code:if...
View Articlexml markup events
Hello, moving from actionscript (flex) to titanium and I'm experimenting with the xml markup. What I have is a template that I picked up from the doc <ItemTemplate name="template"> <ImageView...
View ArticleIs it possible to play streaming background audio with control over...
On Android, is it possible to play streaming background audio with a scrubber/slider to control play position? VideoPlayer: Has scrubber/slider but stops when home button or power button is pressed....
View Articledoesnt work on android device
this is my code but i just cant seem to get it to run on the device or emulator is there something wrong with it // this sets the background color of the master UIView (when there are no windows/tab...
View ArticleFilter collection
Need to filter collection by id. Something by this return collection.where({id:'1,2,3'}); But this code not work. How use where function with many id?
View Article