Strange indexOfTabViewItemWithIdentifier behavior
Strange indexOfTabViewItemWithIdentifier behavior
- Subject: Strange indexOfTabViewItemWithIdentifier behavior
- From: Yorh <email@hidden>
- Date: Mon, 3 Apr 2006 22:15:08 +0200
Hi to all,
I got a very strange behavior using indexOfTabViewItemWithIdentifier
method.
I have a normal NStabView programmatically created , I add some
nstabviewitem using this method:
-(void)startPrivateWith:(NSString*)privUsername{
NSTabViewItem * newTab = [[NSTabViewItem alloc]init];
[newTab setIdentifier:privUsername];
}
When I check a nstabviewitem index the int variable retuned me is
wrong, infact I got a number like 2147483647 ....
This is very strange....
Anyone can help me?
Thank you all
Yorh
_______________________________________________
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