Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
13k views

What is currently the best, free time picker for WPF?

I'm looking for a simple time picker control for WPF. I've found found this one: http://marlongrech.wordpress.com/2007/11/18/time-picker/ but it has some issues e.g. you can't type in "00" into ...
4
votes
1answer
739 views

How do you get a list picker like the kind shown in the alarm clock?

How do you create the big, scrolling list picker, like the kind that is created for datePicker and timePicker which is used on the WP7 default alarm clock? The remaining list pickers don't have quite ...
4
votes
1answer
1k views

It is possible to remove PM button from timepicker on a layout?

i have to use some timepickers on my layout, but i dont need the PM buton, i just want to have 24 hours sistem on the timepickers this is possible??? it is bassically to call "setIs24HourView(true)" ...
3
votes
1answer
441 views

Silverlight Toolkit Timepicker control not visually ghosting when IsEnabled=False

I was wondering if anybody has found a solution to this problem. Setting the TimePicker controls IsEnabled property to false properly ghosts the time icon but the main time display does not ghost at ...
3
votes
1answer
3k views

jQuery UI datepicker (with time addon) issues

I'm trying to implement the jQuery UI Date Picker with the Time Picker addon (http://trentrichardson.com/examples/timepicker/) For some reason, I'm getting NaN instead of numbers and the little ...
3
votes
2answers
2k views

TimePickerDialog and AM or PM

I have a TimePickerDialog with is24Hour set to false since I want to present the end-user with the more familiar 12 hour format. When the hour, minute and AM PM indicator are set and the time is ...
3
votes
9answers
41k views

jQuery Datepicker and Timepicker for same input field to popup one after another

I have a Datepicker and a Timepicker in 2 separate input fields but I need to combine the 2 fields inputs into one for a database call. Wanted to know if I could only use 1 input field for both ...
2
votes
2answers
48 views

I want to format my timepicker jquery

I am using trent richardson's timepicker and I want to format my time so it looks like this below: 00 Hrs 00 Mins 00 Secs At the moment my time format code is this: timeFormat:'hh:mm:ss', which ...
2
votes
2answers
59 views

Need a consistent TimePicker gizmo for mobile web site

We have a mobile web site that requires users to enter a specific time value--basically in hh:mm form. We're having a great deal of difficulty with the consistency of displaying and entering time ...
2
votes
2answers
248 views

Registering ASP.Net Time picker control

I downloaded this time picker control ASP.NET Time Picker Control however, I am not able to see it in the HTML markup of the page. Which step am I missing? Update: Based on the response on this ...
2
votes
1answer
354 views

Best way to set a >24 hour countdown timer in Android?

I am an Android newbie and recently completed my first app, in which users can set a time, up to 24 hours, to countdown from, and then, as they go, perform some pacing calculations based on the ...
2
votes
1answer
2k views

How to customize a TimePickerDialog?

I'm looking to create something EXACTLY like TimePickerDialog (look and feel) in Android, but it would be for MINUTES/SECONDS, not HOURS/MINUTES. Therefore AM/PM would not be relevant and would ...
1
vote
2answers
28 views

TimePicker-like widget

is it any possibility to get a spin box like the ones used in Time or DatePickers? I want to set my own data using those. Thanks in advance
1
vote
1answer
53 views

Callback function to determine time range are not conflicting to each other

Let's say I have a JSON set of events, each with a start time and end time, and I need to make a function that will give me a set of time ranges that do not conflict with this. So let's say the set ...
1
vote
1answer
40 views

Cannot assign jQuery Timepickers in 2 differents Text Input.

I have two Timepickers. Problem is though that both timepickers belong to one text input (start time input) when they should belong to 2 different ones. durationpicker is for the duration input and ...
1
vote
1answer
41 views

Adding seconds to Jquery timepicker

I have a jQuery Timepicker code below: $('#timepicker').timepicker({ showOn: 'button', button: '.timepicker_button_trigger' }); This Timepicker can be seen on this website: here ...
1
vote
2answers
46 views

How to read timepicker's time into string

