Crisp text on NSTextView with setDrawsBackground:NO

2014-01-20 Thread Leonardo
Since I have set my NSTextView as [textView setDrawsBackground:NO]; I get a crisp text, less antialiased, even if the NSTextView is placed over a white NSView. How to fix that? I have already unsuccessfully tried in my NSTextView - (void)drawRect:(NSRect)rect { [[NSGraphicsContext

Re: Crisp text on NSTextView with setDrawsBackground:NO

2014-01-20 Thread Kyle Sluder
On Mon, Jan 20, 2014, at 03:10 AM, Leonardo wrote: Since I have set my NSTextView as [textView setDrawsBackground:NO]; I get a crisp text, less antialiased, even if the NSTextView is placed over a white NSView. How to fix that? See the section CoreAnimation updates for NSView (i.e.:

Re: Crisp text on NSTextView with setDrawsBackground:NO

2014-01-20 Thread Kyle Sluder
On Mon, Jan 20, 2014, at 08:52 AM, Kyle Sluder wrote: See the section CoreAnimation updates for NSView (i.e.: CALayer backed NSView) of the 10.8 AppKit Release Notes: CoreAnimation updates for NSView (i.e.: CALayer backed NSView) Er, sorry. That link is:

Re: Core Data : Opt Out of SQLite WAL is nullified after File Duplicate ?

2014-01-20 Thread Sean McBride
On Sat, 18 Jan 2014 14:34:46 -0800, Jerry Krinock said: In a post today in the Developer Forums [1], developer Romain Piveteau mentioned in discussing another topic that, in a Core Data app, he “can not disable journaling mode” (by which I presume he means that setting the journaling mode to the

Table view jumping on push

2014-01-20 Thread Rick Mann
I have a UINavigationController in a UIPopover. Some cells in the root UITableViewController push a new UITableViewController. At the end of the push animation, the contents of the new controller jump upward, then spring down (as if you had flicked the contents up past the top scroll limit).