Article:
 |
|
Networking in Cocoa
|
| Subject: |
|
NSTableView double click action not responding. |
| Date: |
|
2003-11-04 22:31:07 |
| From: |
|
anonymous2
|
|
|
[discoveredServicesList setTarget:self];
[discoveredServicesList setDoubleAction:@selector(openNewChatWindowAsChatInitiator:)];
Does anyone know why the above code does not cause openNewChatWindowAsChatInitiator: to execute when a row in the NSTableView *discoveredServicesList to execute?
Also, when the service is started/stopped, the NSTableView does not refresh, updating the values in its list. Any clues?
|
Showing messages 1 through 1 of 1.
-
NSTableView double click action not responding.
2003-11-20 02:31:48
anonymous2
[Reply | View]