Questions tagged [picker]

Synonym of selector or chooser.

Synonym of selector or chooser.

1556 questions
0
votes
1 answer

Android ColorPicker Dialog - Chang theme

I'm using the ColorPicker Dialog the which is contained in the API Demos (SDK Android)... When I use it on my app, the size is changed, also the background color... How can I get the same Dialog as in the API demo, here are both pictures: This is…
Leonardo Sapuy
  • 2,600
  • 2
  • 23
  • 30
0
votes
1 answer

Xcode Disable Picker After Fade

How can I disable a UIPicker in xcode? I have tried: piker.enabled = NO; and picker.userInteractionEnabled = NO; But they just dont seem to work. How could I disable a UIPicker, without removing them from the SubView? Thanks
Nicholas Gibson
  • 208
  • 2
  • 13
0
votes
1 answer

Titanium Picker List not displaying in ScrollableView- Android

I'm using a picker object inside a simple view, which is one of many contained inside a scrollable view. When I click the picker, the option-list does not display. However, when I hit the back button, and return to the previous page, the list…
Noel Euzebe
  • 95
  • 2
  • 9
0
votes
0 answers

jQuery Calendar Date Picker on External JS file

I wonder what did I do wrong, my calendar date picker only works when I implement the JavaScript code inside my html page like this But not working when I put the code…
hangee
  • 719
  • 2
  • 9
  • 12
0
votes
1 answer

Scroll Bug with Ext.Picker in Sencha Touch

Once again I need the help from this awesome community. My problem appears when I create a Ext.Picker in my Controller here is a simple version of my Picker: var picker = Ext.create('Ext.Picker', { slots: [ { name :…
Markus
  • 291
  • 1
  • 4
  • 18
0
votes
1 answer

How to dynamically change the list data when click on picker 'done' button in Sencha Touch

I am developing my application in Sencha touch. In that I have a list and Picker and I want to update the list data dynamically when selecting the picker i.e., I want to add data to list dynamically when tap on 'Done' button of Picker. I used some…
smily
  • 357
  • 1
  • 7
  • 18
0
votes
1 answer

Android Gallery Album as a Preference

I am writing an application which needs to provide a simple preference allowing a user to select an album from their gallery that my application will then load images from. What I'd like to know is what the simplest method of doing this is, is it…
Haravikk
  • 3,109
  • 1
  • 33
  • 46
0
votes
1 answer

Changing the Picker Appearence in sencha touch

I am facing some problem in changing the picker view in sencha touch. I want to call the picker in the right hand side of my view rather than coming from the bottom in a streched manner without making any changes to the sencha touch 2.1.0…
0
votes
2 answers

Sencha Touch How to display the values in the store in Picker?

I need to add my store value in picker. Is it possible in Sencha? If anyone know the answer please help me on this. Thanks in advance.
Thiru
  • 2,374
  • 7
  • 21
  • 29
0
votes
2 answers

Datepicker not showing current value when edit cakephp form

I am using jquery date picker with cakephp 2.3. Datepicker popup is OK. When I want to edit a any record, it does not display date field value in form. I checked many ways and I am sure that it is date picker issue. Populated source code of date…
Abu Hanif
  • 21
  • 2
0
votes
2 answers

DateTimePicker also showing time

I have a Day- and Timepicker on my form that is supposed to only show me the time in this format: 01-May-13. I've set the custom format in the properties to: dd/mm/yyyy but the value still shows the time when I load the data in a listbox…
David Asssad
  • 41
  • 1
  • 9
0
votes
1 answer

Where is the Monotouch Dialog UI Picker Element?

Wheres the custom picker element for monotouch dialog (Xamarin.IOS)? // update UIPickerView would be a wonderful element to have as a monotouch dialog element along with UIActionSheet. Instead I journeyed into building one by hand and then…
fractal
  • 1,649
  • 17
  • 31
0
votes
1 answer

Android: Facebook SDK 3.0 - FriendPickerFragment setChecked

I'm trying to restore the selected checked friends in a FriendPickerDialog, I tried this before showing fragment but it doesn't help : Bundle args = new Bundle(); args.putString("com.facebook.android.PickerFragment.Selection", "friendId1,…
TheModularMind
  • 2,024
  • 2
  • 22
  • 36
0
votes
1 answer

Deselect previous date in jquery date picker

I want to validate start date and end date.For this purpose in jquery datepicker, i want to deselect or disable the previous date from the selected start date.Any body knows please help me
karthik
  • 1
  • 1
0
votes
1 answer

hide day picker in datepickerdialog

Hi is there any correct way to hide the day picker in a datepickerdialog? I'm using native android datepickerdialog not a custom datepickerdialog. Hope someone can help. Below is my code for the datepickerdialog: Button.OnClickListener…
Bryanleesh
  • 83
  • 8