Android modal window problem
(using titanium 3.0.2, SDK 2.2) I'm having an odd interface glitch happening (as if the two windows are swapping with each other for half a sec, then display normally) when I open my modal window on...
View ArticlebubbleParent in ListView ItemTemplate
Hello, I am using SDK 3.1.1 Can i set bubbleParent to false on childTemplates? i would like to listen to click an view that include in item templates, but i don't want the click should fire 'itemClick'...
View ArticleProblem with animating view on Android
It seems there are problems with animating view on Android, at least to me, could anyone check it out? var a = Ti.UI.createAnimation({ width: 100, height: 200, duration: 300, }); Â var button1 =...
View Articlenot able to run facebook login button for android (titanium 3.1.1 android 4.0)
tiapp.xml<modules> <module platform="android">facebook</module> <module platform="iphone">facebook</module> </modules> <property...
View ArticleTableViewSection with ALLOY in Android
I created a dynamic structure for a tableviewsection in this way index.jsvar flag = ""; for ( var i=0, j=response.length; i < j; i++) { if (response[i].section != flag) { if (data.length > 0) {...
View ArticleGrow heap (frag case) to MB for byte allocation
Hello everything, I try to generate thumbnails from images and as a result I receive leakage of memory. From the main window I open the second window with a photo of galleries. When opening a new...
View ArticleReport Mobile App Install Ads using Facebook module for Android
We promote our app (iOS & Android) a lot, to get new user installs via Facebook. Using the Facebook SDK 3+ (iOS & Android), you can measure app installs (Facebook documentation). Titanium...
View ArticleWebView: Links openned in a new window: Style the window?
Hello, I'm creating a news fed app, with articles that get loaded into a WebView. The WebView articles contain links, and those links open in a new window. It works! It's great. The new window is a bit...
View ArticleAlloy to classic titanium sdk
Hi, I've found this widget and I want to use it in my app. I'm using tabBar which a contains a table view populated by sqlite database. But the problem is that I've never used alloy sdk, so please can...
View ArticleTap on TableView crashs the app
I have this TableView. Nothing fance. Just a plain TableView that when I click over some row, it reset the TableView with new rows. When the TableView open, if I click over a row, it works ok. I now I...
View ArticleImageView issue on MobileWeb
I am developing a digital comics reader for mobile web, but I'm experiencing some strange behaviour from ImageView which is making me very frustrated. Check the following code: var ApplicationWindow =...
View ArticleMobile App Install Ads with Facebook module for Android
We promote our app (iOS & Android) a lot to get new user installs via Facebook. Using the Facebook SDK 3+ (iOS & Android), you can measure app installs...
View ArticleCreating Titanium Module Project
Hello. I'm trying to create a titanium android module project. Following the documentation, I entered:: "Titanium create --platform=android --type=module --name=testmodule --id=net.testsite.testmodule...
View ArticleScrollview reacting slowly to keyboard pop up
Hi there, I've got a textfield at the bottom of the screen. When i click on it to type the keyboard appears, but the keyboard popup is faster than the textfield moving up so it gets temporarily hidden...
View ArticleSegment widget declaration with Appcelerator
Hi, Someone please explain how to use / define the 'segment' for dynamically pickup the values. Regards Ravi.G
View ArticleSmall WebView in iPad is not rendered properly
Hi, I have created a webview with these properties: "#WebLinkDisplayer" :{ top : 0, bottom : 0, width : '50%', disableBounce : true, scalesPageToFit : true, url : 'http://remote.url' } Now when I open...
View ArticleHow to run alloy example
Hi, i'm new to Titanium. I installed Titanium Studio 3.1.1 on windows 7. I would try nfc module and example on a Google Nexus 4. I installed the module, but i can't run the example. I read to import...
View ArticleAlloy custom adapter: sending data to server before fetching details
I have been trying alloy custom adapter given in the documentation https://github.com/appcelerator-developer-relations/BookClient/blob/master/app/lib/alloy/sync/book_rest.js in which we are overriding...
View ArticleChange TextField passwordMask dynamically
I'm trying change the TextField passwordMask attribute dynamically, but it works only one time (from true to false). ".password": { passwordMask:true }<TextField id="passwordSignup" class="password"...
View ArticleAndriod Intents
Say I want to start up the andriod maps app with a marker? How might I do that, as we need to use a navigation app, and don't want to write our own.
View Article