Android ActionBar compatibility library
Trying to get ActionBar for all Android versions, I was able to build a Titanium SDK (3.2.0 master) with the compatibility library. If it works I'll gladly submit a pull request, but currently stuck on...
View Articletableview load from bottom up
I have a tableview where I want to start from the bottom and preprend the rows. So basically the last row is shown at the bottom and and the other rows are above it but the tableview is already...
View ArticleHow do I properly crop a web image into an image view
I have a web image, that can come in different sizes, that I need to scale and crop to fit a 100dp x 100dp ImageView. Here is an example peice of code: var userImage = Ti.UI.createImageView({ top : 0,...
View Articleaccessing id via commonJS
hi, i was wondering if its possible to create for example a button (in alloy) and give it an id of btnTest. Could i approach this button in my js file using commonJS ? something like this: ˜˜˜˜...
View ArticleRequested Module Not Found
I created an android module project per the docs. I added the external .jar file I need into the /lib folder of that module. I modified the classpath file to include a 'classpathentry' for the .jar...
View ArticleAndroid Module creation error
Hello, i need to create a module project for android.after creating module project using commandline,i imported the project in eclipse.this is the default project.when i run its build.xml an error is...
View ArticleHow to create sub-sub-directory ??
Hi, I got a problem to create a subdirectory in Ti.Filesystem.applicationDataDirectory. My problem is can not create sub-sub-directory like '/ads_snapshot/pages/' on the device. This works on the IOS...
View ArticleUsing STOMP/Rabbit Mq via Sockets in TItanium
Hello , I need to connect to Rabbit-Mq using STOMP protocol. I know it is possible using web-socket using lib at following link. https://github.com/sockjs/sockjs-client  But I am wondering how to do...
View ArticleNo console output after first debug session on 3.1.2 latest
After updating to the most recent 3.1.2 release, I'm not getting any log output in the Titanium studio console after ending the first debug session. Ie: log output is visible after freshly rebooting my...
View ArticleMetro Grid layout
Hi I wish to create a universal app that works on iphone, ipad, android phones, 7" tablet and 10" tablet. For the 10" tablet and iPad's, I would want the app to work in landscape and portrait mode...
View ArticleNode.ACS - Error: 'Updating clients' server URLs' has encountered a problem....
I've noticed Titanium's IDE (Eclipse) slows down if a lot of Projects are open in Project Explorer. So I've dabbled quite a bit into Node.ACS, though I would like to close these projects. Though...
View Articlebinding of collection with listview in 3.1.2
hi, i am using titanium SDK 3.1.2 and alloy 1.2.0.......... can we bind collection with list view.if it is possible can you provide some example for it ? thanks in advance.........
View ArticleCommunicating device app with appstore/google play store
I have developed app for android and ipad. I am working on Titanium-3.1.1 and Android-3.0. I want the manual functionality for app updates on device as following: On onload event of app, Compare the...
View ArticleiOS 7 Status Bar in Tests Appears Solid Black
I know everything is in beta (if you can call it that even), but I am just going through some tests for my apps, and am seeing something that I am sure is a pretty serious bug. I just dont know whether...
View ArticleReference and object by id inside a tableview row
My tableviewrow looks like uploadrow.xml<Alloy> <TableViewRow class="rowupload" id="row"> <ProgressBar id="pb" top="10" width="80%" height="auto" min="0" max="1" value="0" color="#000"...
View ArticleBlackberry SDK and Titanium 3.1
Hi @all, i try to get Blackberry development to run on OS X. I have downloaded the App "Momentics" for OS X and with it i also downloaded the SDK. The SDK will installed directly in the App-Folder. The...
View ArticleWebView crashes Android Emulator
Very simple code. index.xml: <Alloy> <Window> <WebView id="myWebView" /> </Window> </Alloy> index.js: $.index.open(); $.myWebView.url = 'http://www.google.com'; Google...
View ArticleTi.StoreKit: requestProducts don't return Ti.Storekit.Product, return...
Hi, SDK: 3.0.2GA, Ti.StoreKit: 1.6.2, IOS is 6.1. I try to make In-app Purchases App (Non-Consumed Item), But Ti.StoreKit 's requestProducts returns Product's description instead of Ti.Storekit.Product...
View ArticleTextArea auto focus keyboard Android
I have a two part question, First I've created a text area on my app that works great except that in Android the keyboard automatically shows when the window is launched. I've found workarounds that...
View ArticleHow to pass Json data to a textfield?
I've tried to pass my Json data to a textfield with a click event but the data is no passing any ideas? var url = "http://androidgaeurbanservlet.appspot.com/service/employee"; var...
View Article