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: Editing multiple selections with bindings

2013-01-02 Thread Keary Suska
On Jan 2, 2013, at 9:59 AM, Patrick Cusack wrote: > Sorry, I might not be clear. I have a table view that is bound to an > NSArraryController. I want users to be able to edit single and multiple > selections from a detail view that has NSTextfields and ComboBoxes. There are > occasions where us

scroll bars and visible rect

2013-01-02 Thread koko
Are scroll bars inside the visible rect or additive to the visible rect? I ask because we use the visible rect to set the size of a bitmap to display and we are getting some strange behavior from some users and thought they may have scroll bars set to display when scrolling. -koko _

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

what is the iOS 6 change in gesture recognizers the docs are hinting at?

2013-01-02 Thread Matt Neuburg
Okay, I figured this out. They *are* hinting at gestureRecognizerShouldBegin: here. The reason why I was confused is that a UIButton's default implementation of gestureRecognizerShouldBegin:, which is undocumented (of course), is to return NO if the gesture recognizer is a single tap gesture rec

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: Editing multiple selections with bindings

2013-01-02 Thread Patrick Cusack
Sorry, I might not be clear. I have a table view that is bound to an NSArraryController. I want users to be able to edit single and multiple selections from a detail view that has NSTextfields and ComboBoxes. There are occasions where users forget that they have selected multiple items and proce

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

Duplicating display UITable scrolling, etc. in two apps

2013-01-02 Thread Eric E. Dolecki
I have been asked to provide the following functionality between two iOS applications: App A: UITableView displayed, an interact with it normally. App B: Display a UITableView with the same information in it, and match the scrolling, selection, etc. in App A. I have the two apps rigged up using G

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: Editing multiple selections with bindings

2013-01-02 Thread Keary Suska
On Jan 2, 2013, at 12:05 AM, livinginlosange...@mac.com wrote: > I have an application where a user can select multiple rows of data from an > NSArrayController and edit those rows from a detail view. Now, there are > cases where users have inadvertently changed the values for multiple rows of

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