Git error during install Titanium Studio - Win7 64bit
I already have Git 1.8.4 installed (in my path and everything), but Titanium's installer still tries to install git, then after Git's installer runs, I get "Unable to install Git, setup will be...
View ArticleWidgets: Possible to bind plain Backbone objects to views when using widgets?
I am trying to to do the exact same thing like this in a widget, i.e. I am trying to bind a plain Backbone object to a widget view. The problem is that I don't quite understand where to put the...
View ArticleAlloy custom table row
Hi All I am trying to populate a tableview with a simple array of names. The table view has a custom view with a label in it. I am trying to this Alloy, all the examples I have is titanium online....
View ArticleFacebook Login
Hello, How can i know user loggedin succesfully at iPhone ? I've tried everything but couldn't make it ? I did this forceDialog = true at android but i want to use user details if the user entered all...
View ArticleTi.Contacts.getAllPeople() doesn't work on Android
Hey there! I am new to Titanium mobile development. Basically what I want to do is to access to the contacts deployed on the operating system to list it down and use the required properties when it is...
View Articlecallback function after CRUD in sqlite
How can i implement a callback function to check whether a CRUD operation is finished or not ? In my app, i'm deleting a table first. After deleting, i want to do some specific tasks. if the delete...
View ArticleContent Assistant not working inside objects, doesn't show properties.
Content Assistant not working inside objects, it stopped showing properties keys. Could be something I have deleted or something else. I'm working on a Mac and tried the following: 1. Installing the...
View ArticleHow Run Youtube Video in Landscape Mode in IOS Device using Webview
Hi Friends. I want to run you-tube video in my app using web-view only in landscape mode . Each time it run video in Portrait mode only even I have forcefully change window mode to landscape using...
View ArticlePush notifications subscribe success but subscribe devices in control panel...
I'm using flash code to send requests to apc rest service. Till now I've managed to sucessfuly login and request file url. When it comes to push notification I send the following requestif(hasLoggedIn...
View Articlesingle window app, check if window is closed
I've a single window app only for iOS. I want to know if the second Window will flush memory about first window. The code works well is only and issue about memory stack. I don't want to use other...
View ArticleDropbox.js on Android
Hi, I am using Aaron Saunders dropbox.js with succes on iOS, but it behaves differently on Android. On iOS the Dropbox login page closes after logging in, returning back to the app. However, on Android...
View ArticleStudio 3.2 and Android - erratic behavior
app: android mobile sdk: 3.2.GA os: osx mavericks studio Titanium Studio, build: 3.2.0.201312191547 output: Samsung Galaxy Tab 3 I am having maddeningly frustrating introduction to the newly-released...
View ArticleSomeone have used the acsloginwidget ?
hi someone have use this widget https://github.com/bettytran/acsloginwidget can show me how integrate it?
View ArticleTitanium SDK - "No Android SDKs were found under the specified SDK location"
I have titanium configured with the correct SDK path as well as having all of the API's / Platform tools that you can install using the SDK Manager, but titanium still gives this error! "An error was...
View ArticleStatus bar style not changing after splash screen
Hi, i have set in tiapp.xml the status bar in iOS 7 to light content and this works, for the splash screen then when the window loads it goes back black, why is this happening?
View ArticleWikitude 3D Module for Titanium ios
Hi all, Am working on wikitude 360 Degree Augmented module. In that I took a .fbx file and used Wiki 3D encoder to convert that file to .wt3 file. Now how can i use that file in Titanium. I couldn't...
View ArticleAndroid Google Map V2-android:anyDensity
Hello Appcelerator Mobile developers, In my mobile application; I am using Google Map V2, <Supports-screens android: anydensity = "false" I need to use, but android: anydensity = "false" case,...
View ArticleKeep collection synced with remote database
I know there are a few question about this topic, but none have really helped me to understand how it works and how I should be implementing it. If at all possible I want to avoid using a third party...
View ArticleNotification center widget when any push messages came to users like line
Hello everyone, i am using this code when two users are doing to chat lwith wach other. and it is... var gcm = require('com.activate.gcm'); // var gcm = require('net.iamyellow.gcmjs'); // alert(gcm);...
View ArticleHow to get users list who liked a specific photo
I have a photo saved on the cloud, I need to get all the users who liked this photo How can I implement that?
View Article