Re: UTI and/or bundle-IDs with small letters

2017-03-02 Thread Thaddeus Cooper
The Apple documentation is pretty good about describing how to determine if two UTIs are equal. See the documentation here:

Re: NSSegmentedControl & NSSegmentStyleSeparated & autolayout

2015-08-26 Thread Thaddeus Cooper
I just checked the documentation and did not see NSSegmentStyleSeparated in the list of NSSegmentStyle enums. Here is the list: enum { NSSegmentStyleAutomatic = 0, NSSegmentStyleRounded = 1, NSSegmentStyleTexturedRounded = 2, NSSegmentStyleRoundRect = 3, NS

Re: Unit Testing Frameworks

2008-12-07 Thread Thaddeus Cooper
ne has any thoughts I'd be really appreciative. Thanks very much. Thaddeus O. Cooper ([EMAIL PROTECTED]) On Dec 7, 2008, at 4:48 PM, Rob Keniger wrote: On 08/12/2008, at 8:25 AM, Thaddeus Cooper wrote: The framework builds correctly -- no warnings or errors, but the test cases do no

Fwd: Unit Testing Frameworks

2008-12-07 Thread Thaddeus Cooper
arded message: From: Thaddeus Cooper <[EMAIL PROTECTED]> Date: December 7, 2008 2:25:37 PM PST To: Cocoa-Dev Mail Subject: Unit Testing Frameworks Hello all. I am having a problem with setting up unit testing for frameworks. I've read the documentation that is provided in the App

Unit Testing Frameworks

2008-12-07 Thread Thaddeus Cooper
Hello all. I am having a problem with setting up unit testing for frameworks. I've read the documentation that is provided in the Apple doc set and found Chris Hanson's updates to that documentati

Re: NSInputStream Not Reading All Data [SOLVED]

2008-10-23 Thread Thaddeus Cooper
Thanks to all who responded. It turns out the issue was the bytesRead count not being properly updated. The data was actually there... Thaddeus O. Cooper ([EMAIL PROTECTED]) ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

NSInputStream Not Reading All Data

2008-10-23 Thread Thaddeus Cooper
Hi All. I have an NSInputStream that I've set up on the run loop to read data from a socket. It's mostly working except that when I am sending it a large amount of data (say 30k), the last chunk of data never shows up. I have tried reading 1 byte, 10 bytes and 1024 bytes in the handleStre

VCards & Address Book -- Preferred Telephone Number

2008-10-14 Thread Thaddeus Cooper
When one generates a vcard from an Address Book entry how does Address Book decide what the "preferred" telephone number is. Thanks very much. Thaddeus O. Cooper ([EMAIL PROTECTED]) ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please d

Re: Cannot Remove Observer Error [The Quest Continues]

2008-04-17 Thread Thaddeus Cooper
17, 2008, at 11:31 AM, mmalc crawford wrote: On Apr 17, 2008, at 10:45 AM, Thaddeus Cooper wrote: As far as I know these are correct. But I'm sure someone will tell me if they aren't ;-) Just for reassurance, they look OK to me. I can't remember if you're targeting 10.5+

Re: Cannot Remove Observer Error

2008-04-17 Thread Thaddeus Cooper
rving any Wine's "wineType.name" before but you're now doing something different with Cocoa Bindings that is causing it to be observed. -- Mark On Apr 14, 2008, at 6:12 PM, Thaddeus Cooper wrote: Starting earlier today, I started getting the

Cannot Remove Observer Error

2008-04-14 Thread Thaddeus Cooper
Starting earlier today, I started getting the following error in my software. 2008-04-14 17:59:41.535 WineCellar[4928:10b] Cannot remove an observer for the key path "wineType.name" from , most likely because the value for the key "wineType" has changed without an appropriate KVO notific

Re: IKImageBrowserView Title & Subtitle Woes

2008-04-13 Thread Thaddeus Cooper
Red:1 green:0 blue:0 alpha:1] forKey:NSForegroundColorAttributeName]; [_imageBrowser setValue: newAttributres forKey:IKImageBrowserCellsTitleAttributesKey]; [newAttributres release]; -- Thomas. On Apr 13, 2008, at 10:01 PM, Thaddeus Cooper wrote: Hello all. I am trying to set the color of the title and subti

IKImageBrowserView Title & Subtitle Woes

2008-04-13 Thread Thaddeus Cooper
Hello all. I am trying to set the color of the title and subtitle in an IKImageBrowserView. From what I see in the documentation I need to set up a dictionary with key-value pairs that describe the attributes of what I want to set it to. I have the snippet of code that I'm trying to use b

Missing Rule For xcdatamodel In Core Data App

2008-03-10 Thread Thaddeus Cooper
Hi All -- I've been through the archives looking for an answer to this problem but have been unable to garner an answer, so I am posting here in the hopes of getting this issue resolved. I created a new core data project today. I created an entity with three attributes and then build an i