I have developed an application with a table view and text edit cell. When I
press escape from a table view cell, I want the cell to lose focus and end
editing. Instead I get a list of words in the cell. See picture at
http://www.myrvold.org/cocoa/images/editcell_escape.png
How can I avoid the
I'm trying to implement a feature where I sort a cross-section of music from
multiple genres with up to two different keys, where the items with a genre
matching the first key appear first in the collection and items with a genre
matching the second key appear after the first group in the collec
On Feb 7, 2011, at 8:56 AM, Michael Crawford wrote:
> I'm trying to implement a feature where I sort a cross-section of music from
> multiple genres with up to two different keys, where the items with a genre
> matching the first key appear first in the collection and items with a genre
> match
Hello,
I have two types of NSDocument. One of them only ever needs to be
active one at a time (No duplicates). How do I check to see if the window is
open first and make it key, and if it is not open already, open it once?
Thanks,
Bruce
_
On Feb 7, 2011, at 9:49 AM, Ivan C Myrvold wrote:
> I have developed an application with a table view and text edit cell. When I
> press escape from a table view cell, I want the cell to lose focus and end
> editing. Instead I get a list of words in the cell. See picture at
> http://www.myrvol
On Feb 6, 2011, at 9:18 PM, Jerry Krinock wrote:
> On 2011 Feb 06, at 07:44, Charles Srstka wrote:
>
>> Object Allocations, with “Record Reference Counts” checked, will let you
>> choose an object and show exactly where and when it was allocated,
>> deallocated, retained, released, and even aut
Gerry,
File a radar. Include the file or a sample project or whatever you can to help
us duplicate. If this is a Cocoa bug, then you should be able to duplicate with
a small sample app pretty quickly.
-raleigh
On Jan 18, 2011, at 5:42 PM, Gerry Beggs wrote:
> Just to follow-up (and clarify) m
Sorry to be so late to the party.
What Ken suggested will work. But generally, watermarks, header, and footers
are drawn via your own -drawPageBorderWithSize: method.
http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/Printing/Tasks/PaginatingViews.html%23//apple_ref/doc/uid/
On Feb 7, 2011, at 07:37, Bruce Cresanta wrote:
> I have two types of NSDocument. One of them only ever needs to be
> active one at a time (No duplicates). How do I check to see if the window
> is open first and make it key, and if it is not open already, open it once?
What do you mea
Hi All,
What if the handler retain itself, and then will perform some
NSURLConnection tasks, that will async download some data, and receive some
messages as a delegate by implementing
connection:didReceiveResponse
connection:didReceiveData
connection:didFailWithError
connection:didFinishLoading
Ii have two subclasses of NSDocument. One of the subclasses only ever needs
one instance window. How do I query NSWindowController for the open window,
and if that fails, create it. Sorry for the confusion.
Bruce
On Feb 7, 2011, at 10:54 AM, Quincey Morris wrote:
> On Feb 7, 2011, at 07:3
I have a dialog with a drawer, and when the dialog closes, my console
log contains these error messages:
: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 583
: kCGErrorIllegalArgument: CGSGetWindowTags: Invalid window 0x247
I set a breakpoint at CGErrorBreakpoint, and when this breakpoint i
On Mon, Feb 7, 2011 at 2:54 PM, Bruce Cresanta wrote:
> Ii have two subclasses of NSDocument. One of the subclasses only ever needs
> one instance window. How do I query NSWindowController for the open window,
> and if that fails, create it. Sorry for the confusion.
Override -makeWindowCo
On Feb 7, 2011, at 11:54, Bruce Cresanta wrote:
> Ii have two subclasses of NSDocument. One of the subclasses only ever needs
> one instance window. How do I query NSWindowController for the open window,
> and if that fails, create it. Sorry for the confusion.
Well, sorry but I'm still co
On Mon, Feb 7, 2011 at 8:05 AM, Dave Reed wrote:
> See this:
>
> http://www.cocoabuilder.com/archive/cocoa/176709-esc-to-cancel-editing-in-tableview.html
>
> Subclassing NSTableView and overriding cancelOperation appears to work. I
> don't know if there's a better way though.
I'm not a fan of th
On Feb 7, 2011, at 12:10 PM, James Walker wrote:
> I have a dialog with a drawer, and when the dialog closes, my console log
> contains these error messages:
>
> : kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 583
> : kCGErrorIllegalArgument: CGSGetWindowTags: Invalid window 0x247
>
> I set
Hi,
I have a Core Data app that displays data in a tableView with each column
bound to a field in a core data entity.
One field is called "active", and is of type BOOL
I box the BOOL for insertion into the Core Data store using [NSNumber
numberWithBool];
In the TableView I would like to bind th
Thanks Raleigh.
I discovered a work-around. But there does appear to be a bug.
This was difficult for me to test because I wasn't able to reproduce it (from a
new document) on my machine. But I received a document created by a user on
their machine which I was able to use to reproduce the proble
On 2011 Feb 07, at 16:46, Darren Wheatley wrote:
> When I try to bind the enabled property I get the following error:
>
> "cannot create BOOL from object of class __NSArray0"
>
> Does anyone have any idea how I can achieve the desired result?
Yes, most people get that the first time they try
19 matches
Mail list logo