Titanium Studio no longer remembers package ipa location
When I hit "Package" for any project the popup window contains all green checks and the location is remembered correctly, the output console is reset, but nothing happens... If I open the configuration...
View ArticleTake Photo image aspect ration
Hi why Titanium.Media.showCamera show image preview with wrong aspect ratio? how i can set full screen aspect ratio? (same if i change orientation the aspect ration is all wrong) this is my code...
View ArticleHow to use Android drawable xml in a Titanium Alloy project?
I'm using Titanium Studio 3.2.0 and Titanium SDK 3.2.0.GA, my OS is MacOSX and my deploy target is Android. I want to use the Buy with Google drawable resource provided by Google into my project. I...
View ArticleSave remote JSON data into SQLite for offline use
Env Application type: mobile Titanium SDK: 3.2.1GA Platform & version: iOS 7.0, Android 4.0+ Device: iOS simulator, Android emulator Host Operating System: OSX Mountain Lion Titanium CLI: 3.2.1...
View ArticleProblems with taking photo
Hi why Titanium.Media.showCamera show image preview with wrong aspect ratio? how i can set full screen aspect ratio? (same if i change orientation the aspect ration is all wrong) this is my code...
View ArticleAndroid - new view not opening in the tab group
app: android mobile sdk: 3.2.1.GA os: osx mavericks studio Titanium Studio, build: 3.2.1.201402041146 output: Samsung Galaxy Tab 3 In order to maintain a reference to my tab group, I added the tabs to...
View ArticleAdd/remove/change markup conditionally based on model properties
Is there a way when binding a collection to a TableView to conditionally change the markup to show differences between models? For example, to be able to indicate colour-coded categories, you would...
View ArticleTell me working version of Titanium Studio
After yesterday's update has stopped working studio:C:\Users\user\AppData\Roaming\npm\node_modules\titanium\node_modules\longjohn\dist\longjohn.js:184 throw e; ^... Operating System Name = Microsoft...
View ArticlefromFactor
I have a login button and i had written tss for it "#loginbutton[platform=ios formFactor=handheld]":{ top:"49%", width:"90%", backgroundColor:'#2365C2', color:"#fff", borderRadius:5, font:{ fontSize:...
View ArticleProgress bar for uploading array/object of images
I have an HTTPClient that sends a stringified object of images (each object element is an object consisting of a hash and a base64 encoded string of the image). Upon initiating the upload, how can I...
View Article/build/generated/java" does not exist!
I create Titanium modules. When i build then outlog error. Who can help me?/Users/pvhieu/Library/Application Support/Titanium/mobilesdk/osx/3.1.1.v20130523143543/module/android/build.xml:228: srcdir...
View ArticleHow to create and display all the group from the android device/emulator?
I tried the below code var g = Ti.Contacts.getAllGroups( );//Getting all the groups on the contacts table var m = g[0].members();//select a group and check if it has members Ti.API.info(m)// my group...
View ArticleTitanium Verbose mode
Hi all ,am new to titanium. Can anyone please tel me how change the log level to verbose mode.
View ArticleIssues regards gcm module in titanium android
Hello all, i am using a com.activate.gcm module for chat between two users. i am getting a push not at every time. but at some time i got a messages from gcm.please tell me why these such kind of...
View ArticleExecute batch file after build
Hi, How can i execute batch file after successful build? I want to copy apk file in some directory. I have kept in builder option and create one program which execute it but that fires before apk...
View ArticleACS Add Friend
I don't really have any code to post as I'm not exactly having a problem (I don't think, anyway). This is more of a question about functionality. I have a login sequence set for ACS that uses a date...
View ArticleVideoPlayer doesn't know its dimensions?
Hi, I am running iOS 7.0.3 and Titanium 3.2.1. I have what I thought would be a pretty simple task. All I want is a full-screen view that will contain a video in the middle of the screen and other UI...
View Articlefacebook api in titanium ios
Hello all, why the problem at some time exist like------------>>> 1).FBSession Error: for single thread 2).operation of facebook sdk error code 5... the same code i am using in the titanium...
View ArticleChanging date picker row font color in android
Hi, I want to make my picker background color as white and the text color will be black. Below is my code - var Picker = Ti.UI.createPicker({ backgroundColor : '#FFF', color: '#000', type:...
View ArticleAppcelerator Android Module print log
Hi, i am working on android custom module, i have written log statements in module and added module to aapplication, log statements are not printed in console. Module Logs: Log.d('Success');...
View Article