Exported sample RSS reader app for Android is unsigned, does not work
Hi all, A test export in Ti Studio only shows the splash screen and does not load the main application code (it shows the splash screen and does nothing else), what gives? Do I need to install the...
View ArticleWhy it showing only name label and it's textfield?
Hi It is showing only name label and it's textfield.When I removed self.add(self1); it is showing password field //FirstView Component Constructor function FirstView() { //create object instance, a...
View ArticleTitanium SDK 3.1.2 very slow - Any tips?
I just updated to the latest SDK 3.1.2. None of my apps would work because of a bug in which some files were moved from the developer tools folder. This was apparently fixed in this version so I had to...
View ArticlecreateScrollableView and update view
Hello, My application is for Android I've created a window (self) and insert createScrollableView function with 2 views. I've added an option menu (self.activity.onCreateOptionsMenu) that open new...
View ArticleFacebook - apprequests
I've got an issue with the fb apprequests dialog When the user first logs in i request these permissions: var fb_permissions = ['read_stream', 'email', 'publish_stream', 'offline_access',...
View Articlehow to pass textfield value from one view to another on button click
Hi I am able to navigate one window to another , now i need to pass textfield value from one view to another here is my code First view//FirstView Component Constructor function FirstView() { //create...
View ArticleClearing local sqlite database
I am developing in Alloy - I've been using models successfully with an SQL adapter. Unfortunately, in the last model I defined a column's field type wrong (INT vs VARCHAR). This is only a problem...
View ArticleButton background Image not changing on click
In titanium 3.1.0 everything was working fine. When I upgraded to titanium 3.1.2, with exactly the same code, the background image of a button is not changing in the click event. My Code:...
View Articleoauth - asp.net mvc oauth issue
I have a website built using ASP.NET MVC 4.5 which uses the built-in oauth provided by the starter template so users can click on Facebook, Twitter, Microsoft or Google to log in. How do I or what do I...
View ArticleTi.Codec.encodeNumber halting Simulator
Hi ... I'm having some issues with Ti.Codec.encodeNumber. When the following code is run in STEP mode, the simulator (iOS) hangs when executing the encodeNumber method. This code is take right from the...
View ArticleBug twitter oauth android
Hi, I have a problem with twitter implementation, i tried a few modules and js classes but i have every error with oauth : stack trace : [ERROR][TiAnalyticsSvc(21647)] (Thread-1562) [5404,32212] Error...
View Articleadd textArea to listView
you can add a textArea in listView? var plainTemplate = { childTemplates: [ { type: 'Ti.UI.Label', bindId: 'title', properties: { width: '100%', height: 30, left: 0, top:0 } }, { type:...
View Articlehow to set Searching in combobox(Dropdown list) in Android
i need drop down list with keyword searching like auto complete. if you have any idea then please help me it is very important for me... THANK YOU
View Articlecustom Navigation bar problems with Android
Hi. I'm encountering a strange behavior while using a custom Navbar in Android. All seems to be right until I close a window directly (by code) in the custom navBar. The secont time I open another...
View ArticleHow to upload a video to Facebook?
I'm using Titanium SDK 3.1.1 and deploying for both iOS and Android. I tried the answer in this post, I modified it to use it with the new Facebook Module authorizing methods like this:var fb =...
View ArticleHow to Convert datetime in Alloy Framework
I have a String datetime : 'Thu Jul 03 09 2013 00:00:00 GMT+0700 (ICT) ' How to convert => 2013/09/03
View Articlehow to create image gallery with zooming and closing option
how to create image gallery with zooming and closing option like photo gallery .
View ArticlePassing NavigationGroup object using CommonJS module
I'm using commonjs to pass around a navigationgroup object so that I open windows when I click on btn nothing happens even though nav.getNav() return the navigationgroup object from the app.js file....
View ArticleStoring Images in applicationDataDirectory and file names persistantly
Ti SDK 3.1.2 GA | Ti Studio 3.1.3 | Mac OSX 10.8.2 I am trying to store images persistently in applicationDataDirectory// Store Image itself var filename = new Date().getTime() + '.png'; var file =...
View ArticleHow to get column from collection
Hi Developer, How to get the only data of coloum in the collection. Is there is any way to fetch it. Beacuse i am trying to fetch data through some query. I am able fetch the models. So i need to fetch...
View Article