Mysterious android module still not found by mobile project in Ti Studio
Still can't find module file. I've searched every piece of documentation there is, honestly. It's been months now. I searched again and found one piece of documentation that suggests a module.zip file...
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 Article[INFO] Detected change in tiapp.xml, or assets deleted. Forcing full...
the app always has to go through "[INFO] Installing application on emulator" which takes up a lot of time. what could be the problem?
View ArticleAndroid background to foreground events
Hi, Need to implement App level pause and resume events. Requirement: Need to show a customized alert on launch of the app and also whenever the user comes from background to foreground irrespective of...
View ArticleUI.Switch - Prevent Animating to On State on Load
I've got a switch in Alloy, I don't give it an initial value. In my controller, I set its initial value based on user's preferences from a collection. It always animates from off to on. I've seen...
View ArticleHow to post to facebook page feed?
Hello, I am using Ti Studio 3.1.1 GA to build a native iOS app (6.1) integrated into facebook. I am trying to post a story to one of my fan pages that I own. The story is always written to "Recently...
View ArticleCan't build downloaded Titanium Module for android.
Hello, I'm a novice developer and I'm working in a project in which I want to use this module: https://github.com/rubenfonseca/titanium_pusher_android. Problem is I just can't seem to build it, always...
View Articlecalculate distance with two latitude and longitude
Hi all, I am facing problem to find out the distance with help of two latitude. i am using first latitude and longitude from geolocation i,e, as Ti.Geolocation.purpose = 'Determine Current...
View Articlepaypal module on titanium SDK 3.1 does not work
when i use ti.paypal-android-2.2.2 on my project with SDK 3.1, PaypalButton does not work ?? is paypal module need specific titanium SDK ?? any help please ??
View ArticleHow to enable testflight
I have followed this guide: http://docs.appcelerator.com/titanium/latest/#!/guide/TestFlight-section-30083207_TestFlight-EnablingTestFlight in order to test my beta mobile app. <<TestFlight...
View ArticleCoverFlowView:open a pdf on image click
i am referring to kitchen sink coverflow example.I want add label to the image and also open a specific pdf on click on that image.For opening pdf i am using the below code:var doc =...
View Articleopen twitter and facebook search results
Hi I'm trying to do a simple search of a variable on facebook, twitter and maybe mySpace. With facebook my code is working when I use www. but when I change to m. to get the mobile optimised site, it...
View ArticleSocket programming in TideSDK
Hi, I want to do socket programming in tideSDK. How to achieve this?
View ArticleTitanium Maps Module V2 - Change info window image(or background color atleast)
I am using Titanium map module. Everything is working fine. I just want to change the background image or color of Info window. Please note that I know how to change image of the annotation pin. I...
View Articlehow to call soap base web web service in titanium
Hi can you please tell me how to call soap based web service in titanium. I have this url : http://railapps.firstgroup.com/FirstGroupRailApps/services/RailAppsCAWS?wsdl Please help me calling one...
View ArticleiOS7 Status Bar - Overlaps with interface
I'm prepping my app for the iOS7 release and I've noticed a few strange things related to the device's status bar. At first, the status bar was being overwritten by a solid black box. Reading this post...
View ArticleChat message not showing properly in websocket connection
Hi Friends, I am developing and android chat application using alloy framework, I would like to make a websocket connection with our server to get chat messages. Our web app already using websocket...
View ArticleCannot Upload the file using box module
Hi everyone .... i was trying to upload the file from local directory using box., but cannot upload it... i dont know what the reason is ... if someone can help me that would be great... code :...
View ArticleRecord video with over lay on it ios
Hi I want to record video with overlay on it like button or any label like time. In titanium there is no doc for screen recording or recording video with overlay. Thanks....
View ArticleScrollable view not working in android
Hi i am trying to add image view to my scrollable view but its not displaying any images . My code is scrollingView = Titanium.UI.createScrollableView({ left: 17, top: 15, width: win.width - 14,...
View Article