Cannot Recording Video and take photo using overlay
Hi Guys, I have been struggling with this issue for a long time now and its driving me absolutely crazy. i cannot switch between record video and capture photo using overlay, If i set show control to...
View ArticleSimultaneously pinch-zoom, rotate and drag and drop an image on Android
Hi, I'm developing a project for iPhone and Android which is a PhotoBooth. Basically what I need is to simultaneously pinch-zoom, rotate (using pinch gesture) and drag and drop an image inside a...
View ArticleWant to pause the rotation on a button click. Is there any solution?
var window = Titanium.UI.createWindow({ backgroundColor:'#47a', exitOnClose: true }); Â Â var image = Titanium.UI.createImageView({ image:'google_contacts.png', backgroundColor:'transparent',...
View ArticleApplied patch to the application. after running the application we are...
Applied patch to the application. after running the application we are getting error. [ERROR] "build" is an unrecognized command. Run titanium help for available commands.
View ArticleTitanium Studio call WCFRESTfulService android can normal call Ios to make...
Titanium Studio call WCFRESTfulService android can normal call Ios to make mistakes code? function userLogin (e) { var userName=$.txtUserName.value; var userPwd=$.txtUserPwd.value; var loginPost =...
View ArticleTitanium Studio call WCF restful services, Android can call, Ios invoke an error
function userLogin (e) { var userName=$.txtUserName.value; var userPwd=$.txtUserPwd.value; var loginPost = {"FullName":userName,"FPassWord":userPwd}; var url =...
View ArticleshowCamera output to AppDataDir triple size of saveToPhotoGallery
I've created a little test case when I save a photo taken with Titanium.Media.showCamera() to the Titanium.Filesystem.applicationDataDirectory. In this I tried to illustrate how the photo saved to the...
View ArticleCloud.Events.queryOccurrences with where clause
Application type: mobile Titanium SDK: 3.1.3.GA Platform & version: iOS 7, Device: iOS simulator, Host Operating System: OSX Titanium Studio: Titanium Studio, build: 3.1.3.201309132423...
View ArticleError during creation of android modules
Hi all, I am developing android module using this link "https://wiki.appcelerator.org/display/guides/Android+Module+Development+Guide". I followed every steps in the link and built the android module....
View ArticleTitanium Alloy: View folder structure
I am trying to arrange the code for better readability. I have multiple reusable views, may be more precise, predefined labels/buttons with specific properties. Following are questions Can I have...
View ArticleImage size increased with openPhotoGallery and showCamera
Hi, I'm developing an app which uses the photo gallery and the camera to save images in the device or through a xhr connection. I'm trying it in the simulator with the 7.0.3 iOS SDK The problem I've...
View ArticleUsing the Navigation Group and a Title Control on iOS
I'm using a custom view and assigning it as a window's titleControl in order to customize the window's title. It works fine, even when the window is the window property on a Ti.UI.iPad.NavigationGroup,...
View ArticleHide the keyboard (blur) when clicking out of a textField inside a tableView...
Hi, I'm developing in a Mac for IOS and Android and I'm using Titanium 3.1.0. I'm trying to get a table in Titanium where each row has a static text and a textField where I can input something. So I go...
View ArticleMJPEG on Android
Has anyone been able to get MJPEG's to work on Android via webview or any other method...? I've had them working perfect on iOS for a while now via webview, but Android seems never load the MPJPEG. Any...
View ArticleScale image from corner
Am animating (scaling) an imagen like:var zoomScale = false; imagenNota.addEventListener('doubletap', function(e) { var t = Titanium.UI.create2DMatrix(); if (!zoomScale){ t = t.scale(2.0);...
View ArticleNot finding out the Test Environment option
I am not able to find the Test Environment option in my Titanium Studio. Any suggestion regarding this will be helpful.
View ArticleUnable to find explicit activity > Have you declared This Activity in your...
Hi, I am creating a module and need to start the activity in my module, I have set this module Intent intent = new Intent(); intent.setClassName("com.example.foo", "com.example.foo.MyActivity");...
View ArticleAndroid: Swipe event-listener causes scrollView not to fluidly scroll up / down.
I have a swipe event listener on my main window, this event has the following code: if (e.direction === 'up' || e.direction === 'down') return true; if (e.direction === 'right' &&...
View ArticleWindows 8 : Android : TypeError: argument of type 'NoneType' is not iterable
I just installed fresh Titanium Studio build: 3.1.3.201309132423 I tried to run a simple Hello world program in Android Emulator where I got the following Trace at Console and not able to run the...
View Article