good point!
On Tue, Dec 16, 2008 at 8:49 PM, Jeff Laing wrote:
>> > How many times will the user display the about panel in an average
> session
>> > of working with your app?
>> >
>> > Most likely, the answer is once.
>
> At the risk of being provocative, I'd say the answer is closer to zero.
>
> > How many times will the user display the about panel in an average
session
> > of working with your app?
> >
> > Most likely, the answer is once.
At the risk of being provocative, I'd say the answer is closer to zero.
As such, it's a premature optimisation to worry about it, and we all
know A
Hey bill, yeah I came to that same comclusiong. It's probably not
worth leaving that in memory. Thanks -A
On Sun, Dec 14, 2008 at 9:43 AM, Bill Bumgarner wrote:
> On Dec 13, 2008, at 11:56 PM, aaron smith wrote:
>>
>> Ah, yeah that was it. And I had the "release when closed" box checked
>> in IB,
On Dec 13, 2008, at 11:56 PM, aaron smith wrote:
Ah, yeah that was it. And I had the "release when closed" box checked
in IB, which was causing it to crash. Unchecked that and we're all
good.
Sort of.
How many times will the user display the about panel in an average
session of working with
Ah, yeah that was it. And I had the "release when closed" box checked
in IB, which was causing it to crash. Unchecked that and we're all
good.
Thanks Rob, sorry for the newb question.
On Sat, Dec 13, 2008 at 11:53 PM, Rob Rix wrote:
> It sounds like you're looking for [aboutPanel makeKeyAndOrder
It sounds like you’re looking for [aboutPanel makeKeyAndOrderFront:
self];.
Rob
On 14-Dec-08, at 2:38 AM, aaron smith wrote:
hey all, really quick question. I'm messing around with loading nib's
from the main bundle.
It's pretty basic.
-I've got a custom nib called "About" that shows when
hey all, really quick question. I'm messing around with loading nib's
from the main bundle.
It's pretty basic.
-I've got a custom nib called "About" that shows when you select the
"About XXX" from the main menu.
-I have an AppController file (extends NSObject), that has an action
-(IBAction)showA