Custom fonts and alloy textid or titleid text
I didn't find anything about this in Q&A, but when we have a custom font and pretend use a string from the internationalization files, don't works. If we set the string by text or title property...
View ArticleAndroid turn off TableViewRow selection
Does anyone know the android equivalent of? selectionStyle: Ti.UI.iPhone.TableViewCellSelectionStyle.NONE
View ArticleHow to use glReadPixels in Titanium's OpenGL module
Hi, I have purchased Titanium's OpenGL module and use it in my app. But I met a issue, after I finish rendering a frame, I want to read color buffer and save data to image. But when I call your...
View ArticleTesting for devices < iOS 7 Simulator
Just a heads up on something I discovered that may help some people with down-testing for lower iOS devices when building for iOS 7. As Ingo's blog post discusses, there is a lot of backwards...
View ArticleTitanium 3.1.3 NavigationWindow Partial Drag-Back Issue
I've run across an issue with Titanium 3.1.3.20130908095038 and the new Ti.UI.iOS.NavigationWindow for iOS 7. One of the interface changes to iOS 7 is the ability to drag the current window to the...
View ArticleWrite from table to file
Hi. I am trying to write all the values from my rows in a file. (With no success...) This is where i am but it seems like i have missed something. btnSubmit.addEventListener('click', function(e) { var...
View ArticleImporting a module in Alloy
index.xml<Alloy> <Window class="container"> <View id="pagerView"> <Module id="pager" module="net.bajawa.pager" method="createViewPager" platform="android"> <TableView...
View ArticleAndroid actionBar.displayHomeAsUp causes the app to crash
I have the weirdest issue ever, Same code I'm using in multiple windows on an android app, causes the app to crash on a specific window... win.addEventListener("open", function (evt) { var actionBar =...
View ArticleAndroid Building Problems
I have an app that works flawlessly on the iOS simulator, my iPhone 4S, and iPhone 5. I've gone back and forth with the Android emulator, but it is currently working. I've installed and tested it as...
View ArticleDoes Alloy handle events from ListViews differently in Android vs iOS?
I was having an issue with a ListView and decided to test the same principal using Tony Lukasavage's github code. I changed the sections.xml found here to: Modified sections.xml<Alloy> <Tab...
View ArticleAccess Titanium ACS SDK after successful SocialIntegrations.externalAccountLogin
I have seen a couple posts similar to this one, but none of them answered the question so I am going to try and ask again. I am new to ACS, and I am trying to get a user to create a new account using...
View ArticleVimeo video does not play in webview, but Youtube works (iframe ans html5)
Vimeo video inside Android webview does not play. I have the following code which displays: Vimeo Youtube For the vimeo the first frame of video shows up but when I hit play either nothing happens, the...
View ArticleGoogle Ads(DFP) for Android and iphone
Hi all,am very new to titanium. Can anyone give me sample code to Google ad banners (DFP) for both android and iphone platform. I tried so many codes but not working. Thanks in advance.
View ArticleTitanium - Updated SQLite database is lost when the app is killed
For my application I make use of a basic SQLite database which is packaged with the app itself. That is a trimmed down version of the complete database, to reduce the download and reduce the startup...
View ArticleAndroid : Disable default tap sound on all views
I am creating an application for Android OS. My "touch sound" in android sound settings is enabled. But I want to disable default tap/touch sound on tapping Ti application's non-button views. I am...
View Articlehow to reuse Show/ Search History eclipse plugin
In eclipse -> Show history option gives capability to search particulate history based on criteria like author, comment, date etc. I want to reuse that Search SVN History plugin...
View ArticleAudio Stream getting cut out
Hi, So I've been trying to play this one sound file http://assets1.theroomsoundboard.com/FedUpWithThisWorld.mp3 using the Ti.Media.createAudioPlayer but it seems to play only the first half second or...
View ArticleiOS 7: Blocker Issue with Toolbar and multiple buttons inside Window...
I am trying my best to get my app working in iOS 7 and using the new element styling to match "best practice" for iOS 7. But I am having a number of issues. One of the ones I am really stuck on is the...
View ArticleAlloy Master Detail Collection
Hi, in my App I have two models, Master and Detail. I display the Master collection in a Tableview, based on the row clicked I need to load the associated data from the Detail collection. The Detail...
View ArticleiOS7 NavTintColor changed to default on click
Hello. Color of navigations buttons were changed from default successfully but in time of click, actually on button up, color of text of button changed to default for a moment. Is that bug? sample...
View Article