Re: Bug in tableColumnWithIdentifier: ?
Re: Bug in tableColumnWithIdentifier: ?
- Subject: Re: Bug in tableColumnWithIdentifier: ?
- From: Ondra Cada <email@hidden>
- Date: Sun, 13 Oct 2002 17:35:21 +0200
On Sunday, October 13, 2002, at 05:02 , Yann Bizeul wrote:
NSLog(@"%@",[ sender tableColumnWithIdentifier:@"service"]);
// returns 2002-10-13 16:57:59.825 TSM[22380] (null)
NSLog(@"%@",[[[ sender tableColumns ] objectAtIndex: 1 ] identifier
]);
// returns 2002-10-13 16:57:59.825 TSM[22380] service
No spaces or other invisibles? Try NSLog(@"\"%@\"",...).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.