Re: Need a direction. App crash in CoreData while loading a window's nib

2018-11-07 Thread Motti Shneor
Hi Dave and thanks for the reply. As you can see in the stack - there isn’t actually any “code” per-se that runs at that time. Here is the actual method that fails: // Show the measurement browser panel, in which user can review existing measurements for the selected sample. -(IBAction)showMeas

Re: NSString drawAtPoint in Mojave

2018-11-07 Thread Tom Doan
> On Nov 7, 2018, at 11:40 AM, Tom Doan wrote: > > > >> Does the "Layer-Backed Views" section of the AppKit Release Notes > >> for 10.14 explain what you're seeing? > >> >> s_m > >> ojave_10_14_release_notes/appkit_release_note

Re: NSString drawAtPoint in Mojave

2018-11-07 Thread Ken Thomases
On Nov 7, 2018, at 11:40 AM, Tom Doan wrote: > >> Does the "Layer-Backed Views" section of the AppKit Release Notes for >> 10.14 explain what you're seeing? >> > ojave_10_14_release_notes/appkit_release_notes_for_macos_10_14#

Re: NSString drawAtPoint in Mojave

2018-11-07 Thread Tom Doan
> > > > I just started testing a port of my application to Mojave. I'm > > having a rather odd problem with NSString drawAtPoint > > withAttributes. I use that to add text to graph windows. All the > > lines and fills look fine, but the text, done with drawAtPoint, > > doesn't show on the screen.