Re: DICOM images in Cocoa

2008-08-13 Thread Apple Cocoa List
Also check out: http://www.escape.gr/ Todd On Aug 13, 2008, at 1:12 AM, Devraj Mukherjee wrote: Hi all, My application requires to display DICOM image files. Preview doesn't support DICOM by nature so the thought at the moment is to use something like ImageMagick and convert these images to

Re: How to make a UI like in Mail?

2008-03-12 Thread Apple Cocoa List
Check out DBInterfaceDemo from: http://www.mere-mortal-software.com/blog/sourcecode.php Todd On Mar 12, 2008, at 5:54 PM, Thomas Wickl wrote: Hello, I´m new to Cocoa and I really need a hint in UI Design. How can I create this Panel like it is shown in a lot of Application like Mail? ht

Re: Cocoa support for serial port access?

2008-04-21 Thread Apple Cocoa List
Check out AMSerialPort from http://www.harmless.de/cocoa.php I have used it for several projects and highly recommend it. Todd On Apr 21, 2008, at 5:00 PM, Rick Mann wrote: Does Cocoa provide any high-level serial port access API? Or do I just use IOKit? -- Rick

NSFormatter not getting called

2009-02-16 Thread Apple Cocoa List
I can't get this very simple NSFormatter to get called on an NSTextField. Here is the formatter: @implementation FileNameFormatter - (BOOL)isPartialStringValid:(NSString *)partialString newEditingString:(NSString **)newString errorDescription:(NSString **)error { NSLog(@"Formatter

Can someone send me the MoreAuthSample?

2008-02-28 Thread Apple Cocoa List
I am looking for a copy of the MoreAuthSample. Yes, I know it has been replaced with BetterAuthorizationSample. I don't want to start a flame war on how to perform a task as root. I just want the old sample and it looks like it's been pulled down from Apple's site. If you have it, send it t