Finding and using only the rear camera.
I have a bit of a conundrum. IOS7.1 all devices have a camera, however the front camera is reversed and not going to work for upc codes. I have tried Ti.Media.CAMERA_REAR as well as counting the...
View ArticleUsing emailDialog in android brings forth a huge App Chooser
I have an app where I create a emailDialog which in turn opens an "App Chooser" where I can choose my email client. The problem is that this chooser in android is huge and does not fit in the...
View ArticleCustom build hooks not being called
I have done the following as documentation and other examples have shown: Plugin in my project here:/plugins/myplugin/hooks/myplugin.js Next to it is the ti.alloy hook:/plugins/ti.alloy/hooks/alloy.js...
View ArticleListView - opening detail window - transition not smooth
I have a ListView in a tabgroup. Clicking on one of the items brings up the detail window, opened by the tab (thus in the navigation stack). I find that the transition when opening the window is not...
View Articlev2 Android Map Content Renders Only When Map In View Hierarchy Root
I've upgraded to the Ti.Maps module for using Google Maps API v2 on Android and I've found that the view only renders map tiles when it is added to the window. Adding the view into a parent view which...
View ArticleWhat is the best way to add/create obb files to get past the Android 50Mb app...
I have now got to the point where I need to split my app resources so that I can upload (app.APK and Extension.APK) onto the Android PlayStore, because the app has well and truly passed the 50Mb app...
View Articlehow can i auto resize image to contain a label
how can i auto resize an image to contain a label or how can say image.size == label.size + 50
View ArticleOrietationModea: 'Titanium.UI.UPSIDE_PORTRAIT' not working when plating video ?
Hi, I faced a strange problem. I had a window with orientation set to 4 type of modes but, 'UPSIDE_PORTRAIT' is not working when playing video using Ti.Media.VideoPlayer? The others 3 modes working...
View Articleandroid sdk error
I am developing android app Titanium SDK 3.2.3.GA when I go to preferences --> Platform --> Android I see that android SDK is setup is OK and that its path is OK when I run app on simulator for...
View Articlephotos rotating
HI, I was working on a project where users could upload photos. I am using the imagefactory module var ImageFactory = require('ti.imagefactory'); Â Upload_pic.addEventListener('click', function (e){...
View ArticleFacebook third party SDK not for titanium?
this may sound silly to many but I have confusion regarding open graph facebook usage.Please if someone can give me a brief description on how to achieve , will be a great help. As per Facebook had...
View ArticleUpdate Facebook Login Popup window size
Hi, http://docs.appcelerator.com/titanium/3.0/images_download_attachments_29004920_facebook.png I need to update the size of the facebook login popup window to have the whole width and size of the...
View ArticleconvertPointToView return empty?
Hi this is my first question and I'm from Denmark, so please bear with me and my language... I have a series of views within a scrollView. I'm trying to get the calculated value of one view's y...
View Articleios uniq id , Titanium.Platform.id blocked ?
Hello after many research i found "Titanium.Platform.id" is blocked by apple so i need to use unique ID this is urgent , dose Appcelerator provide unique id of apple platform not blocked by apple ?
View ArticleModule attribute concept !!!
Hi, in this tutorial Module Attribute create view named foo and invoke it in index.xml is the module used for create view only? OR it can be used to make any function as add two number or search in...
View ArticleApplication crash - on instant changing of views in alloy 3.2.0 GA sdk
Hello all, i am facing crash issue on fastly changiing of views. below is the error log, kindly provide me with a solution.[ERROR] : The application has crashed with an uncaught exception...
View ArticleRelational Objects question
We have a custom relational table we are creating...that associated users to some of our custom objects. We created a custom field on the relational table that points to an array of many records. If we...
View Articlenot saving to db after migration
i have a table groupChats, i have created migration file adding two columns like thismigration.up = function(db) { db.db.execute('ALTER TABLE ' + db.table + ' ADD COLUMN groupID INTEGER;');...
View ArticleMAC Titanium Studio update issue 3.2 to 3.3 XX
Can't seem to get Android detected by Titanium Studio. When I choose platform configuration it downloads/installs the selected SDK and I can see it appear in the platforms folder in the...
View ArticlePush Notification to specific users not being sent
I have managed to send push notifications to my channel with a php script by using the code your evangelist Ricardo Alcocer posted: Cross-platform ACS Push Notifications with PHP If my $to_ids is set...
View Article