NSSearchField and Dates

2015-08-20 Thread Jaime Magiera
Hello folks, This question is a bit simplistic, but I’m not having luck finding an explanation. This is my first time using NSSearchFields. I’m in the process of binding them to an NSArrayController of data from a previous developer. So far, so good for the most part. However, one of the

Trigger nextkeyview based on NSTextField input length

2013-05-17 Thread Jaime Magiera
in license key windows. Should I put it [[inputField window ] selectNextKeyView:self] in the formatter subclass? Do it in the window controller? thanks for any thoughts, Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___ Cocoa

Re: Trigger nextkeyview based on NSTextField input length

2013-05-17 Thread Jaime Magiera
wise. Thanks Kyle. Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev

Command line tool using NSImage?

2010-08-21 Thread Jaime Magiera
is running on Leopard. Are there any ways to run NSImage methods in a command line app run remotely? Did I perhaps miss a step? thanks for any info, Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___ Cocoa-dev mailing list

Re: Command line tool using NSImage?

2010-08-21 Thread Jaime Magiera
functionality. Has anyone heard of Apple coming up with a solution to this conundrum? Or is it Bug Report time? There has to be some way to do it securely. thanks again Ken, Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net

How tell tell if an NSNumber was initialized from a float or int?

2010-06-26 Thread Jaime Magiera
. thanks for any help, Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Re: How tell tell if an NSNumber was initialized from a float or int?

2010-06-26 Thread Jaime Magiera
) { NSLog(@It's a int); } else if((strcmp([aNumber objCType], @encode(float))) == 0) { NSLog(@It's a float); } Jaime Magiera Sensory Research, Inc. http://www.sensoryresearch.net

NSFileHandle or a better way?

2009-01-30 Thread Jaime Magiera
only a few hundred kb into the file. xxx ^ x The time hit comes from copying the trim data to the NSData. Is there a better way to do this with NSFileHandle? Is there a better way to do this than NSFileHandle? thanks for any thoughts, Jaime Magiera Sensory Research http

Re: NSFileHandle or a better way?

2009-01-30 Thread Jaime Magiera
for the advice, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: NSOperationQueue

2008-09-13 Thread Jaime Magiera
On Sep 13, 2008, at 8:07 AM, John Love wrote: // I also call this method from another Controller - (void) stopCalculation { [self stopQueue]; } For clarification: It crashes after you call stopCalculation? Does it crash if you let the entire calculation complete? Jaime Magiera

Re: 9/11 was an INSIDE JOB!

2008-09-11 Thread Jaime Magiera
On Sep 11, 2008, at 10:55 AM, Jamie Daniel wrote: This kind of Relax man. Seriously. Every once in a while something slips through the cracks. Surely one silly email isn't enough to ruin your day. Jaime Magiera Sensory Research http://www.sensoryresearch.net

Re: Sending a GET or POST HTTP request with Cocoa

2008-08-31 Thread Jaime Magiera
/Foundation/Classes/NSMutableURLRequest_Class/Reference/Reference.html - (void)setHTTPMethod:(NSString *)method hope that helps, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Sending a GET or POST HTTP request with Cocoa

2008-08-31 Thread Jaime Magiera
it's URL, set it's its Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Re: How to check the capital letter?

2008-08-11 Thread Jaime Magiera
, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: Decoding digital POCSAG / analog 5-tone (=selective call) sounds

2008-07-26 Thread Jaime Magiera
that helps, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Stopping actions mid stream

2008-07-06 Thread Jaime Magiera
be done with bindings. anyway, good luck finding the answer to your question. Jaime Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: Creating a NSView with Interface Builder

2008-02-25 Thread Jaime Magiera
are creating an app that has multiple plugins, you can simply remove the previous subview from the master view each time a different plugin is selected in the app. hope that helps, Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa