How to close optionDialog, that has a tableView on it (through androidView...
Hi there I have created an custom optionDialog that contains a tableView. i also have added an event listener to the tableView, so when a user clicks a row i can pass back to the previous window, all...
View ArticleAlertDialog, error with androidView property and borders
Hi, I found an Android issue on AlertDialog when you use it with androidView property. If your androidView contains border properties, you get this Android exception : 01-22 18:01:09.252:...
View Articlehow to use OptionDialog.androidView in alloy
how to use OptionDialog.androidView in alloy? please give a sample of code , thanks very much
View ArticleImage picker inside alertdialog (androidView)
Hi, merry christmas and here in germany is midnight … I try to build an image selector. Here my try: exports.create = function() { var androidView = Ti.UI.createView({ backgroundColor : 'white', height...
View ArticleAndroid optionDialog androidView with multiple pickers
I have made this optionDialog for Android which shows two pickers for selecting an age range.var agePicker = Ti.UI.createPicker({ useSpinner: true }); var from = ['0', '1', '2', '3', '4', '5', '6',...
View Article