• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Strange indexOfTabViewItemWithIdentifier behavior
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Strange indexOfTabViewItemWithIdentifier behavior
      • From: j o a r <email@hidden>
  • Prev by Date: "Quartz composer-like" interface
  • Next by Date: Re: Strange indexOfTabViewItemWithIdentifier behavior
  • Previous by thread: "Quartz composer-like" interface
  • Next by thread: Re: Strange indexOfTabViewItemWithIdentifier behavior
  • Index(es):
    • Date
    • Thread