1,612 questions
1
vote
3
answers
2k
views
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 ...
10
votes
1
answer
3k
views
jQuery Image picker [closed]
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 ...
1
vote
2
answers
2k
views
Invoke a date picker instead of a standard keyboard
I need to invoke a UIDatePicker when i tap on a textfield. Usually when we tap on a textfield the keyboard pops up. But I need a date picker instead of that. Can anyone help me please...!
Thank you ...
23
votes
5
answers
29k
views
How do you shrink a UIPickerView on the iPhone?
I would like to reduce the height of a UIPickerView in my iPhone app, so that it shows only one row and one column. The height of the picker view should be equal to the height of a row.
I'm using ...
1
vote
3
answers
10k
views
farbtastic PlugIn callback function
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-...
1
vote
4
answers
854
views
Why does a Picker need a Datasource?
As I understand, Pickers have an Delegate class. Why's there an additional Datasource needed?
8
votes
3
answers
17k
views
iPhone-like (slot machine) 'picker' select box for the web? [closed]
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 ...
6
votes
1
answer
16k
views
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.
1
vote
5
answers
6k
views
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;
...
0
votes
3
answers
2k
views
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 ...
6
votes
4
answers
7k
views
Can someone recommend a colour picker component for Delphi? [closed]
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 ...
2
votes
4
answers
3k
views
JQuery "Any Row" Picker
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 ...