Re: Beep

2009-08-26 Thread Sumanth Peddamatham
NSBeep(). http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Miscellaneous/AppKit_Functions/Reference/reference.html#/ /apple_ref/c/func/NSBeep Best, Sumanth P. On Aug 26, 2009, at 12:47 PM, DKJ wrote: Once upon a time, there was a computer language called BASIC. It w

Re: Core Data, NSArraycontrollers and secondary to-many relationships.

2009-07-21 Thread Sumanth Peddamatham
lable if anyone's having a similar problem. Best, Sumanth Peddamatham On Jul 21, 2009, at 3:09 AM, Steve Steinitz wrote: Hi Sumanth, On 20/7/09, Sumanth Peddamatham wrote: I've spent a few days playing with NSArrayControllers, fiddling with Content Array, Content Set, Co

Core Data, NSArraycontrollers and secondary to-many relationships.

2009-07-20 Thread Sumanth Peddamatham
Hey folks, I'm working on a little project: http://recon-mac.googlecode.com , a frontend for Nmap. My Core Data model looks like this: http://recon-mac.googlecode.com/files/recon_datamodel.png I'd like to use a NSTableview to display a list of unique ports in a selected session. As you c