GSM 7 bit NSString?

2009-04-21 Thread Robert Kukuchka
Hello, Does anyone know of any open source code that adds NSString categories for the GSM 7bit encoding? Cheers, Rob ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

Re: Log4Cocoa

2009-01-24 Thread Robert Kukuchka
simple, lightweight, and you can learn enough to cover 80% of your needs in a just a few hours. It's also configureable enough to most likely handle that remaining 20% of things you want to do with it. Rob On Jan 21, 2009, at 2:20 PM, Robert Kukuchka wrote: Apparently this Log4Cocoa

Log4Cocoa

2009-01-21 Thread Robert Kukuchka
Hello, I'm looking into logging frameworks and see references to this project. Does anyone know if this project is still running? I was hoping to find some examples of how to get things setup. Anyone here use it within a commercial application? Our Mac team is small, so if I don't have

Re: Log4Cocoa

2009-01-21 Thread Robert Kukuchka
I was hoping to find something with built in log level support and non- recompile options to turn logging modules on / off On 21-Jan-09, at 1:15 PM, Kyle Sluder wrote: On Wed, Jan 21, 2009 at 2:58 PM, Robert Kukuchka rkukuc...@gmail.com wrote: I'm looking into logging frameworks

Re: Log4Cocoa

2009-01-21 Thread Robert Kukuchka
, Robert Kukuchka rkukuc...@gmail.com wrote: I'm looking into logging frameworks and see references to this project. Does anyone know if this project is still running? I was hoping to find some examples of how to get things setup. Anyone here use it within a commercial application? Our Mac

Re: Log4Cocoa

2009-01-21 Thread Robert Kukuchka
... On 21-Jan-09, at 1:48 PM, jonat...@mugginsoft.com wrote: On 21 Jan 2009, at 21:40, Robert Kukuchka wrote: I was hoping to find something with built in log level support and non-recompile options to turn logging modules on / off On .NET you can accomplish this with the Enterprise Library Logging

NSTableView selection Delegate Methods being called twice?

2008-09-10 Thread Robert Kukuchka
Hello, I'm trying to handle some selection switching of an NSTableView, but I'm getting double the calls I expect. Why is this, or have I done something wrong? Cheers, Rob BT #1 #1 0x92a2400f in -[NSTableView _sendDelegateSelectionIndexesForProposedSelection:] () #2 0x927fe124 in

Re: objects aren't added to NSMutableArray

2008-06-17 Thread Robert Kukuchka
You're not calling [[numbers alloc] init]; at the point when you try to addObject you're sending a message to nil, which is acceptable under Objective-C On 17-Jun-08, at 5:02 PM, Daniel Richman wrote: I've got an object which has an NSMutableArray as an instance variable. If, in one of my

Foundation Tool works™ from XCode, but even tually fails from CL

2008-05-30 Thread Robert Kukuchka
Hello all, I've written a very basic foundation tool who's sole purpose is to save incoming serial data from a cu.foo socket into a log file that I create. Real simple stuff here. Oddly, when I run the executable in Release mode from within XCode (Apple + R) I get no problems, and it

Adding Categories to NSMutableData

2008-05-29 Thread Robert Kukuchka
Hello, I'm trying to add a simple category to NSMutableData, but when I try to call my method I'm getting *** -[NSConcreteData remainderDataWithParseByte:]: unrecognized selector sent to instance 0x816400. I've added categories to NSString and NSArray before, which have similar abstract

Re: Adding Categories to NSMutableData

2008-05-29 Thread Robert Kukuchka
Yep, indeed the case. PBKAC. Thanks everyone, sorry for the fodder question. ~Rob On 29-May-08, at 11:24 AM, Kenny Leung wrote: Hi Rob. Looks like you've added the category to NSMutableData, but you're talking to an NSData. -Kenny On May 29, 2008, at 10:59 AM, Robert Kukuchka wrote

Re: Weird build error

2008-04-17 Thread Robert Kukuchka
you forgot the break; On 17-Apr-08, at 3:47 PM, Don Arnel wrote: I've been working on a project for a few weeks now and suddenly today I get this error while building (see below). I was getting this same error in one of my real classes so after commenting out almost every bit of code and