'undefined' is not an object (evaluating '$model.__transform')
I try to bind a details view from a TableRowView. It's ok for complete the TableView but it's always blocking with the "clic and view details" : > 'undefined' is not an object (evaluating...
View ArticleApplication Installer abnormal process termination. Process exit value was 8...
I'm using Titanium Studio, build: 3.2.1 And I want to launch my app with the emulator but when I do that I receive this error: [ERROR] Application Installer abnormal process termination. Process exit...
View ArticleAndroid Module Error: Unable to Find Class for Proxy Object
I am building an Android module that has two different proxy objects defined. Proxy1 (let's call it) can be instantiated and called in my Alloy app. This proxy, however, has a method that returns...
View ArticleAndroid activity pause, resume when app going to background vs windows loses...
How do you differentiate a background home button from loading another window? I am using the win.activity added events.. Both have the same pattern of events: pause-stop and start resume. Is there a...
View ArticleExclude file from source control
Hi, I am using TFS and keep my source under source control. So tell me which are the files to be exclude from tfs source control? Thanks in advance.
View Articleajax get method call in android to fetch xml data from a url
I am using ajax get method call in android to fetch xml data from a url, but i still not getting response in andriod but works in windows desktop browser
View Articlehow to ensure a perticular row is highlighted of a table view in titanium...
hi experts, i have a table view with 20 rows. I want to ensure the 5th row is highlighted when scroll. And then an event will fire. how is it possible? please help me.
View Articleopen window second time
i have slide window , if i open win1 then open win2 ,now if want to open win1 (use win1.open() ) i cann't because it is aready open . how can i open win1 if it open in back? i donn't want to close win2...
View ArticleSetting up development environment for all samsung devices
I have been trying to figure out which way is best to set up the AVD manager for Samsung devices i.e note 2, note 3, s2, s3, s4 etc. It would also be handy to know other devices such as htc and such
View ArticleListView Rows relative position, for animation purposes
Hi Guys Love the super work you've been doing on the ListView, its performance is a lot better then the tableview. I would like to convert over much of the work i've been doing to use the ListView, but...
View ArticleWeb View Set HTML not working specially for Content type - Only android some...
Hello, I have following program. app.js var winMain = Titanium.UI.createWindow({ backgroundColor : 'black' }); Â var content = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleQuestion about Push Notifications on my own server
I have an application and I want to setup push notifications. The issue is I do not want to use ACS or Urban Airship or any other 3rd party. I would like to interact directly with google and apple...
View ArticleAndroid Alloy app hangs on launch but works after changing application ID
Titanium Studio, build: 3.2.1.201402041146 Linux Mint 14 SDK 3.2.1 Alloy Device: Galaxy SII / Android 4.1 On a test app, with Studio in debug mode, it runs fine. But just plain Run, and it hangs and...
View Articledifferent color of each option labels
iPhone - CLI version 3.2.1, Titanium SDK version 3.2.1.GA how do i make the option label any other color ?var opts = { cancel: 2, options: ['Confirm', 'Help', 'Cancel'], selectedIndex: 2, destructive:...
View Articleaddeventlistener inside event (typical closure problem)
hi guys, I'm troubling at the moment with a typical closure problem. Following situation: - I have table with rows - the table has an eventlistener - clicking on this table fires this eventlistener,...
View Article[Android SDK Home] No Android SDKs were found under the specified SDK location
As the title states, Titanium Studio is not detecting my android-sdk. I have ALL android-sdk's installed from earliest to most recent. I also have CLI 3.2.1 and am current with all nodes, java, etc....
View ArticleDefine Splash screen android
Hey, I have read all the 4 year old posts about how to simply change the splash screen on loading. I overwrote the /assets/android/default.png and /Resources/android/default.png files with a new splash...
View ArticleShow loading spinner while webview is loading
I'm using alloy to load a mobile webpage in a view: <Alloy> <Window class="container"> <WebView id="webview" url="https://www.rss.com/mobile" /> </Window> </Alloy> How can...
View ArticleGetting a list of Compatible Apps for a file - iOS
PLATFORM : - iOS 6.0 & 7.0 [iPhone & iPad] Simulator / device - Titanium Studio, build: 3.1.3.201309132423 Build: jenkins-titanium-rcp-master-21 (origin/master) Date: 13 September 2013,...
View Article"CodeSign build/Release-iphoneos" error prevents Packaging for Ad hoc or...
I am having problems Packaging my app for iOS Ad hoc (or even iTunes Store). At compilation stage I get this error in Titanium Studio:[ERROR] ** BUILD FAILED ** [ERROR] The following build commands...
View Article