loading image performance
hi i want to display loading (spinning, throbber) image while am i loading remote image. everything is fine, i got this working, but i found different ways how to do this and i would like to know,...
View ArticleOverride parameters
i want to stop New window where target is _blank or some scripts after research i saw that are 2 parameter that can stop New window by changing the valuessettings.setSupportMultipleWindows(true);...
View ArticleButton doesn't fires on android tableviewRow
Hi everyone, With this code below, I have three events on each row: btnPlus click event, labelSection swipe event and btnDel click event. When I swipe in a row text, btnDel apears, but the click event...
View ArticlePassing JSON to new window messes up the "order" of the object
Hello, Im creating and opening a window via a navwindow, and basicly Im doing this: var childWindow = Ti.UI.createWindow({ url: '...', data: json_data }); navWindow.openWindow(childWindow) etc etc And...
View ArticleAndroid Push Notifications Flags
Hi there, I'm wondering if someone could help me with setting correct flags when receiving android push notifications through GCM. I'm currently trying to properly handle the situation when the push...
View ArticleRestart Android App
Hi, i want to know how can i restart my android app pragmatically i found a module but it is only for ios can any one help.
View ArticleBinding model data that contains child nodes
In a ListItem, I would like to bind data like this:<ListItem pic:image="{presenter.imageurl}" />where the dataCollection looks like this:Alloy.Collections.presentations = new...
View Articleuse getUserMedia with a WebView?
I'm trying to create an app which records a short audio clip. It looks like Titanium.Media.AudioRecorder isn't supported on Android, so I thought I could use navigator.getUserMedia in a WebView. The...
View ArticleFinish an Upload While Phone is Put to Sleep
I have an application that uploads photos in the main code. Is there any way to complete an in-progress upload even when the app is put in the background or the phone is put to sleep? Background...
View ArticleHow use ACS and have a local repository
Hello, I apologize for the simplicity of this question, but I've tried to search in the forum but it seems there is no answer (maybe I've used the wrong keywords, anyway... is so, please tell me). I...
View ArticleAptana Studio 3, build: 3.4.2.201308081805 - Unable to close output stream
Since a few days I have issues with Aptana 3 using FTP connections to some different servers. Suddenly and totally sporadic but very often Aptana is unable to save a file to server. It shows the...
View ArticleHow to check if user clicked “ignore” when asked for an application to be...
This is the facebook login event handler : function facebookLoginHandler(e) { Ti.API.error("--)))+++ e.success : "+e.success); if (e.success) { Ti.API.error("fb login success"); Ti.API.info('user...
View ArticleAndroid webview video >> exit from fullscreen issue.
Hi.. i getting the issue after video fullscreen mode in android webview. player have no exit from fullscreen option. how can go back from the fullscreen mode. Titanium SDK version >> 3.2.2
View ArticleError when installing myapplication into mobile device
Hi when i want to install my application into android device I have the follwing erroe: [INFO] : Installing app on device: GT-S6102 [ERROR] : Failed to install apk on "S61025b2ec569" [ERROR]...
View ArticleHow to select multiple Items/rows from a table in android and IOS?
Hi Everyone, I want to add a checkbox inside a table row it have ability to select multiple items/rows i did some code but it is a great mess so that i didn't attach the source code. If there is any...
View ArticleHow to rebuild Titanium Mobile?
Dear all, I found the android package (https://github.com/appcelerator/titanium_mobile/tree/master/android) from github and I tried to rebuild from my PC. However, I keep getting errors when I ant it....
View ArticlePublishing Node.ACS project in own domain
Hi all. I have this problem. For now I published my test app in ACS and is working fine with the original and CNAMEd urls (985534blahblah.cloudapp.appcelerator.com and I did a CNAME change like...
View ArticleRun database migration twice
I am using backbone and I want to allow my app user to delete/drop the local database. Is there anyway to run the migration process twice, after user has dropped database without relaunch the app ?
View ArticleTwitter Birdhouse or any other known client ask for Twitter use credentials
When I try to post something to Twitter from my own app, I don't wanna the user to enter his Twitter credentials if there is already Twitter installed on ios device. At the moment an ugly prompt asks...
View ArticleHide tabgroup on scroll
I am trying to implement the new iOS 7 feature you see on Safari, Facebook or even pinterest. When the user scrolls, the bottom tabgroup (or header) hides away seamlessly. This makes for a very...
View Article