Re: predicates and sort descriptors for NSFetchRequest - documentation is a bit vague

2011-12-14 Thread David Reed
On Dec 14, 2011, at 2:05 PM, Keary Suska wrote: > On Dec 14, 2011, at 11:07 AM, Dave Reed wrote: > >> Here's my sorting scenario with a few more details. >> >> Entity A (the one I'm fetching) has a to-one relation to Entity B with >> attribute b. Let's call the relation "tob" so my sort descri

Re: @selector signature with two colons instead of actual message name

2011-05-03 Thread David Reed
On May 3, 2011, at 9:52 PM, Stephen J. Butler wrote: > On Tue, May 3, 2011 at 8:49 PM, wrote: >> - (void)noEmailAlertDidEnd:(NSAlert*) returnCode:(NSInteger)retCode >> contextInfo:(void*)ctxInfo { > > See it now? > > - (void)noEmailAlertDidEnd:(NSAlert*) returnCode > :(NSInteger)retCode >

Re: printing a different representation than what is on the screen

2011-01-20 Thread David Reed
On Jan 20, 2011, at 10:03 AM, Sherm Pendley wrote: > On Thu, Jan 20, 2011 at 9:24 AM, Dave Reed wrote: >> I'm working on a document-based application that has a couple tabs. Most of >> the tabs contain NSTableViews, NSTextFields, etc. >> >> I want to provide a way for the user to print the dat

Re: UIDatePicker displays incorrect day in UIDatePickerDateAndTime mode for zones 12+ hours ahead of defaultZone

2011-01-14 Thread David Reed
Thanks. I should have indicated I did add an additional comment to my bug a month or two later when it wasn't fixed. The only response from Apple in my bug report is the original duplication comment. Dave On Jan 14, 2011, at 5:13 PM, Laurent Daudelin wrote: > From what I was told by Apple dev

Re: Updating progress of UIProgressView. And Getting Better Saving Performance

2010-12-07 Thread David Reed
On Dec 7, 2010, at 3:16 AM, Gustavo Pizano wrote: > Hello Guys.. > > I see, I have been using GCD and blocks but on somme OSX app I did before, > not on iPhone, I tough tit wasn't there... :P. Blocks/GCD are in iOS 4.0 and higher. Assuming you have a paid developer account, you may want to

Re: how to deploy the sqlite file in my Cocoa application installation

2010-07-17 Thread David Reed
On Jul 17, 2010, at 12:32 AM, Wayne Shao wrote: > Thanks! That is very helpful. I have added a data file in my project as you > suggested. > > I come from the linux world, where this sort of things are done in > installation script or package post-install script. > I have never released an App