Android App crashes
Am using 3.1.3.GA sdk, Alloys and 2.3.3 Android Emulator and also tested with Sony Xperia J(Android 4.1.2). I am loading images from my server, crops and resize it and place it in TableViewRow. Always...
View ArticleSetCurrentPlaybackTime does nothing
I'm new to Titanium and I want to set the current time of a video at the push of a button. However the setCurrentPlaybackTime doesn't seem to do anything. The video plays okay, but it doesn't jump to...
View ArticleRun Titanium Android project in Eclipse as general Android Project
Hi, I am trying to create a Titanium HelloWorld project which would run without Titanium studio i.e. using ADT Eclipse. So I have done the following things. 1) Created a HelloWorld app in Titanium...
View ArticleLocal Notification issue on iPhone
Hello Everyone , I developing app for reminder. I want to set reminder on user defined ( specific) time . (for e.g repeated on every day on 9 am ) . I am using following code. But this code is not work...
View ArticlePush notification from external RSS
Hi all, this is the first time that I implement the push notification in Titanium; I would like that my App occurs a once a day if there is a new post in a external RSS for reporting with push...
View ArticleApple Push Notification Callback not fired
Hello Community, I Implemented apple push notification in my ios application and want to show some message which is coming from server in push payload, i am receiving push notification but callback...
View Articleti.cloudpush build fail...
Hi all, I got a compilation error trying to use CloudPush to test push notification in Android from ACS... Here are the errors : [ERROR][AndroidRuntime( 431)] FATAL EXCEPTION: Thread-15...
View ArticleSaving Image in database
I want to save image in a Filesystem with the path of the image stored in the database in the date and timestamp format. I have added a button which opens an option dialog asking the user whether to...
View ArticleMany events on listview (ios) are not working?
Taken from the Appcelerator's own documentation: <Alloy> <Window class="container"> <ListView id="listView" defaultItemTemplate="template" onClick="test"> Â <!-- The Templates tag...
View ArticleGetting Adroid device token SERVICE_NOT_AVAILABLE
I am using following code to get device token, but fails all time saying "SERVICE_NOT_AVAILABLE". At same time it is working for iPhone. var CloudPush = require('ti.cloudpush'); CloudPush.debug = true;...
View ArticleHide Status Bar in Document Viewer
Is there anyway to hide the status bar when you are viewing a pdf in the document viewer on iOS? There seems to be an issue with the share and done buttons getting pushed underneath the status bar...
View ArticleOpenURL to dial telephone number does not work with *67?
I am trying to add calling functionality to my application but one of the requirements is to add *67 before the phone number to block the caller ID. Unfortunately OpenURL will not execute the command,...
View ArticleSaving Camera Video with a text overlay
Can anybody help me save a video clip to the camera roll with text embedded on the video? I'm able to add text etc on top of the video using the overlay method but this doesn't save to the final video...
View ArticleGPS, accuracy, and how this thing works
So I've been following samples from the kitchen sink, and adapting the existing code to my needs. Problem is, I think I might have made some mistakes along the way. I ran my app while I was driving and...
View ArticlePicker click event is not working on android
Hello everyone, I have a picker and a label, what should happen is, if the label is clicked, the picker should be opened. So, on the label event listener I fire a click on the picker but it doesn't...
View ArticleHttpClient JSON post fails with large data
I am uploading an image (as base64encode) to a Json webservice. This works fine for Android for any image size, and works fine for iOS for smaller images (< 200k). But when I try to send an image...
View ArticleMobileweb - Background Images flashing on click
Hi All, Got a very strange problem, On my main window I've got a backgroundImage However whenever I click anywhere on the screen, or try focus in textfields it just flashes I've added a video to...
View ArticleInapp Billing testing with test product
Hi Iam implementing inapp purchase for my app, everything works perfect, but I want to test with test product or anything not to pay money, I have included test_product which was used in inapp example,...
View ArticleScrollview textarea in ios7 shows the content from middle
Hi Guys, I am using Scrollview in that i placed a textarea and put some default text in that. in ios 6 it's working fine but in ios 7 it shows from middile of the content means it doesn't show me from...
View ArticleShow image on Android ?
Hi everyone ! I have a problem about show image file (.jpeg) on android, i not work. however, another file such as .png... can show on android. i hope get solution for this problem. Thank everyone !
View Article