Community Questions & Answers

Picker window is behind current window

I have a tabgroup and a window in front of the tab group. I've added a regular picker to the window. When I click on the picker to change the value, the options open behind the window so you can't see it. If I close the window and go back to the tab...

Picker Custom UI

Hi there, Been searching around but have not found any info or doco on changing the picker UI? I have a date one setup but would like to modify the look of it as it is rather boring and considering the real estate the stupid thing takes up, i'm hoping...

Font Family Picker

I am planning to make font picker using Alloy but before I can start I have few question regarding this. How do I get the default list of font family e.g in android so I can display it for picking? If I use custom font, do I simply put the .otf file inside...

Setting Picker Value

Hi, I have the following code: ~~~ var selectedRow=1; var data = []; data[0]=Titanium.UI.createPickerRow({title:'Choose One',value:3}); data[1]=Titanium.UI.createPickerRow({title:'Example 1',value:2}); data[2]=Titanium.UI.createPickerRow({title:'Example...

Unable to get PickerRow data

Hi Everyone, I am just trying to do a simple task and that is I want to get the data of PickerRow. I have searched around and tried some different ways but unfortunately I am unable to get the data: Now I have used the following code: ~~~ for (var i=0;...

Retrieving value from Time Picker

Hi all, Ive been searching for an answer to this question all day and can't seem to find any anywhere in the forum, docs or google. I feel like the solution might be a simple one, in that case, bare with me. Simply put what I'm trying to do is retrieve...

Dialog with Picker in Alloy?

Is there a way to build an OptionDialog that has a Picker for content rather than a list of button options? I'm not seeing it in the documentation. NP creating an OptionDialog, but I'd like to be able to have a date picker and or a long list of options in...

Show a picker list

Hi people, is posible to launch a picker window selection without show the picker control? Something like ~~~ MySelection= showPicker(['option1','option2',...]); ~~~ Android SDK 3.0.2

Picker refresh/recreate

Hi All, I seem to be having no luck in reloading/recreating a picker in tabGroup. I have an app with a number of tabs. One of the tabs (tab A) contains a picker populated using a function that pulls the content from a database, puts it in a...

Create dropdown

i am new to the titanium , i have requirement of developing dropdown ,which contains data, so that user can select any1 of them in the login page.pls anybody help in this issue.its very urgent

DATE PICKER VALUE

Hi...!!! I have got a small problem in my app, please a have a look and see what can be the solution. I am creating a "DatePicker" in my android app and on its "change" event listener I am trying to alert the value of picker but what...

Android Picker Not Filling w/ Data

I am trying to create custom datepicker for Android (I know it has a native type for doing this, but that has not been working...). The below code only prints one empty column; the rest of the columns are hidden. Does anyone have any insight on why this...

Time Picker with different of 7 minutes?

Hey, i am creating a picker instance with lang="de"... Every date i wanna assign to it, is correct - but the minutes aren't... it's always a difference of 7 minutes. :/ Anything i missed? (On Info-Output every date is right - just the time...

Define font size in Picker

So, I have a picker with 6 rows. I would like to define the font size of the word that appears when in the picker when one of the options is selected.. App for android. Thanks

pickerRow reload, refresh Android

Hello I have a picker that feeds on another picker, the problem is that it does not cool the second picker, followed by the rows added to picker. I could develop myself, is to create a picker, and then a pickerColumn pickerRow, then ask before a condition...

Lock scrollview

Hi, Is it possible to lock a scrollview? I have a scrollview with several views in. In one of the views, I have a picker with spinner:true. But I cant select anything in it. Because every time i try to scoll the picker, the hole scrollview scrolls. So is...

PickerView on top of TabGroup

Hello! Does anyone has this issue where you have pickerview sliding from the bottom of your view, but it's partially covered by the bottom TabGroup bar which sits in the parent view. Is there a way to show pickerview on top of Tab bar or I have to hide it...

MobileWeb and Pickers...

I was trying to use a date picker in MobileWeb, however, even though the picker renders properly, the values don't seem to be available... (getting errors where the picker doesn't pass the value that is clicked). I imported the latest Kitchen Sink to take...

Date picker with box calendar like days on the right

Application type: mobile, Titanium SDK: 3.0, Platform & version: Android 4.1, Device: Samsung S3 when using the date picker i get a picker with three columns (day, month and year) but ALSO i am getting a calendar like box on the right containing...

Disable picker row?

On the [man page](http://docs.appcelerator.com/titanium/2.1/#!/api/Titanium.UI.PickerRow) for PickerRow I see properties for things such as backgroundDisabledImage and backgroundDisabledColor, but I do not see a property or method for actually disabling a...

Refresh a picker view based on another picker

Hello, I have two picker views which comes on the click of two buttons respectively .I want to change the rows of one picker based on the selection of another picker. Here is my code which i [tried](http://pastebin.com/uR9jTx9d).

Refresh a picker row

Hi all, I have two pickers for example picker A and picker B . I have to change the Picker B rows based on the selection of Picker A rows. What is the most efficient way to do it ?

Showing 1-50 of 415 1 2 3 4 5 69