Checking Listitem's X/Y Coordinate While Using the Touchmove Event for The...
Regardless of the device's screen density and resolution, is there a neat trick where can I touch and drag the listview, looking for each listitem's coordinate? For example, I used the...
View ArticleManaging Views - Muliple adds
I've looked at this widget: https://github.com/dharmik/Slider-Like-Facebook-working-in-both-android-and-iOS It works perfectly, but I've a question regarding it. When a menu row is clicked a new...
View ArticleNative Person View Controller (ABPersonViewController)
Guys, I want to display a single contact's info using iPhone's native contact display interface (the way KitchenSink does it is not really iPhoney). Is there any API that I am missing (from Titanium...
View ArticleModify e.source onClick
Mobile (iOS/Android), latest SDK (3.2.x), building on Mac OSX (10.9) In my Alloy view, I have : <Button class="possibleLetter" onClick="insertLetter">B</Button> When someone click on it, I...
View ArticleCustom iOS Module - ARC possible?
Hi, In the iOS Module Development Guide, Appcelerator gives a little advice on memory management. But isn't it possible to develop a custom iOS module with Automatic Reference Counting (I think the...
View ArticleKilling network indicator on video player
I'd like to use the video player to stream an AAC encoded audio stream rather than hack the AudioStreamer class to 'see' an AAC stream. It's been pointed out that the video player is just fine with...
View ArticleIs it possible to catch Fatal Signal errors?
Hi, after some modifications on my app now I no longer get IllegalStateError but Fatal Signal 11 error. As the previous error also this appears in a random way. What kind of error is this? Is it...
View ArticleApplication Installer abnormal process termination problem
Hello all, i am having a weird problem. When i try to run my program it is giving me:[ERROR] Application Installer abnormal process termination. Process exit value was 1I've searched and tried...
View ArticleAndroid 4.0+ Image Compression
Is there a way to compress images on Android devices using 4.0 or greater? I've tried using the ImageFactory: var compressedImage = ImageFactory.compress(event.media, 0.2); f.write(compressedImage);...
View ArticleHow to change the signature Algorithm of the keystore of my app
This question is about this issue: My app gives 'Package file was not signed correctly' error on google play store. how can I change my siganture key algorithm? i already have a key and it's alias is...
View ArticleSetting a Calendar event on a android device
Hello, I'm using Titanium Studio, build: 3.2.1, and my operating system is Windows 8. I have an android alloy mobile application project. I need to set a calendar event on the calender of the device I...
View ArticleSetting a Calendar Event
Hello, I'm using Titanium Studio, build: 3.2.1, and my operating system is Windows 8. I have an android alloy mobile application project. I need to set a calendar event on the calender of the device I...
View ArticleMoving cloud hosted files to a new account
Hi everyone, apologies if this is similar to other questions but I'm looking for specific help on migrating files stored on a cloud service from one (the developer) account to the new (company)...
View Articlelistview with search bar - how to get no of records during search?
Hi I had integrated search bar with listview, and its working fine. it is showing me proper records when i search from listview. here is my problem I am having one label which shows current status of...
View ArticleAndroid Push Notifications - deviceToken
Hi to all, I have struggling to test the android push notification system through ACS but weird things happen. I test the following scenario: I have installed the app and using...
View ArticleAndroid Service - Call Multiple Times With different Intents
I have a problem on how to call an already running service with different intents values. I have requirement to select a images from gallery and post it to server via service. Could anybody give right...
View ArticleTest Mobile module before publishing
I have created a Mobile module project and want to use the same module for other applications(exactly similar to one like Admob) Please reply to below Questions I want to know how can we test our...
View ArticleAndroid: TiMedia: (main) OnResult called: -1
I'm getting the following messages in my log when selecting a photo from a gallery: [ERROR] : TiMedia: (main) [19607,322454] OnResult called: -1 [INFO] : I/dalvikvm-heap: Grow heap (frag case) to...
View ArticleTi SDK 3.3.0 Support for SSL certificates: examples?
Hi, since SDK Release 3.3.0 (currently beta), the HTTPClient's securityManager property should be used to implement support for SSL Certificate Stores on iOS and Android. Can anybody paste a code...
View ArticleAccess Transformed Data
Hi, I have a transform function that adds fields to a model that I do not want saving to the database. function calculateFunction(model) { var transform = model.toJSON(); var input =...
View Article