Android image upload to server using image factory
Application type : Mobile Titanium SDK: 2.1.3 (10/02/12 16:16 15997d0) Platform & version: iOS 4.3 & above, Android 2.3 & above Device : Android emulator & physical device Host...
View ArticleBlackberry 10 as background service
We need to develop an application for blackberry that runs as a background service. It's possible?
View ArticleACS Production push notifications failing
Hi all, I recently submitted an iOS and Android app containing support for push notifications which worked when debugging on my devices using the development tab of the Appcelerator website. However...
View Articleset the scroll distance for horizontal scrollview
My issue is about a horizontal scrollview which is scrolled then will scroll very fast, How could set a scroll distance limit so i could slowly to scroll. my code:var url_image = "images/image.png";...
View ArticleFacebook module: How to request a new token
Hi, I'm using Titanium facebook module (tit 3.1) and I can't request a new Token. The problem is that with this code: fb = require('facebook'); fb.appid = 'xxxxxxxxx'; fb.permissions =...
View ArticleIs it possible to get "android.os.NetworkOnMainThreadException" in Titanium...
I read some Q&A here and they said Titanium does the UI operations and net work operations in two different threads. My app uses xhr calls for network operations. But my app crashes because of...
View Articleinsert imageview into TextField Alloy ??
I have a imageview and TextField. How to insert imageview into this TextField. ?? Thanks!
View ArticleBring lightweight window to the front (android)
Hey there, (SKD: 3.1.0.GA / Android device testing LG optimus L5 ) ive got the following problem: Ive got a menu in a lightweight window so that i can animate it (gMail for android style) but when i...
View ArticleHeavywight windows vs lightwight windows
According to the Appcelerator documentation for Android there can be only lightweight and heavyweight Titanium windows. When navigation with heavyweight window we can close the corresponding activity...
View ArticleUnrecognized selector - way to check if attribute is set on element?
How can you check if an attribute is set? For example, you have many children of an element (got by $.element.children) and want to iterate over all of them and check if class is like 'test'. The...
View ArticleEmulator not working after updating run configuration
I was initially running API version 2.3.3 and decided to try 4.2.2. After closing the emulator and running it with the new configuration, it seems my app isn't getting installed or is running. I tried...
View ArticleWindow.close() no longer using sliding animation / transition
I have recently upgraded a project to from Titanium SDK 2.1.4 to 3.1.1 and now my windows are no longer animating when they are closed .Is this supposed to happen? Do I need to be manually animating...
View ArticleAlloy - Global variables within functions in alloy.js not updating values in...
Mobile Application Titanium SDK 3.1.1 IOS Simulator SDK 6.1 Mac OS X Alloy I have a global variable and a global function that uses that variable in the alloy.js file. In another file, I have a button...
View ArticleMultiple Modules: Requested module not found: How do I find them properly?
Application Type: mobile Titanium SDK: 3.1.0.GA Device: Android Emulator, Google API 4.1 Host Operating System: Mac OSX 10.8.4 Hello gurus, Perhaps I just need more coffee... May I trouble you for a...
View ArticleTransfer large amount of data between webview and titanium
Hi, I have some legacy jQuery code which is running in a Titanium WebView. The code is handling a large amount of data (~2-6MB) which I want to cache. We have tried the following options but all...
View ArticleLive (asynchronly) updating of listviewitem
Hi, in my birds app I try to retrieve images from wikipedia and insert into listview. It works, but after scrolling comes this error on android console.(main) [120,14305] Sending event: exception on...
View ArticleVar properties refresh condition
Hello guys, i have a problem in my code for an android application. i have a variable, this variable change value when i do an event click (can click on the button only if the condition is ok). If i do...
View ArticleHow to check if Audio Stream Exists before start playing?
I'm building a online radio streaming app and so far it stream and play audio on android and ios. But when I started testing my app on ios device (iphone) I found an error. "File Error - Unable to...
View Articlesome basic questions concerning Titanium.Android.createServiceIntent and...
Application: mobile Titanium SDK: 3.1.1.GA Platform & Version: iOS 6.1.3+, Android HoneyComb+ Device: Android RazrM, iPhone 4 Host OS: OSX 10.8.4 Titanium Studio: build 3.1.1.201306112235 I'm...
View ArticleHow to interpret results returned by ACS Push Notifications in Android
After I successfully implemented push notifications for one of my ios projects yesterday, imoved on to android. After some initial troubles (it's very different from ios), I am finally able to push...
View Article