Questions tagged [picker]

Synonym of selector or chooser.

Synonym of selector or chooser.

1556 questions
0
votes
1 answer

iOS: get date and time from separate pickers and add them together?

Possible Duplicate: NSDateComponents of an NSDate I have set up two UIDatePickers in InterfaceBuilder: one of them has it's mode set to "Date", and the other one's mode is set to "Time". I have successfully taken the date from the "Date" picker…
Max Chuquimia
  • 7,494
  • 2
  • 40
  • 59
0
votes
1 answer

colorpicker appear behind my ajax control toolkit modal popup

My modal css settings are: .ModalWindow { background-color: #FFFFFF; position: absolute; top: -1000px; display: block; z-index: 1000; border: 0px solid #000000; border-radius: 6px; } I haver a textbox in y modal popup and the color…
Gurizao
  • 45
  • 1
  • 3
0
votes
1 answer

Date Picker for selecting and viewing contents for that particular date

I need a date picker/selector written in php, jquery and probably mysql that is visible for the user to select a particular date and view the contents for that particular date. An example can be found here…
Prince
  • 1
  • 1
0
votes
1 answer

Separate data from multiple rows in picker view

I created picker view with 4 rows, but data in all rows are same. So how could i separate data from each row and use it for calculating?
Filip Gulan
  • 53
  • 1
  • 5
0
votes
1 answer

Xcode alert button

I have this code which will send me to another page but this only happens upon selecting a row in the picker. - (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component{ NSString *urlString; if…
0
votes
0 answers

Convert NSDictionary array values into NSString format for MFMailComposeViewController

I have a UIPickerViewDelegate that allows the user to select a term from the picker and see the term's definition by using NSDictionary to access data stored in a plist file. I also have a MFMailComposeViewController to allow the user to email the…
steveald
  • 23
  • 5
0
votes
1 answer

How can I adjust the width of a pickerColumn to the text inside the pickerColumns?

So far I can only adjust the size of each PickerColumn manually through code, but I want each of them to adjust automatically according to the contents from the largest PickerRow inside of any of them. This is because I'm working with dynamic…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

For two pickers in a single view, titleForRow always gets called with component value 0

I have two pickers in a singe view controller. They use two NSArray for their data. The problem is that for both pickers, when the titleForRow method is called, the value of the component parameter is always zero, hence all the rows display the…
PhoenixDev
  • 746
  • 2
  • 9
  • 22
0
votes
1 answer

Specifying arrays for two identical picker components in Xcode

Is this appropriate code for the arrays in a picker with two identical components? Or can both components somehow use the same arrays? - (void)viewDidLoad { self.fromArray = [[NSArray alloc] initWithObjects: @"Annual",…
steveald
  • 23
  • 5
0
votes
0 answers

Xcode calculations with multi-component picker

I would like to set up a view controller with a 2-component picker where each side contains the same 7 objects. Each object carries the same value for both components. The user would make a selection from each side, enter a value in a provided text…
steveald
  • 23
  • 5
0
votes
2 answers

Replicating the iOS time picker in Android

I'm trying to write an app that would use the timepicker in Android, but I really would like to implement the one from iOS. I've had a couple of leads, but haven't struck anything that has worked for me. My problem is that the time picker is for…
EGHDK
  • 17,818
  • 45
  • 129
  • 204
0
votes
1 answer

Customized UIPickerView , iOS

I am trying to make a UIButton for the user where he will be able to choose between 5 different options. I have in mind something like an one line UIButton where one option will be preselected and when the user presses the button the 5 options would…
donparalias
  • 1,834
  • 16
  • 37
  • 60
0
votes
1 answer

Import and use android wheel as number picker

I have a question with this project https://github.com/sephiroth74/AndroidWheel .. I have found more questions like this but its answers were not that i expected. The thing is that I cloned it to Eclipse by using IMPORT -> Clone GIT. Then i clicked…
BamsBamx
  • 4,139
  • 4
  • 38
  • 63
0
votes
1 answer

Removing the toolbar from Sencha Picker

I am trying to remove the toolbar from Sencha Picker (I only need the scrolling area with the event 'pick') - but nothing seems to work. The problem is that we must copy the sencha docs code of Picker (WITH slotpicker code) and try to remove it from…
Assaf
  • 788
  • 2
  • 9
  • 23
0
votes
1 answer

Sencha 1.1 picker - xtype is not being registered

I am trying to add a picker to a tool Bar in Sencha using its xtype (which is, according to the sencha docs, 'picker') - but I keep getting this error from the Chrome developer tools: "Uncaught Attempting to create a component with an xtype…
Assaf
  • 788
  • 2
  • 9
  • 23
1 2 3
99
100