Re: selecting specific field in a textual NSDatePicker
Re: selecting specific field in a textual NSDatePicker
- Subject: Re: selecting specific field in a textual NSDatePicker
- From: Andreas Mayer <email@hidden>
- Date: Tue, 5 Dec 2006 07:33:42 +0100
Am 05.12.2006 um 02:49 Uhr schrieb Ken Victor:
i don't see anyway to select a field in the date picker!
NSDatePickerCell has some undocumented methods:
- (void)_selectFirstSubfield;
- (void)_selectLastSubfield;
- (void)_selectNextSubfield;
- (void)_selectPreviousSubfield;
The usual warnings about using undocumented methods apply.
Andreas
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden