Re: NSThread

2011-03-08 Thread Bruno Causse
the performance is not a problem, all my threads are waiting for a answer to a request. my program is a kind of working's Distributor. Le 8 mars 11 à 08:20, Bill Bumgarner a écrit : On Mar 7, 2011, at 12:27 PM, Bruno Causse wrote: hi all, how many NSThread i can create? Quite a few

NSThread

2011-03-07 Thread Bruno Causse
hi all, how many NSThread i can create? what happens when the limit is exceeded? seems [[NSThread alloc] initWithTarget] never returns nil :( thx a lot -- Bruno Causse BEGIN:VCARD VERSION:3.0 N:Causse;Bruno;;; FN:Bruno Causse EMAIL;type=INTERNET;type=HOME;type=pref:bruno.cau...@free.fr

Re: NSBrowser

2010-11-18 Thread Bruno Causse
yes i found, thank a lot Le 17 nov. 10 à 18:27, Dave DeLong a écrit : NSBrowser is a subclass of NSControl, which happens to have a target and action mechanism. Have you tried hooking up your browser's target and action? Dave On Nov 17, 2010, at 8:52 AM, Bruno Causse wrote: i can

NSBrowser

2010-11-17 Thread Bruno Causse
hi, i can navigate in a tree through the NSbrowser (mouse or keyboard), I would like to view the properties of representedObject during my browsing. but I don't find delegate's method (passif delegate). ( kind: selectedDidChange:) is it possible? who have a track? a link? thank

NSBrowser and column's titles

2010-11-16 Thread Bruno Causse
hi, When I instantiate my browser from XIB file, and when i play with hierarchy, the column 's titles do not appear. Only after the resize the window (container), that the conportment of titles is correct. have you a solution to fix this? thank.