Re: Requires High Performance Graphic Card - Why?

2016-12-15 Thread Alastair Houghton
On 16 Dec 2016, at 04:11, Gerriet M. Denkmann wrote: > > macOS 12.2; MacBook Pro (Retina, Mid 2012). > > Activity Monitor → Energy tells me that my app requires a "High Performance > Graphic Card”. > > The problem: it has absolutely no reason to do so. > The app does some WiFi stuff and displa

Requires High Performance Graphic Card - Why?

2016-12-15 Thread Gerriet M. Denkmann
macOS 12.2; MacBook Pro (Retina, Mid 2012). Activity Monitor → Energy tells me that my app requires a "High Performance Graphic Card”. The problem: it has absolutely no reason to do so. The app does some WiFi stuff and displays the result in a window. There is almost no graphics (except from so

Re: Representing an object graph

2016-12-15 Thread Chris Hanson
On Dec 15, 2016, at 7:24 PM, Daryle Walker wrote: > > On Dec 6, 2016, at 10:18 PM, Chris Hanson mailto:c...@me.com>> > wrote: >> >> On Dec 5, 2016, at 4:18 PM, Daryle Walker > > wrote: >> >>> I've heard that Core Data is a object graph and persistence library. What >>>

Re: Representing an object graph

2016-12-15 Thread Daryle Walker
> On Dec 6, 2016, at 10:18 PM, Chris Hanson wrote: > > On Dec 5, 2016, at 4:18 PM, Daryle Walker > wrote: > >> I've heard that Core Data is a object graph and persistence library. What if >> you want just the first part? The graph seems like a neat way to save on >>

Re: Representing an object graph

2016-12-15 Thread Daryle Walker
> On Dec 5, 2016, at 8:17 PM, Jens Alfke wrote: > > >> On Dec 5, 2016, at 4:18 PM, Daryle Walker wrote: >> >> I've heard that Core Data is a object graph and persistence library. What if >> you want just the first part? > > You can use the XML-based store instead of SQLite, and just not b

Re: Large "Data" support

2016-12-15 Thread Daryle Walker
> On Dec 6, 2016, at 12:31 PM, Jens Alfke wrote: > > >> On Dec 6, 2016, at 12:32 AM, Alastair Houghton > > wrote: >> >> 1. If you mmap() data, you don’t actually have to read all of it; it’s read >> from disk on demand. > > I was assuming Daryle wanted to

Re: Control default color inconsistencies

2016-12-15 Thread Andreas Falkenhahn
On 14.12.2016 at 18:47 Gary L. Wade wrote: > Set the background color of self.view to something other than black > and your button and label will be more visible. Thanks, that was indeed the problem. UIButton and UILabel both seem to use a clear background color as the default, which resulted in