Re: NSWindow child window and key status

2015-06-16 Thread Ben
Thank you for the suggestion, unfortunately it does not fix the problem. I will probably end up using a tech support incident for this one. - Ben > On 15 Jun 2015, at 23:50, Quincey Morris > wrote: > > On Jun 15, 2015, at 13:38 , Ben > wrote: >> >> I'

Re: NSWindow child window and key status

2015-06-15 Thread Quincey Morris
On Jun 15, 2015, at 13:38 , Ben wrote: > > I'm trying to replicate a portion of UI in a manner similar to the formula > editor of Numbers. For those not familiar, its a widget that floats above the > spreadsheet grid featuring a text view and a button or two. > > Currently I am using the addCh

NSWindow child window and key status

2015-06-15 Thread Ben
Hi list, I'm trying to replicate a portion of UI in a manner similar to the formula editor of Numbers. For those not familiar, its a widget that floats above the spreadsheet grid featuring a text view and a button or two. Currently I am using the addChildWindow:ordered: method on NSWindow to ad