Re: Trouble with setWidthTracksTextView YES

2014-06-26 Thread Graham Cox
On 25 Jun 2014, at 8:25 pm, Leonardo wrote: > How to avoid this loop? Any idea? > Have you tried -setVerticallyResizable:NO and -setHorizontallyResizable:NO on the text view? If the container tracks the view, these should be NO, if the container doesn't track the view, these should be YES.

Re: Problems with NSComboBox delegate

2014-06-26 Thread Scott Ribe
The notification's "object". On Jun 26, 2014, at 12:44 PM, William Squires wrote: > Okay, now that my email works again... :) > I can understand how to code my NSComboBox data source methods (my > NSWindowController subclass is set as both the data source and the delegate), > and the outlets

Re: Problems with NSComboBox delegate

2014-06-26 Thread Quincey Morris
On Jun 26, 2014, at 11:44 , William Squires wrote: > the delegate method (of interest): > > -(void)comboBoxSelectionDidChange:(NSNotification *)notification > > doesn't pass the reference to the NSComboBox whose selection changed, It does. It’s usual for these sorts of delegate methods that th

Problems with NSComboBox delegate

2014-06-26 Thread William Squires
Okay, now that my email works again... :) I can understand how to code my NSComboBox data source methods (my NSWindowController subclass is set as both the data source and the delegate), and the outlets set up as such in IB. The data source methods to implement: -(NSInteger)numberOfItemsInComb

Customising the IKImageBrowserView bezel mode disclosure button

2014-06-26 Thread Phil Barrett
So I'm using an IKImageBrowserView with IKGroupBezelStyle, and it's working well. My problem is that I want to move and/or customise the appearance of the small rectangular black button which opens and closes the group. It's drawn over the top of the first image - I want to move it so it doesn't o

Re: CoreData Save As-problem

2014-06-26 Thread Felix Franz
On 25.06.2014, at 23:53, Jerry Krinock wrote: > > > Damned ACLs, Felix. > > I’m starting a checklist of all the relevant file metadata that should be > checked whenever a user’s system starts giving unexplained crap to one of my > apps. > > • POSIX permissions > • ACLs > • Flags (as in chf

Re: NSTableView view based full width view

2014-06-26 Thread Jonathan Mitchell
On 26 Jun 2014, at 13:16, Jonathan Mitchell wrote: > > On 25 Jun 2014, at 16:41, Ken Thomases wrote: >> >> Couldn't you return a custom row view using -tableView:rowViewForRow: and >> then return no cell views for that row by returning nil from >> -tableView:viewForTableColumn:row:? >> > C

Re: NSTableView view based full width view

2014-06-26 Thread Jonathan Mitchell
On 25 Jun 2014, at 16:41, Ken Thomases wrote: > > Couldn't you return a custom row view using -tableView:rowViewForRow: and > then return no cell views for that row by returning nil from > -tableView:viewForTableColumn:row:? > Customising the group row behaviour does seem like the answer here

Re: registerNib:forHeaderFooterViewReuseIdentifier: assert

2014-06-26 Thread Rick Mann
On Jun 25, 2014, at 23:42 , Marc Palmer wrote: > If I recall, static cells only work with either: > > - prototypes defined in the storyboard itself - lay out your custom views in > the cell prototype right there in your table. This was recently improved in > Xcode 5 builds which previously di