Speechrecognizer @ android
Hi, I have tested 4 modules: co.il.webe.speechrecognizer (from market place) –– It works, but can only use the system language. The method setLanguage doesn't work jp.isisredirect.speechrecognizer...
View ArticleChanging between window in Portrait only and window in all orientation
I'm developing an application for ipad and iphone using Titanium. You can navigate between different views. 1st view (the main view where you can go to another views) will be only on portrait mode, the...
View ArticleRun time error: cannot call method "isValidRow" of null
Hi all, I create titanium alloy project, and I've a problem on the model file, when I write exports.definition = { config: { columns: { "id": "integer PRIMARY KEY...
View Articlebulleted list with label ?
Hi! My app is for Android and IOS. My app downloads some text and display it in a label. I would like to format it with bold, italic, etc and use bulleted list. I can write html in a label and it works...
View ArticleCan not build for iphone with same name
i am not able to build for iphone with same name which is deleted previously. Could you please help me to fix this?
View ArticleMap V2 on Android, adding view to it is not visible.
Hi, I'm porting my app to Map V2 on Android. I have a problem on IOS I can add controls to the Map View, while on Android they don't appear. I use this codevar testBtn = Titanium.UI.createButton({ left...
View ArticleWhy AudioPlayer crashes App?
Hi, I have following code to play music using AudioPlayer control. var win = Titanium.UI.createWindow({ title:'Audio Test', backgroundColor:'#fff', layout: 'vertical' }); Â var startStopButton =...
View ArticleModal window problem
Hi, I have created one window and set modal true. Now in that window i have added one textbox and on click of that textbox, i opened calendar picker. So the problem is that, native calendar is changed....
View ArticleIpad application is crashing on openPhotoGallery()
Hi, I am developing an application for ipad. I am adding this code for accessing the gallery Ti.Media.openPhotoGallery({ allowEditing : true, mediaTypes : [Ti.Media.MEDIA_TYPE_PHOTO], success :...
View ArticleACS "Failed to Authenticate User" Even Though User's Logged In
I'm trying to program a tool in PHP that allows a user to manage custom objects in ACS. When I try to create a custom object, I get this response.{"meta":{"status":"fail","code":404,"message":"Failed...
View ArticleiPhone Sim Crash TiSDK3.2 - worked in 3.0
Hi, I am using OSX 10.9.1 and Ti SDK3.2. I have been through the realease doco and am fairly certain I changed everything to take into account the move to iOS7. I get the following error intermitently...
View ArticleStoreKit event after purchaseProduct.
Hi, I have a problem with storekit 3.0.0. I open a window before purchase product and I would close it automatically after payment. To do this I need to capture the result of transaction after call...
View ArticleJQuery in Appcelerator
Who is import JQuery a some project appcelerator ? Who is the advantages and disadvantages about the make this?
View ArticleRecommendation for Javascript RSA Libs??
Anyone using or know of a pure JS RSA lib? My use case would be to encrypt/decrypt messages and use ACS to send and receive. Messages would only be viewable between the sending and receiving device....
View ArticleTiStudio 3.2.1 not recompiling for Android after upgrading
After upgrading to Ti 3.2.1, TiStudio began not recompiling for Android. Just incase others may be experiencing the same issue, here's a description of an issue that had me stuck for hours....
View ArticleHow do you dynamically generate text fields then call their value?
Hello, I have searched every possible link on google and here and could not find the answer. I am trying to create text fields depending on the user's previous passed value, and retrieve the values...
View ArticleAdd new pictures to coverflow
HI, I have a coverflow view that I wanted to implement lazy loading. First I want to load first 12 pictures and when it reach the last image, it will load the next 6 pictures. The coverflow by now...
View ArticleProblems with Android SDK after install Ti 3.2.1 on windows? Solution here
I had some Android SDK problems today in 2 different computers (where I've updated from 3.1.3 to 3.2.1) but I found the right solution to solve it, confirmed with the second computer after do the same...
View Articleset StatusBar Color dynamically on iOS7
Hello, is there a way to change the text color of the iOS7 statusBar dynamically? The app has got a dark main window and a bright sliding menu and i'd like to have the statusBar color white at the main...
View Articlehow to create a live tv app for android
Is it possible to create an android app that will alloy users to stream local tv channels?
View Article