Auto suggest dropdown in tintanium example?
I am able to implement auto suggest drop down in jquery .Now I am implementing a same functionality in titanium but when i googled I don't found much in autosuggestion drop down in titanium . can you...
View Articleexports included in exports file
I have a file globals.js in which i have a some useful global stuff exported and also a dictionary: ... exports.theme = { ... } ... exports.dictionary = { bla = "blabla"; bla2 = "blabla2"; ......
View Articleti.cloudpush showTrayNotificationsWhenFocused doesnt work
Hello, How can I hide notification messages when my app is in foreground ??? I am using this code to set the configurations for my cloud push on mqtt type : androidPushModule.enabled = true;...
View ArticleSound.time gives only one or two values in android
Mobile Titanium 3.1.2 Android SDK 2.3.3 Device Samsung Galaxy Player Mac OS X I have a instance of titanium sound that plays back find in ios, but in titanium only one or two different times appear...
View ArticleText-to-Speech
Was just wondering if it was possible; or is the use of a module needed. Matt Apperson did answer this two years ago ( http://developer.appcelerator.com/question/119589/text-to-speech-on-iphone ) , but...
View ArticleSoundCloud API with internal player (createAudioPlayer)
Hello, I have a question, it's possible to use a "createAudioPlayer" for playing the sounds of SoundCloud ? I would like use this, because if i close my app, my sound must playing in a background of my...
View ArticleRemove a function
Hi. I have a function that uses singletap to do stuff. The view is both a pic and some text but sometimes it wont be a pic so in that case i dont want the text to be able to singletap to change props....
View ArticleQuiet Media Player Audio and Play Sound How to ?
Hi All, I have been looking for ages now and cannot find a solution, anyone with an idea or a method would be doing me a massive favour. I need to play a short audio mp3 file no longer than 30 seconds,...
View ArticleXCode Cache
I'm building my appcelerator project using the cli tools. When I run titanium clean, the command clears the build folder and deletes my xcode project When I run titanium build --platform=ios, the...
View ArticleMap Annotation Selection Broken
Within a map view, detecting click events on annotation bubbles appears to be impossible. Example: Attach an event to the map view with the following method: $.mapItem.addEventListener('click',...
View ArticleOutOfMemory Error in 'Google Maps Android API v2' module for Driving...
I have downloaded Google Maps Android API v2 and using it in my Titanium Project for Android. Map functionality is working fine. But for direction between long distance (say for example from CA to CT)...
View ArticleWebView inside of another View
Guys, I'm creating a basic web view and adding it to a Content View which I use just for my content in my app and for some reason when I do this I can't click or scroll on anything inside of my web...
View ArticleAVIARY Module Installation
I am writing about the free aviary appcelerator module posted here. I am getting an error where it says I have an unlicensed version so it won't work. This is what I did after adding the module to the...
View Articlehow to create own view (custom pop up screen) in titanium?
Hi when I am implementing a pop screen .when pop up open it show black background and tabbar above so I search go google to remove this .Somewhere it is written that you have to make your own custom...
View ArticleTitanium Module--How we showcase a android java view from external .jar file...
Hi Guys, i imported an external .jar file written in android java in my module project.i am able to get strings from .jar file by exposed kroll method.but how can we expose a native view using kroll...
View ArticleAlloy Model resets every window refresh to last element input and deletes...
Im trying to leer Alloy Models but i have a situation that i can't solve. this is the code that im using to store a model data, using localStorage (html5) but every time i refresh the browser window...
View ArticleAndroid: Add x86 support to Distribution Build
Is this ever going to be addressed? One ticket is from Nov/12 almost a year https://jira.appcelerator.org/browse/TISTUD-2691 https://jira.appcelerator.org/browse/TIMOB-14242 Have anyone tried the...
View ArticleIncluding an external JAR within an Android module
Hi, i created an android module project using the titanium studio's module development wizard, but now i've openend this project on Eclipse because i find it better to work with. I'm using Mobile SDK...
View ArticleBad timing with button.fireEvent
Hi, my app does something like that while (i < 10){ button[i] = Ti.UI.createButton({ //Some parameters }); button[i].addEventListener('click', function(){ //do something }); Got 2 tabs in this...
View ArticleApplication kitchen sink can able to open in Android Emulator
I tried running the kitchen sink app in Android emulator. I am not able to open the app. In console window this is one i am getting Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK...
View Article