Re: Thanks for the TableView hint.
Re: Thanks for the TableView hint.
- Subject: Re: Thanks for the TableView hint.
- From: Allan Odgaard <email@hidden>
- Date: Wed, 3 Mar 2004 15:49:13 +0100
On 3. Mar 2004, at 15:25, Jerry LeVan wrote:
NSString *characters = [[NSApp currentEvent] characters];
unichar ch = [characters characterAtIndex:0];
Some events may not generate characters! so check string length before
accessing the character at index zero.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.