Confused on using CommonJS module structure with Titanium Alloy
Hi, I am building a mobile application using the Titanium Alloy framework both for Android and iPhone. I understand that it is a good practice to have a single context for Titanium applications. For...
View Articlestop a webview scrolling to the right?
Is it possible to use a webview and stop it from allowing scroll to the right into white space. I have a fixed with on the webview, on the HTML inside it, but it still scolls. I want the webview to...
View ArticleHow to generate Thumbnail image from cloud video file?
Actually I recorded one video and send to the cloud after i get that video file name from cloud then show in tableview same time i want to show thumnail video image.(without play media player)
View ArticleCloud objects creation problems
Hello, I just want to ask if it is possible if I can have variable value to be in cloud object field name? I am using android application. For example, var username = 'abc123';...
View ArticleAplication won't install neither device nor emulator
Hi all, I am having a problem to test an app I am currently developing. At the beginning I was using the Emulator until I got this warning: [WARN][V8Object( 784)] Runtime disposed, cannot set property...
View ArticleOCR implementation for image to text conversion
My application requires to capture an image and convert it to text and read the values in it. I've did some googling on this stuff. Tessaract is the one lib that's being recommended by every one. But...
View ArticleevalJS not working with Android but is fine in iPhone
using Android version 4.4 with Titanium 3.2.0 GA. This code returns null on Android but works fine in iPhone. var currentResolution = webView.evalJS('$("#txtResolution").val();'); currentResolution is...
View ArticleSanselan library unable to run in android module while using in titanium
I am trying to get metadata of image in android. I simply use showCamera() of titanium. However when image bitmap size is large(high resolution) then I get outofmemory exception. To handle this I...
View ArticleGetting "This launch uses a V8 Android Runtime, which requires Android 2.3.3...
I am attempting to make my Android app work for Android 2.2 and above. Based on Titanium's documentation, I found the following (documentation link): Titanium SDK Version 3.1.0 ; Min Android/SDK...
View Articletitanium creating first app (android) menu
hey guys im currently following the guide in titanium documentation on creating the first titanium app i already made it to the bottom on the last part when you are about to put a menu to addBooks but...
View ArticleTi.Paint Save image Issue
Ok, so I know this is a simpleton question, but I have searched and cannot find the answer. I have installed the paint module and created images (I am using it for signature capture so I remarked out...
View Articleinject html into a webview
Hi all, I am wondering if it is possible to inject html into a webview in titanium. What I mean is, could I have the following webview: var obitWebView = Titanium.UI.createWebView({ url:obitURL,...
View ArticleUi sizing for android compare to iOS
In iOS developing the ui is dead easy and supporting retina devices is straight forward enough just double the resolution of your graphics and append an @2x to the file name. However i'm pulling my...
View ArticleHow to set keyboard type to a textfield
I need to change default keyboard of TextField to numbers only. Target platform ios and android Help me please. am new in appcelerator Thanks
View ArticleI Can't generate Thumbnail image by using below code.
help me. I want to get thumbnail image from mp4 video url: var win = Ti.UI.createWindow({backgroundColor:'white'}); var video_full_path = "http://sample.mp4"; var thumbnail_button =...
View ArticleIs there a way to create custom Tabbar?
I'm creating an application for both iOS and android devices. I'm using Alloy MVC framework for this project. I was using tabBar for my project and I realised that android tabBar appears on top which...
View ArticlegetSelectedRow
I seem to be having an issue. That the first row on my picker is never selected until i select another row in the picker and then back to the first one. Any thoughts on what it could be. Im using sdk...
View ArticleWith Titanium SDK 3.2.0 GA in Android the Webview breaks my app
Hi, I dont'n know why but if I export my android app with the Titanium SDK 3.2.0 GA when i click in a webview my app breaks :( anyone know why? Thanks a lot
View ArticleWhat do i need in $PATH Mac
Hi. I have reinstalled my Ti Studio due to some Android problems. With the new install come A LOT of new problems. I dont seem to have nothing left in my $PATH so i nned to know what things i will need...
View Article#100 Invalid parameter facebook create event
Am trying to create an event in facebook user and am using this code var startDate = new Date(2013, 9, 5, 17, 0); var endDate = new Date(2013, 9, 6, 17, 0); var title = "Name"; var description = "My...
View Article