Questions tagged [picker]

Synonym of selector or chooser.

Synonym of selector or chooser.

1556 questions
0
votes
1 answer

iPhone caption camera, imageview does not show picture taken

I was asked to make an app that gave random captions about their cat. I have 2 problems and I followed tutorials step by step and nothing worked. 1. When ever a picture is taken or selected, it does not show up in the UIImageView, every thing is…
0
votes
2 answers

modal view not showing inside didfinishpickingimage

I have a viewcontroller, and I would like to display a modal view controller with : presentModalViewController when a user finished picking an image. The modal view controller is working fine when I call it from a button in my main view. But when I…
sebastien
0
votes
1 answer

Access 2010 - limit date range in date picker

I am using Access 2010 on Win 7 pro. I am trying to limit the dates returned in a date picker associated with a text box on an access form. I have created the text box set its format to short date and selected on dates in the show date picker…
0
votes
0 answers

Tabbed Application

I see that someone already asked similar question once before, but no one replied. So I'm going to reask it. I've created a simple tabbed application for my iPhone with only two views. First one has some simple text fields and labels etc. nothing…
0
votes
1 answer

Use pickerview information in other view?

I have a tabbed application. I have 4 tabs and in the first 2 tabs there are pickerviews. How can I use the information that im giving in the first and second picker view, in the third tab ? for example: 1 picker view : (which is your favorite…
0
votes
2 answers

How to make a picker with custome values?

I have made an Android application in that I want to put a value picker as shown in the image below. Can anyone help me how to make it? I want a picker with 4 values "100","110","125","150" and the selected value should be set in an EditText.
jimmy cool
  • 147
  • 3
  • 5
  • 14
0
votes
3 answers

Style or customize Picker in Sencha Touch Architect

How can I customize a Sencha Touch picker completely? Here is what the default picker looks like. I've managed to customize the frame, center, and buttons but I can't find anything to allow me to customize that blue gradient toolbar. I can't even…
Alex
  • 113
  • 3
  • 10
0
votes
1 answer

Phonegap native date time picker

I'm using this to choose times in my app: https://github.com/phonegap/phonegap-plugins/tree/master/Android/DatePicker However, when the native time picker pops up, the time is shown in 24h format instead of 12h, is there a way to make the time…
danielrvt-sgb
  • 1,118
  • 5
  • 17
  • 33
0
votes
1 answer

Display image in a packagedapp/extension after selecting from Google Drive

My packaged app gets images from google drive and then display them on the side. But I can't get the images to be displayed. I am trying to get the url of the image so that I can put that url in an image source. The image url that I am getting is…
user1745649
  • 137
  • 1
  • 9
0
votes
1 answer

xcode Picker loading subsequent components after selection

Here's what I would like to do. If someone knows if this is possible, and how, that would be great. I have a picker with three components. The second two components can change value based on which item is selected in the first component. I need…
Grymjack
  • 529
  • 1
  • 10
  • 21
0
votes
1 answer

Animating pickerview movement with scrolling

Currently, these are my codes to create a picker view genderPicker = [[UIPickerView alloc] initWithFrame:CGRectMake(0, 244, 320, 270)]; genderPicker.delegate = self; genderPicker.dataSource = self; genderPicker.tag =…
Naux
  • 86
  • 10
0
votes
2 answers

UIPickerview filling the screen

I want an UIPickerView that fills all the screen. This is the code i have ... pickerView1 = [[UIPickerView alloc] init]; [pickerView1 setDelegate: self]; [pickerView1 setFrame: CGRectMake(0,0, 480, 320)]; [self.view addSubview: pickerView1]; This…
Fischer
  • 1,513
  • 4
  • 17
  • 38
0
votes
1 answer

Popup Colour Menu in Qt

In Qt, what's the best way to do a popup colour picker menu like this:
Joel Holdsworth
  • 363
  • 1
  • 2
  • 7
0
votes
2 answers

Resizing picker in Titanium Studio (Iphone)

I am new to mobile development with Titanium Studio. I want to create a picker with a little smaller size. I tried setting the Height and Width property but of no use. And I came across below link: Changing the height of the picker But I saw that it…
senthil
  • 1,307
  • 1
  • 11
  • 23
0
votes
1 answer

Searching after color picker jquery plugin

I'm searching after a color picker jquery plugin, but not like all this: http://www.jquery4u.com/plugins/10-color-pickers-plugin/#.UHK6XU1mKa8 I want to have a tool like in Photoshop when you can take sample of the color of any pixel in the…
Nir
  • 1,882
  • 4
  • 26
  • 44
1 2 3
99
100