Wednesday, April 21 2004 @ 09:34 PM UTC
Contributed by: cocoa
Views: 2,731
If the user presses only modifiers key (shift, alt, command, …) the keyDown/keyUp methods of the first responder are not called. What to do if I need to be notified of these events ?
Wednesday, March 10 2004 @ 06:02 PM UTC
Contributed by: cocoa
Views: 3,789
Is there a beginner example how to use NSConditionLock in a producer/consummer situation with multiple buffers and showing how to handle speed differences between both thread ?
Wednesday, March 03 2004 @ 10:31 PM UTC
Contributed by: carter17
Views: 3,187
I'm writing a Cocoa application in java that uses the JDBC to hook up to a postgresql database. I want to display results from database queries in an NSTableView, however I can't seem to find any NSTableView Java examples. Can somebody give me some tips!? Thanks in advance.
Wednesday, February 25 2004 @ 10:34 PM UTC
Contributed by: cocoa
Views: 4,202
To draw text in a NSView view of my own, the view has to return YES from its isFlipped method. But if I really need to draw text in a non-flipped view, how ?
(If you don't see what we refer to, open the Sketch example in your Developer folder and comment out the isFlipped method of the SKGraphicView...).
Tuesday, January 27 2004 @ 11:28 AM UTC
Contributed by: cocoa
Views: 3,616
I need something light, if possible free (freeware, LGPL, BSD, ... licensing), fast and with trouble-free installation from my users point of view… any idea ?
Tuesday, January 13 2004 @ 09:15 PM UTC
Contributed by: cocoa
Views: 2,322
When using - (void)getLineDash:(float *)pattern count:(int *)count phase:(float *)phase how do I know the size of the pattern buffer to pass since I don't know yet the value of count ?