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
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 Kuku
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
merr
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 m
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 -[NS
Hi,
I spent a few days debugging why an application wasn't sending
NSWorkspaceDidTerminateApplicationNotification to the sharedWorkspace.
Turns out it was because LSUIPresentationMode was set to "1". Is this
expected behavior? If not I'll file a radar on it.
~Rob
__
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 st
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 to
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
wrote:
I'm looking into logging frameworks and see referenc
58 PM, Robert Kukuchka
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 team is
t...
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 Libra
API I would definitely say use it. It's 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,
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.
Contact
13 matches
Mail list logo