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
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
>
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
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
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
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