picker

JQuery "Any Row" Picker

Hi All, I'm looking for a generic "Row Picker" for JQuery. We've all seen the cool "Picker" tools like date pickers, color pickers, time pickers, etc, where you click in a text box and a little calendar or color palate or clock or something comes up. You select something (like a date) and the text box is then populated with a value. ...

Can someone recommend a colour picker component for Delphi?

I'm looking for a (preferably free) component for Delphi for users to easily select about 100 different colours. I've currently got one as part of DevExpress's editors, but it only has about 20 proper colours to choose, with a bunch of other 'Windows' colours like clHighlight, clBtnFace, etc. It's for regular users, so would like to av...

In ASP.NET 2.0, Can I have a button to browse client folder and pick a path (not file)?

I already used a hidden file upload control to browse file and grab the file path, without really uploading it. My question is, is there a way in ASP.NET, create a folder browse button, when it is clicked, just to browse client file system, and user can click the path and choose that path not file? ...

Memory leak issue with UIImagePickerController

I'm getting memory leak with UIImagePickerController class. Here's how I'm using it: UIImagePickerController *picker = [[UIImagePickerController alloc] init]; picker.delegate = self; picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; [self presentModalViewController:picker animated:YES]; [picker release]; To remo...

date+time picker for jsf

Is there any ready-to-use component for JSF that allows to chose the Date + the Time of an event? All components I know only allow for date. adding time manually is tedious. ...

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 gracefully degrade to a select box though, that would be great. Flash & Silverlight are not...

Why does a Picker need a Datasource?

As I understand, Pickers have an Delegate class. Why's there an additional Datasource needed? ...

jQuery - farbtastic PlugIn callback function

Hey! I'm just setting up a web page with a color picker. I choosed farbtastic. My problem is, that the callback function doesn't work. Here is the code I used: $('#colorPicker1').farbtastic('#background-color', function callback() { /*commands*/ }); The callback function is not called, when the user choosed a color. Does someone ha...

Invoke a date picker instead of a standard keyboard

Hi all, I need to invoke a UIDatePicker when i tap on a textfield. usually when we tap on a textfield the keyboard pop ups. but i need a date picker instead of that. can anyone help me please...! Thank you in advance. ...

ASP.NET DateTime Picker

Hi guys, is there any good free/open source time picker control that goes well with ASP.NET Calendar control ? thanks in advance ...

jQuery Image picker

Hi all, I'm looking for a imagepicker in jQuery. It should work similar to Gmail's way of attaching images to contacts: There is an clickable, empty image When clicked, a popup shows up with all the images and a searchbox When a image is clicked, the popup disapears and the clickable image changes Mootools or Prototype or even plai...

Need example of WPF Gradiant Picker

I'm looking for a WPF Gradient Picker example and source code. The goal is to allow the user of a WPF application to pick the gradient brush to use for a background or foreground. I've seen pickers in Blend (too confusing for a casual user) and Photo Shop. I'm looking for a WPF implementation of something along the line of the Photo S...

modal view not showing inside didfinishpickingimage

Hi, 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 call it from didfinishpickingimage callback nothing happens. Thanks. ...

DomainProjectPicker class is obsolete in VSTS 2010?

What is the alternative for DomainProjectPicker if I want to select a server plus its projects? I am aware of a new class called TeamProjectPicker, but that doesn't help me. Anyone know how to select the server from this type of dialog? Thanks,TS. ...

Deselect previous date in jquery date picker

I want to validate start date and end date.For this purpose in jquery datepicker, i want to deselect or disable the previous date from the selected start date.Any body knows please help me ...

Disable specific dates in jquery

I am using the jquery date picker found here: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.html that allows the user to pick a start and end date. However I want to be able to disable specific dates. I tried to implement the code found here: stackoverflow.com/questions/501943/can-the-jquery-ui-datepicke...

Default Picker Value iphone

Is there a way to set a default value for a picker? I save the last selected row from all the pickers and I want to be able to have the pickers load those saved rows at start up. As of now I have found this code: [settingsPagePicker selectRow:3 inComponent:0 animated:YES]; It works but only when the user taps the picker. I need it ...

How to remember and load selected date in UIDatePicker?

I have a UIDatePicker that well, allows you to select a date (not time). I then save this NSDate and use display it in a label on a different view. However, when I load back the view with the UIDatePicker, if the user has already selected a date, I want it to show that selected date (using NSDefaultPrefs). How do I do this? I know how t...

Dynamics AX Color Picker

Trying to add a color picker to a field in Dynamics AX 2009. Found an article providing some very simple steps for creating the color picker as a lookup, but I can't get it to work. When creating the extended data type, the FormHelp lookup doesn't include the function SysChooseColor, but it will accept the value if manually entered. A...

Custom Tally Counter

Hi... I'm developing on a tally counter app. It should have a custom picker view like display showing the current count. Something like the one found in the simple, but nice, app from Pixel Research Labs. I've started to read a book on Core Animations, since I think this is the place to find what I'm looking for. Am I right? Does anybo...