NSDatePicker / bindings / validation
NSDatePicker / bindings / validation
- Subject: NSDatePicker / bindings / validation
- From: Mathieu Martin <email@hidden>
- Date: Fri, 28 Oct 2005 15:42:12 -0400
Hello all,
I'm working with some NSDatePicker and I want it to send a value only
when the user use the tab key, the return key or when the datepicker
looses focus. It would be fine if I was not using cocoa bindings and
do everything in the delegate method.
I try to setup my nsdate picker not to be continious like this
[myDatePicker setContinuous:NO];
but it doesn't do anything. I must miss something so if someone got
an idea that would be very nice to help me. I don't want to subclass
the datepicker or go into some classdump magic.
mat.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden