Tagged Questions

0
votes
1answer
31 views

Strange Problem with UIDatePicker in ActionSheet - Below that Selection indicator I can’t select anything, It’s become like disabled

Hi, I am implementing datepicker with Action Sheet with the following code : -(void)popupActionSheetWithDatePicker { UIActionSheet *sheet = [[UIActionSheet alloc] initWithTitle:nil delegate:self …
0
votes
1answer
36 views

How to control positioning of jQueryUI datepicker

The datepicker in jQueryUI renders with a dynamic position. It renders according to its css if there's enough room for it, but if there isn't enough window space it tries to render on screen. I need …
0
votes
1answer
15 views

how to increment jquery ui datepicker programtically

Basically I want to take date from one field and then increment day and set it to another date field. This is kind of psuedo-code: var date1 = $( '#date1' ).datepicker( 'getDate' ); var …
0
votes
0answers
111 views

iPhone Date Picker rolls over to 2010 on December 27th?

So I implemented a UIDatepicker in one of my applications for scheduling and autodialing teleconferences... everything is pretty much ready to go except, while testing I noticed that when the date …
0
votes
1answer
27 views

jquery autocomplete and datepicker compatability issue?

Hi, I have a form that is constructed using ZendX_JQuery_Form, the form contains 2 auto complete inputs and 4 datepickers. The datepickers all worked absolutely fine until I added in the autocomplete …
1
vote
1answer
63 views

Custom Wrapper Class for UIDatePickerView on iPhone

Hi I'll be using a datePicker several places in my app. I don't want to "clutter" up each and every viewController with the delegation methods for the UIPickerViewDelegate and UIPickerDatasource, plus …
0
votes
1answer
27 views

UIDatePicker and previous view

As with the settings page, I have a UI that displays a list of parameters, one of which is a date. When the user presses the row containing the date, a controller displaying a UIDatePicker is pushed. …
0
votes
2answers
74 views

jQuery datepicker doesn’t work

Hi, I can't get the jQuery datepicker to work. I have followed everything from the jQuery UI manual. Can you please check my code below? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …
0
votes
1answer
53 views

UIDatePicker and UITextView

Hi Sorry if i did wrong english typing I want to show a text in UITextView depend on the date, some thing like "in This Day App", I have this code in action -(void)changingText:(id)sender{ …
0
votes
1answer
58 views

UIPickerView disable row selection.

I want to disable the selection of certain rows in my UIPickerView. Like in the Coundown timer, where you try to choose 0, it doesnt let you and slips back up to 1. Or how you can limit the date in …
0
votes
1answer
80 views

UIDatePicker questions regarding displaying

Does anyone know if it's possible to change the minute interval of a UIDatePicker after it's been added to a UIView? Is it possible to show and hide 2 different datePickers? I want change the …
0
votes
2answers
93 views

Must I retain the date from a UIDatePicker Modal View?

I'm getting crashes from my UIDatePicker view and I think it's because I'm not retaining the pickers selected date. Can anyone tell me if this could be correct? I have a modal view for selecting a …
0
votes
0answers
67 views

jQuery DatePicker with Multiple Months Side-By-Side Layout Issue

We are trying to get two months showing side by side on a standard jQuery DatePicker control using jQuery UI 1.7.2 and jQuery 1.3.2. Unfortunately, the calendars will only stack vertically, and as a …
0
votes
1answer
195 views

can we hide/invisible UIPicker/DatePicker on iPhone view ?

I have tried with setting properties of UIPicker as SetHidden:False and SetVisible:NO , but they are still visible.
0
votes
1answer
43 views

UIDatePicker vs. UIApplicationSignificantTimeChangeNotification

I'm handling UIApplicationSignificantTimeChangeNotification in my app and all the other screens in the app are gracefully refreshed when midnight comes. The one I have trouble with is with …

1 2 3 next
15 30 50 per page