Questions tagged [picker]

Synonym of selector or chooser.

Synonym of selector or chooser.

1556 questions
9
votes
2 answers

Center Picker in View when .labelsHidden()

I'm showing a SwiftUI DatePicker with the datePickerStyle of type WheelDatePickerStyle(). It's inside a Section, which is within a Form. As I'm showing a Section Header, I don't want to show the Picker's label. When choosing .labelsHidden(),…
Gerjan
  • 93
  • 2
  • 5
9
votes
5 answers

Contact picker in ios to get phone number

I need an option like image picker for picking contact and to display phone number i have managed to get contact names using below code by using this code it only returns the names , need an option to pick contact from contact list
Midhun Narayan
  • 829
  • 2
  • 9
  • 26
9
votes
1 answer

Style individual Picker.Item in React Native

Is there any way to style individual Picker.Items? Other than the text color? Also, somewhat related, What props will a Picker.Item take? I know they'll take "key", "value", "label" and "color". But are there any others? I'm trying to style one of…
Trevor Storey
  • 113
  • 1
  • 7
9
votes
4 answers

xamarin picker control selectedindexchange event raised only when done picking item

I am using an Xamarin.Forms.Picker control and handling the SelectedIndexChanged event. The user scrolls thru the items in the picker control then the user selects the "Done" button that is prebuilt into the picker control. Is there anyway to…
Jason Smith
  • 373
  • 2
  • 6
  • 20
8
votes
4 answers

How to select folder in android?

Hi there is a way to select folder where user want to save file in android . I check out http://code.google.com/p/android-file-dialog/ it has functionality to select file but i want to select folder , please provide me usable link or examples.
Sushant Bhatnagar
  • 3,684
  • 10
  • 31
  • 42
8
votes
3 answers

iPhone-like (slot machine) 'picker' select box for the web?

I'm looking for a iPhone-like "picker" control that I'm able to use on the web. Accessibility is not a concern. JavaScript will be available on all clients and the web app will be run on an environment provided to the user. If the solution could…
sjstrutt
  • 5,625
  • 6
  • 25
  • 21
8
votes
1 answer

How to get properties of picked object in mplot3d (matplotlib + python)?

I plot a series of points using mplot3d: import pylab as p import mpl_toolkits.mplot3d.axes3d as p3 fig = p.figure() ax = fig.add_subplot(111, projection='3d') ax.scatter([1], [0], [0], c='r', marker='^', picker=5) ax.scatter([0], [1], [0], c='g',…
user1371437
  • 81
  • 1
  • 2
7
votes
1 answer

React Native Picker - Styling selector to not be grey

I am trying to style the selector background in the picker component, Where there is the grey background in the picture below. I am trying to change it to a white background and have a border around it.
Jake Owen
  • 137
  • 1
  • 9
7
votes
1 answer

SwiftUI Picker in a Form doesn't show the selected row

I am trying to have a Picker that shows which option is currently selected. Try out the following code which correctly selects the right option but the picker does not show which option is selected: import SwiftUI struct ContentView: View…
Jose Castellanos
  • 528
  • 4
  • 11
7
votes
3 answers

How to get value and label name from React Native Picker?

In my react native project, I have a picker that allow user to filter staffs by branch. I got the label name and value from my database. Now I can got branch id from picker value and able to filter staffs by branch with this link…
Doo Doo
  • 1,337
  • 2
  • 11
  • 28
7
votes
2 answers

How to create timer picker in flutter?

Is it possible to create duration timer, like in iOS in flutter? example
Tree
  • 29,135
  • 24
  • 78
  • 98
7
votes
1 answer

How to hide the year part in Html calendar panel?

Is there any way to hide the year part html calendar panel, only show month and day part on the calendar.
koory1st
  • 135
  • 1
  • 2
  • 8
7
votes
4 answers

Xamarin forms set Picker SelectedItem

I am working with a xamarin Forms. I am using Picker for DropDownList. How can I set selectedItem to Picker? My code
ajoy
  • 163
  • 1
  • 2
  • 15
7
votes
1 answer

CNContactPickerViewController on tab bar controller

I'm using the CNContactPickerViewController to access contacts. And everything works fine until the part where I want to use this in Tabbar. In previous ios versions replacing the view by the picker worked well but in ios 9 does not show…
7
votes
1 answer

Prev and next buttons for pickers in Sencha Touch 2

I'm building an App for Android, iOS and Blackberry with Sencha Touch 2.0.1. I have a Form-Panel with about 10 selectfields and some sextfields. If i ran the app on Android 2.3 or higher, the selectfields are shown as pickers. So far so good. When…
dom
  • 101
  • 5