[futurebasic] Re: [FB] SetAccessoryView (was Sandboxing)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2012 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Sun, 8 Jan 2012 12:06:35 -0500
On Jan 8, 2012, at 11:40 AM, Bernie wrote:

> 
> rc wrote:
> 
>> Here my version for NSOpenPanel
>> might could use other finessing
> 
> 
> Suggestions:
> [1] Change GetFileModal function name to include the word "Copy"
> [2] Release myController, label, popBtn and customView
> [3] Change [pool release] to [pool drain]
> 
> bw 



1. It's not getting Copies in this case. That which I just posted was a file open function? NSOpenPanel?  (not Save, the save saves as copy, in that case)
2. Ok... (they not autoreleased?)
3. Ok

Thanks for the suggestions. I'm quite the newbie...not sure what the autorelease pool handles or not.

rc