Re: Connecting a button to MyView zeros integers

2015-02-15 Thread N!K
It was left checked. Please see my reply to Dave Duncan. Nick On Feb 13, 2015, at 9:16 AM, Kyle Sluder wrote: > On Fri, Feb 13, 2015, at 10:42 AM, David Duncan wrote: >> Since you elided your header file, this begs a question – is this iOS or >> OS X? >> >> If I’m not mistaken, subclasses of N

Re: Connecting a button to MyView zeros integers

2015-02-15 Thread N!K
On Feb 13, 2015, at 6:49 AM, Uli Kusterer wrote: > On 12 Feb 2015, at 06:36, N!K wrote: >> Control-clicking the button in .xib does show the outlet panel but it does >> not list an IBAction, so it cannot connect to the IBAction entered into the >> MyView.h and .m files. Also, control-dragging

Re: Connecting a button to MyView zeros integers

2015-02-15 Thread N!K
On Feb 13, 2015, at 8:42 AM, David Duncan wrote: > Since you elided your header file, this begs a question – is this iOS or OS X? This is OSX. I was following Apple’s example, which control-drags from a button to the .m file. The .h file isn’t used. I supplied the shortest possible file to a

Re: Connecting a button to MyView zeros integers

2015-02-15 Thread N!K
On Feb 11, 2015, at 9:56 PM, Roland King wrote: > >> On 12 Feb 2015, at 13:36, N!K wrote: >> >> Control-clicking the button in .xib does show the outlet panel but it does >> not list an IBAction, so it cannot connect to the IBAction entered into the >> MyView.h and .m files. Also, control-d

Re: Document icon assets

2015-02-15 Thread Graham Cox
> On 16 Feb 2015, at 9:42 am, Quincey Morris > wrote: > > For 3 or 4 years now, I’ve almost always been getting that question mark > regardless of how the icon is defined. :) > > When I said “works anyway”, I meant I looked at an app where I’ve used the > asset catalog item reference, and pe

Re: Document icon assets

2015-02-15 Thread Quincey Morris
On Feb 15, 2015, at 14:29 , Graham Cox wrote: > > I did try that - but it doesn't show the icon, just a generic question mark. For 3 or 4 years now, I’ve almost always been getting that question mark regardless of how the icon is defined. :) When I said “works anyway”, I meant I looked at an a

Re: Document icon assets

2015-02-15 Thread Graham Cox
> On 16 Feb 2015, at 9:15 am, Quincey Morris > wrote: > > On Feb 15, 2015, at 13:25 , Graham Cox wrote: >> >> I've migrated my app icon to use an asset catalogue as per current >> recommendations, but doing the same with my document icon, I can't seem to >> link it to my document type entri

Re: Document icon assets

2015-02-15 Thread Quincey Morris
On Feb 15, 2015, at 13:25 , Graham Cox wrote: > > I've migrated my app icon to use an asset catalogue as per current > recommendations, but doing the same with my document icon, I can't seem to > link it to my document type entries (Xcode 6.1.1). Did you try just pasting the name of the doc ic

Document icon assets

2015-02-15 Thread Graham Cox
Is it possible to use an asset catalogue for my document icons (OSX)? I've migrated my app icon to use an asset catalogue as per current recommendations, but doing the same with my document icon, I can't seem to link it to my document type entries (Xcode 6.1.1). Since Preview seems to have lost

Re: Idea for Improving Vibrancy

2015-02-15 Thread Graham Cox
> On 16 Feb 2015, at 1:13 am, Charles Jenkins wrote: > > I have an idea for improving vibrancy Me too. Kill it. --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

Re: Idea for Improving Vibrancy

2015-02-15 Thread Quincey Morris
I think the real technical limitation is performance. An extra window means more memory usage (for backing stores), more CPU and/or GPU processing (for compositing backing stores), and more power consumption (shorter battery life). You also have to be a bit careful about going your own way on th

Idea for Improving Vibrancy

2015-02-15 Thread Charles Jenkins
I have an idea for improving vibrancy, but right now it’s just a thought experiment. I don’t know how to accomplish it, so I wonder if you guys could provide any advice. I just posted this suggestion to Apple’s OS X feedback site: "Please consider adding NSVisualEffectBlendingModeDesktop and ma