I have a timepicker class and can show the time after picked. My question is how to I write a function to retrieve the time (from mTimeDisplay) in the string form instead of text view? @Override ...
1
vote
1answer
70 views

How to implement an alarm on Android that turns off via an action on another screen?

I'm trying to create an Android alarm that will turn off when an action is completed on another screen (i.e. a user types an answer into a math problem). How do I: allow user to set their daily ...
1
vote
1answer
162 views

How to set a custom minutes interval in TimePickerDialog in Android

I have got a TimePickerDialog working to set time which is set to a TextView in order to display it. Now, I need help to set that TimePicker (inside the TimePickerDialog) minutues interval to 15 ...
1
vote
3answers
243 views

TimePicker - how to get AM or PM?

I want to set an alarm based on a user's selection in TimePicker. TimePicker is set to AM/PM mode. In order to know if a user wants his alarm to set to 10 AM or 10 PM, how should I get the AM/PM ...
1
vote
1answer
149 views

How do you call a timepicker from a preference activity?

Can you tell me how to call a time picker from a preference activity? Can you show the needed manifest.xml, layout.xml and code inside the preference activity and any other needed files to call the ...
1
vote
2answers
226 views

Jquery Time Picker On Multiple Input Fields

I am using timepicker from this website In my page there are multiple fields like from time to time. I am creating dynamic names and ids for this. PHP code: <?php $i=1; foreach($locations as ...
1
vote
2answers
293 views

Timepicker control?

Is there an easy way to make a number picker for windows phone 7 that looks like a timepicker control? I want go have custom ranges of 0-99 : 0-59 . 0-9 while keeping the native windows phone look. ...
1
vote
2answers
569 views

How to integrate a time picker in Richfaces and bind it to a jsf managed bean

Could you please explain me how to integrate a time picker component into my JSF/Richfaces web app, and bind its value to a managed bean? I know the rich:calendar component comes out with both a date ...
1
vote
2answers
349 views

Problem with DatePicker example on Android. Possible Android bug

I am implementing a DateTimePicker. I have reuse this repository. The problem appears when I am trying to catch the events for the onTimeChanged() method when I change the minutes. If I use the ...
1
vote
2answers
1k views

Android: Looking for different TimePicker Style

Hello everyone a brief question - I have been hunting for this style of TimePicker to no avail so far(as shown on DroidDraw): I start doubting the existence of that style ... :P Anyone who's got a ...
1
vote
3answers
554 views

Jquery plugin timepicker doesn't rebind after switching jquery tabs and returning in asp.net mvc partial views

Currently I am working on displaying different input forms on tabs in asp.net mvc 3. Each tab has several child partial views. [See the image below] 1 of the partial views contains a form for ...
1
vote
1answer
971 views

Android TimePicker in PreferenceScreen -> read the values

I have a custom DialogPreference. The Dialog is called from a PreferenceScreen. All works fine, the Dialog starts and shows the TimePicker. But how do I get the selected values? First of all, I tried ...
1
vote
1answer
172 views

TimePicker Minimum value Silverlight

I wan't to use a TimePicker but setting to it a minimum posible value, that the user can't choose other after that value. Like the DisplayDateStart in DatePicker. How!!!!
1
vote
1answer
810 views

Time in Milliseconds Alarm

Okay, So I'm working on having an alarm that gives a notification at, lets say 3:00 PM daily, but I want this to be selectable by the user, between AM/PM, and Hours/Min freely changeable. I will ...
1
vote
2answers
227 views

jQuery TimePicker - using dd/mm/yyyy

Has anyone used Trent Richardsons TimePicker? It's a wonderful plugin, but I just can't seem to change the format of the date to dd/mm/yyyy Has anyone used this control and knows if this can be ...
1
vote
1answer
436 views

It is possible to reduce the size of a timePicker?

I have to use two timepickers on my app, but they are so many big there is a way to reduce the size of timepickers?
1
vote
3answers
2k views

How do you use custom Datepicker and Timepicker skins?

I would like to use a custom skin for my Datepickers and Timepickers. Changing the background in XML doesn't do the trick (it changes the background to the set, not each of its buttons). The API is ...
1
vote
1answer
319 views

How can I capture when time changes in a TimePicker if the keyboard is being used?

I have a widget which is a TimePicker that retrieves the time saved in a field in a database. Thing is that when the user changes the time value in the widget, this is not being saved in the ...
1
vote
2answers
726 views

Silverlight TimePicker CurrentTime

Is there any way to remove the current time that shows when TimePicker have focus in Silverlight ? TimePicker : http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html ...
1
vote
2answers
277 views

Suggestions for jQuery-based Date/Time Selector

I'm in search for a jQuery-based Date/Time Selector. I have found a few that are quite nice, but one of my requirements is that I can provide a json/xml/etc source of available days/times and the ...
1
vote
1answer
451 views

Time Picker Error

i used the time picker that has described on this link Time Picker But i got one parser error while debugging. the error message is: Parser Error Message: Unknown server tag 'cc1:TimeSelector'. How ...
0
votes
0answers
8 views

Android TimePicker AM/PM button not invoking onTimeChanged

I'm having some issues implementing a TimePicker in my application that allows the user to change the time of a database record prior to inserting it. The problem is that when the AM/PM button is ...
0
votes
1answer
11 views

Android - Set Alarm from TimePicker -Closed-

I want to set the time with a timepicker (e.g. 10:30) and than make an alarm that makes sound when it's 10:30 Does anybody know how i can do this? Or do you know a good example/ tutorial? I hope ...
0
votes
0answers
28 views

Android TimePicker (Wheel Style) not responding correctly to flick gestures inside ScrollView

I have a dialog box that contains a Scrollview, which contains a layout with two TimePickers. The timepickers are the newer style ones, what's in ICS. The problem is that they seem to fight for ...
0
votes
2answers
34 views

How can I implement this jQuery time picker?

I have a text box for the user to insert the time into. It's ID is tarTime, so I am guessing that I have to start it $("input#tarTime"). I need it to be able to have just the minute and second ...
0
votes
0answers
28 views

How can I add new button in date picker widget in android?

I want to add new button,which is clear button, to date picker widget and time picker widget in my android application. In default, these widgets have two button,set and cancel. How can I add one more ...
0
votes
1answer
36 views

How to identify the TimePickerDialog called inside the OnTimeSetListener method?

I have two different TimePickerDialogs that share the same callback method, and I'm trying to figure out how to differentiate between them. Currently the only way they differ is in their title, ...
0
votes
3answers
60 views

How to set the Value of EditText as like 1:00 PM or 8:00 AM?

I am using this code to get the time from the Time Picker. . . @Override protected Dialog onCreateDialog(int id) { switch (id) { case TIME_DIALOG_ID: return new ...
0
votes
0answers
44 views

It does not display the jquery timepicker

I want to know why this code below is not displaying a button next to my "questiondurationpickerRow" textbox to be able to open up the trent richardson's timepicker. (I changed the code timepicker to ...
0
votes
2answers
87 views

remove 'Now' button from jsfile of timepicker jquery plugin

Dows anyone know how to remove the "Now" button from the jquery timepicker add on file? I removed the var currentText = 'Now' but this removes the text but the button is still there which states ...
0
votes
1answer
77 views

what does this error mean on my timepicker?

Does any body know what these errors coming from my error console mean while I am using trent richardson's timepicker? What do I need to do? $.timepicker is undefined this line in the jsfile: ...
0
votes
1answer
44 views

I want a button to be displayed as an image and open up the timepicker

I want to include a button with my timepicker so that if the user clicks on the button, the timepicker is displayed. This works but I want the button to be displayed as an image rather than a button ...
0
votes
1answer
39 views

timepicker jquery plugin questions

This question is for people who have used trent richardson's jquery timepicker jquery before. I have 2 questions: question 1: How can I remove the "Now" button as I do not need this button question ...
0
votes
1answer
32 views

I want to display two types of jquery timepickers

I want to diffrentciate 2 timepickers. Before, both timepickers were displayed in one textbox. Now both timepickers are displayed with the right textbox. But there is one problem, I want one text box ...

1 2 3