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 more than are useful, performant, or optimal...

b.bum

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/bcausse%40lepoint.fr

This email sent to bcau...@lepoint.fr



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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
TEL;type=HOME;type=pref:0148997352
item1.ADR;type=HOME;type=pref:;;33\, quai de halage;Créteil;;94000;France
item1.X-ABADR:fr
X-ABUID:B525FD38-719B-4EC3-88E5-B7DEE9A5F246\:ABPerson
END:VCARD


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 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:)

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/bcausse%40lepoint.fr

This email sent to bcau...@lepoint.fr




___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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.

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com