Re: [BUG SUBMITTED] Text Field Cells in Table View: Enabled and Editable not working

2013-01-04 Thread Jens Alfke
On Jan 4, 2013, at 11:52 AM, Jerry Krinock wrote: > Instead of getting a focus ring around the clicked cell, you get a 1-pixel > gray rectangle. > Instead of the text being highlighted normally, you get a gray highlight. > When you type characters, a sysbeep. This isn’t a bug, if I understand

Re: [BUG SUBMITTED] Text Field Cells in Table View: Enabled and Editable not working

2013-01-04 Thread Jerry Krinock
I've submitted this with a sample project. Bug ID# 12958605. Text Cell in NSTable Can't be Edited if Window has no Title Summary: In an NSTextFieldCell, in an NSTableView, in an NSWindow that has to title bar (as many developers configure for use as sheets), the user cannot edit the text. De

Re: [SOLVED] Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Jerry Krinock
On 2013 Jan 02, at 13:46, Kyle Sluder wrote: > What happens if you copy the nib from the bogus app into your test project? Thanks, Kyle. That's what we call "brute force" :)) Not very economical, but always works! On 2013 Jan 02, at 17:26, Keary Suska wrote: > I remember there being an od

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Keary Suska
On Jan 2, 2013, at 8:49 AM, Jerry Krinock wrote: > > On 2013 Jan 02, at 06:36, Keary Suska wrote: > >> How about the "Conditionally sets editable" checkbox? Best if >> unchecked--maybe also "Conditionally sets enabled"... > > Seems like a good idea, Keary, so I rebuilt with all four possible

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Kyle Sluder
On Wed, Jan 2, 2013, at 10:24 AM, Jerry Krinock wrote: > > On 2013 Jan 02, at 08:22, Kyle Sluder wrote: > > > What were you expecting to accomplish by sending -lockFocus to the field > > editor? … > > Poke something and hope that clue pops out. > > > Wild-ass guess: your view is layer-backed

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Jerry Krinock
On 2013 Jan 02, at 13:27, "jonat...@mugginsoft.com" wrote: > Is the text field cell behaviour drop down set to editable in the NIB > inspector? Thank you, Jonathan. Yes, in the text field cells' Attributes, Behavior = Editable. It's still not working.

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread jonat...@mugginsoft.com
On 2 Jan 2013, at 04:56, Jerry Krinock wrote: > This should be easy but I've been stumped for two hours. > > > In the xib, > > Table columns' Editable checkboxes are switched on. > Text field cells' Enabled checkboxes are switched on. > Is the text field cell behaviour drop down set to edita

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Jerry Krinock
On 2013 Jan 02, at 08:22, Kyle Sluder wrote: > What were you expecting to accomplish by sending -lockFocus to the field > editor? … Poke something and hope that clue pops out. > Wild-ass guess: your view is layer-backed but its enclosing scroll view is > not. Thank you, Kyle. Another good

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Kyle Sluder
On Jan 2, 2013, at 7:49 AM, Jerry Krinock wrote: > > I've also done some digging into the field editor with the debugger. The > field editor is initially nil, as expected, and is created the first time > that I click a text cell, as expected. It is an NSTextView, framed in the > cell I'm at

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Jerry Krinock
On 2013 Jan 02, at 06:36, Keary Suska wrote: > How about the "Conditionally sets editable" checkbox? Best if > unchecked--maybe also "Conditionally sets enabled"... Seems like a good idea, Keary, so I rebuilt with all four possible combinations of "Conditionally sets editable|enabled". Resul

Re: Text Field Cells in Table View: Enabled and Editable not working

2013-01-02 Thread Keary Suska
On Jan 1, 2013, at 9:56 PM, Jerry Krinock wrote: > Table columns' Editable checkboxes are switched on. > Text field cells' Enabled checkboxes are switched on. How about the "Conditionally sets editable" checkbox? Best if unchecked--maybe also "Conditionally sets enabled"... HTH, Keary Suska Es

Text Field Cells in Table View: Enabled and Editable not working

2013-01-01 Thread Jerry Krinock
This should be easy but I've been stumped for two hours. Mac OS X. I've put a table view into a sheet, bound the columns to an array controller, and bound the array controller's content array to an array property in the window controller. Table has three columns: Array element class