Missing Java SDK. Please make sure Java SDK is on your PATH
i can update my titanium studio then it is updated titanium 3.2 version and then i run my project it is give error [ERROR] : "Missing Java SDK. Please make sure Java SDK is on your PATH [ERROR]...
View ArticleAlloy databinding fetch additional data causes strange behaviour in scrollview
When fetching additional data in a scrollview ala infinite scroll using fetch I get a strange result, the scrollview empties and fills several times before populating with all the views after a fetch....
View ArticleAnimation flicker
Hi, I test my animation on my device and the animation flickers!! // the window ================================== var starter = Ti.UI.createWindow({ navBarHidden:true, top:0, backgroundColor:'#000',...
View Articlewebview can't scroll to bottom
I have a webview loading local html, I can't sroll to the bottom of the html.On ipad I can see the bottom but as soon as I release the scroll It goes up and hide the bottom of content. here is my code...
View ArticleNode.acs publish
Hi I have a question about publishing a node.acs app? I succesfully published it but when I navigate to the default url it says "app will be avialable soon". Does anyone know how long it takes before...
View ArticlePassing NTLM credentials to WebView URL for authentication
Good day, I am running the latest build of Titanium SDK, developing a mobile app using iOS 6.1 SDK for in-house deployment on iPhone 4(s) running iOS 7. Upon launch, the app presents the user with a...
View ArticleHow to set gravity behavior on android
Hi all, I can get acceleration x-y-z axis. But gravity is a problem for my app. I must detect only acceleration, no gravity. Is it possible if no How can I get gravity angle on andorid. Like...
View ArticleAndroid Uncaught TypeError: Cannot read property '_hasJavaListener' of...
app: android mobile sdk 3.1.3.GA os: osx mavericks studio Titanium Studio, build: 3.1.3.201309132423 output: emulator, API - 4.2.2 and Samsung Galaxy Tab 3 device I have a tableViewRow populated from...
View Articlehttp parameters for youtube add comment link
hi , iam trying to post a comment on a youtube Video, they said this on the API docs. "Adding a comment in response to a video" To add a comment to a video, send a POST request to the URL identified in...
View ArticleAnimation on android
I am trying to get animation working on android this works fine on iOS but not android. The code is as folows: function moveMe(){ var matrix2d = Ti.UI.create2DMatrix(); matrix2d =...
View ArticleScrollview lag while adding new views on ios
Hello My view structure is basicly like that<scrollview> <view> <subview> </subview> ... 18 .. <subview> </subview> </view> </scrollview>When user...
View ArticleChange Menu Item per Tab using Titanium Android
Hi I have 3 tabs inside my app.js: var tabGroup = Titanium.UI.createTabGroup(); var nowShowingWindow = Titanium.UI.createWindow({ title: "Now Showing", url: "window/nowshowing.js" }); var nowShowing...
View ArticleHow to select multiple contacts from address book?
Hi, I tried to access and select multiple contacts from address book, i can able to select single contact form address using the below code. i want to select multiple contacts from address book. Source...
View ArticleUsing javascript libraries for computation
I have some js code that does some computation (essentially, a bunch of for loops for matrix operations). My first attempt at a Ti app simply embedded a WebView with this JS code and let the WebView...
View ArticleWhy shows Process exit value 1?
Titanium Command-Line Interface, CLI version 3.2.0, Titanium SDK version 3.1.3.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. [INFO] : Running emulator process: python...
View ArticleAndroid Key board and Spalsh page
Hi All, I am developing an app with custom tab.And i am having issue at the time of click on Text field for enter value..When the keyboard is BLUR my app splash page is showing..Please look Application...
View ArticleAndroid Key board and splash page
Hi All, I am developing an app with custom tab.And i am having issue at the time of click on Text field for enter value..When the keyboard is BLUR my app splash page is showing..Please look on the...
View Articlebenbahrenburg / LocalNotify
HI, Is there any way to repeat the notification in fixed time intervals using benbahrenburg / LocalNotify module in iPhone...Please advice me..
View ArticleTitaniumStudio (3.2.0) Intellisense Auto Code Completion is not working
Hi! On December 20. I updated my Titanium Studio to 3.2.0 and since that day the Intellisense hasn't been working. I just spend another 3 hours trying to find a solution, but now I'm giving up. I'v...
View Article