Tagged Questions

1
vote
1answer
14 views

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 wor …
0
votes
1answer
22 views

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 vi …
0
votes
1answer
62 views

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. …
0
votes
4answers
90 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. …
0
votes
2answers
87 views

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. …
0
votes
1answer
38 views

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 …
0
votes
0answers
12 views

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 …
0
votes
2answers
192 views

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' …
0
votes
0answers
36 views

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 controlle …
-1
votes
0answers
149 views

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 …
1
vote
3answers
147 views

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 hel …
1
vote
3answers
242 views

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
0
votes
4answers
990 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 = …
0
votes
2answers
984 views

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 …
1
vote
4answers
216 views

Why does a Picker need a Datasource?

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

1 2 next
15 30 50 per page