Re: Getting immutable UIImage data pointer without copy?

2017-11-15 Thread Bill Dudney
> On Nov 14, 2017, at 8:37 PM, Rick Mann wrote: > >> I’m not super into graphics, but my gut feeling is that, if you care about >> optimization details like whether pixmaps are being copied, you should >> really be using a lower-level graphics API than UIImage, which is mostly a >> cheap-and-

Re: [ANN] Nursery Framework 1.0.1 (build with Xcode 9) released

2017-10-25 Thread Bill Dudney
Takata, Thanks for making something. Good luck with your treatment, and welcome back to the land of development! TTFN, -bd > On Oct 25, 2017, at 7:29 AM, Akifumi Takata wrote: > > Dear Alex Zavatone, > > I prefer to be called as Takata. > > I create the repository on GitHub. > https://gith

Re: __nw_connection_get_connected_socket_block_invoke 15 Connection has no connected handler

2017-05-08 Thread Bill Monk
I’ve seen that a lot too (also doing a ton of network calls). My understanding (can’t recall from where) is it’s some sort of internal logging and can safely be ignored. At any rate, it can be suppressed. Set this environment variable in the Scheme editor for you debug target: OS_ACTIVITY_MODE

Quartz Event Taps and Touch Bar

2017-04-21 Thread Bill Cheeseman
whether the 13-inch MacBook Pro's Touch Bar is shorter. NSSize touchDeviceSize = [thisTouch deviceSize]; NSLog(@"device size: %@", NSStringFromSize(touchDeviceSize)); // Type NSTouchType touchType = [thisTouch type]; // 0 is direct (Touch Bar), 1 is

Quartz Event Taps and Touch Bar

2017-04-21 Thread Bill Cheeseman
Here's the first half of the AppDelegate.m file referred to in my previous message. The second half, the -logEvent: method, will follow in my next message. // // AppDelegate.m // Touch Bar Monitor // // Created by Bill Cheeseman on 2017-04-15. // Copyright © 2017 PFiddlesoft. All r

Quartz Event Taps and Touch Bar

2017-04-21 Thread Bill Cheeseman
first and second halves of the AppDelegate.m file in two separate messages to follow immediately. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator com

Programming for the MacBook Pro Touch Bar

2017-04-14 Thread Bill Cheeseman
y third-party commentary or sample code dealing with it. Can anybody help? -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Conta

Re: -[NSWindow makeFirstResponder:] error when NSDrawer is involved

2017-03-25 Thread Bill Cheeseman
> On Mar 24, 2017, at 3:53 PM, Quincey Morris > wrote: > > On Mar 24, 2017, at 11:04 , Bill Cheeseman <mailto:wjcheese...@comcast.net>> wrote: >> >> Any suggestions? > > No good ones, but you keep referring to the “main” window. Is it possible > t

-[NSWindow makeFirstResponder:] error when NSDrawer is involved

2017-03-24 Thread Bill Cheeseman
get to the bottom of this. Has anybody else encountered this issue? Any suggestions? -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the lis

Re: Problem with NSWindowCollectionBehaviorCanJoinAllSpaces

2017-02-15 Thread Bill Cheeseman
> On Feb 15, 2017, at 7:18 AM, Bill Cheeseman wrote: > > After I switch to a different space, rows in one column of the browser view > do not become visible when I scroll the column vertically. I figured out that the problem is a conceptual misfit between Mission Control and t

Problem with NSWindowCollectionBehaviorCanJoinAllSpaces

2017-02-15 Thread Bill Cheeseman
happens in the second column of the browser view. If the third and fourth rows also have rows scrolled out of view, they scroll normally in the second space. Is this a known issue? Is there a workaround? -- Bill Cheeseman - wjcheese...@comcast.net

Re: Overriding the release mehod

2017-01-26 Thread Bill Cheeseman
don’t want to just give you >> a cookie cutter answer. One of the main signs of an intelligent person in >> my mind :-) >> >> Thanks, >> Jon -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing li

Re: Overriding the release mehod

2017-01-25 Thread Bill Cheeseman
cessary to include [super release] at the end of the override. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: Overriding the release mehod

2017-01-25 Thread Bill Cheeseman
ty API observer that watches for the destruction of an accessibility API user interface element. This is a context where circular retain counts must be dealt with. Bill > On Jan 25, 2017, at 10:55 AM, Mike Abdullah <mailto:mabdul...@karelia.com>> wrote: > > You’re inev

Re: HandOff Problems

2016-10-13 Thread Bill Cheeseman
performance level differs randomly in critical respects between machines, causing everybody's experience to differ based on their own individual hardware. That doesn't bode well for a software fix. -- Bill Cheeseman - wjcheese...@comcast.net

Re: NSSplitViewController contents are shifted at first

2016-05-22 Thread Bill Cheeseman
the current state of NSSplitView would be welcome here. I am using NSplitViewController in a Mac application with a storyboard, and I think it's working well. I had tried it with a nib-based version of my application first, without success despite a lot of time put into it. -- Bi

Re: XCode snapshot function?

2016-05-10 Thread Bill Cheeseman
der, then drag the Zip file off to external storage. Then I just keep working on the project because the project folder itself is not disturbed when the Zip file is created. I've been doing this for years, and I have successfully uncompressed old Zip files and rebuilt the old version

Re: Clarification on the AXFocusedWindowChanged notification

2016-05-07 Thread Bill Cheeseman
> On May 7, 2016, at 6:48 AM, David Burgun wrote: > > To clarify it seems to send AXFocusedWindowChanged for the newly focused > element *only*, not to the old one too. Correct. That's what I said. -- Bill Cheeseman - wjchee

What is the AXSections accessibility attribute in OS X?

2016-04-30 Thread Bill Cheeseman
tent item for a TextEdit window refers to an AXTextArea UI element, and the AXSearch item for a Finder or Xcode window refers to an AXTextField with a subrole of AXSearchField. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list

Re: How to Truncate lines in NSScrollView/NSClipView/NSTextView Combo

2016-04-26 Thread Bill Cheeseman
tring and friends. I had thought that there > was a higher level interface to it as it seems like a common thing to want to > do. > > Basically my ScrollView is just a scrolling line log similar to XCode’s NSLog > window. -- Bill Cheeseman - wjcheese...@comcast.net <m

Re: How to Truncate lines in NSScrollView/NSClipView/NSTextView Combo

2016-04-25 Thread Bill Cheeseman
rogramming Topics, and the Attributed String Programming Guide. The "Paragraph Attributes" section of the Text Attribute Programming Topics is especially pertinent to your question, including its cross reference to the much more detailed Ruler and Paragraph Style Programming Topics.

Re: How to Truncate lines in NSScrollView/NSClipView/NSTextView Combo

2016-04-24 Thread Bill Cheeseman
describing text fields in my first paragraph, about nib files and storyboards. My second paragraph was about text views, which you have to do programmatically as far as I know. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing

Re: How to Truncate lines in NSScrollView/NSClipView/NSTextView Combo

2016-04-24 Thread Bill Cheeseman
ttings are in NSCell. You can control trucation behavior in an NSTextView by using NSTextStorage, which is a subclass of NSMutableAttributedString. The truncation methods are in NSParagraphStyle). -- Bill Cheeseman - wjcheese...@comcast.net ___ C

Re: Pinning a Window to a Window

2016-04-23 Thread Bill Cheeseman
#x27;t know for sure) that using drawRect on a stationary full-screen window to move the visible portion will be much faster than moving a small overlay window, because you won't have any of the window movement overhead. I've never gotten around to trying that in UI Browser. -- Bill Chee

Re: Thoughts on autolayout

2016-04-21 Thread Bill Cheeseman
ing similar. (b) Horizontal constraints are easily made complete, because I account for each piece one step at a time from left to right: leading constraint, width constraint, trailing constraint, etc. (c) I don't worry about hugging priorities and the like until all else fails, because

Re: Automatically restore last saved document on application launch

2016-03-12 Thread Bill Cheeseman
ason, if your application implements the -applicationShouldTerminateAfterLastWindowClosed: delegate method and return YES. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin r

Re: Safe cross references between scenes in an OS X storyboard

2016-03-10 Thread Bill Cheeseman
nstance variable in every class that needs access to this controller and struggle to find some way to set its value. Type variables promise to be a very powerful feature of Swift. It will be hard to go back to Objective-C. -- Bill Cheeseman - wjcheese...@comcast.net

Re: Apple Bug no response

2016-03-09 Thread Bill Cheeseman
is a big organization, with lots of different departments, and it's hard to see consistency. The one thing I'm very confident about is that well written bug reports get better attention than poorly written bug reports. -- Bill Cheeseman - wjcheese...@comcast.net

Re: Safe cross references between scenes in an OS X storyboard

2016-03-09 Thread Bill Cheeseman
Like so: static var controller: MainContentViewController? { get { return MainContentViewController.controller } set(newController) { MainContentViewController.controller = newController } } -- Bill

Re: Safe cross references between scenes in an OS X storyboard

2016-03-09 Thread Bill Cheeseman
> On Mar 9, 2016, at 1:00 PM, Quincey Morris > wrote: > > On Mar 9, 2016, at 05:59 , Bill Cheeseman wrote: >> >> But the main thrust of my question was whether this is a safe and sensible >> way to crossreference other storyboard scenes -- at least when >&

Re: Safe cross references between scenes in an OS X storyboard

2016-03-09 Thread Bill Cheeseman
NSApplication has a 'mainwindow' property and NSWindow has a 'contentViewController' property. -- Bill Cheeseman - wjcheese...@comcast.net <mailto:wjcheese...@comcast.net> ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.c

Safe cross references between scenes in an OS X storyboard

2016-03-09 Thread Bill Cheeseman
nContentViewController }() (I tried returning 'controller as! MainContentViewController', but I got this warning: "Treating a forced downcast to 'MainContentViewController' as optional will never produce 'nil'." I have to declare the variable as an Opt

Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Bill Cheeseman
> On Mar 5, 2016, at 1:35 PM, Gary L. Wade wrote: > > On Mar 2, 2016, at 11:20 AM, Bill Cheeseman <mailto:wjcheese...@gmail.com>> wrote: > >> Broadening my horizons is *always* one of my purposes. > > Sounds like your book will be getting a sequel by the end

Re: State Restoration thinks all my windows closes prior to quit

2016-03-05 Thread Bill Cheeseman
;terminate:" selector is performed in next iteration of run loop } return true } -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderat

Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Bill Cheeseman
tp://stackoverflow.com/questions/26689699/initializing-another-window-using-storyboard-for-os-x> Me and Mark Publishing, "Connecting Menu Items to IBActions in a Mac Storyboard" <http://meandmark.com/blog/2015/02/connecting-menu-items-to-ibactions-in-a-mac-storyboard/> Nick

Re: How to implement NSWindowRestoration protocol in Swift

2016-03-03 Thread Bill Cheeseman
ation to the window controller. I’ll > come back to that point later Quincey, that was very helpful and thought-provoking. It will take me a day or so to digest and play with it, but you have opened my eyes to more of the workings of state restoration. Thanks. If I come to any useful con

How to implement NSWindowRestoration protocol in Swift

2016-03-03 Thread Bill Cheeseman
clear to me what will become of the temporary window controller. Or, in other words, how do I find or create a valid window in this method, as the header file comments say I should? I'm having difficulty finding my way. All guidance appreciated. -- Bill Cheeseman - wjcheese...@comcast.

Re: Starting out with storyboards (on Mac)

2016-03-02 Thread Bill Cheeseman
. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe

Re: Location of XCode of Apple Developer Site?

2016-02-04 Thread Bill Cheeseman
Dave, You'll find Xcode 7.2.1 (February 1, 2016) here: <https://developer.apple.com/downloads/>. > On Feb 4, 2016, at 10:03 AM, Dave wrote: > > Could someone please point me to where I can download XCode from the Apple > Developer site? -- Bill Cheeseman -

Re: 32-bit / 64-bit roadmap

2016-01-21 Thread Bill Cheeseman
> On Jan 21, 2016, at 5:04 PM, Jens Alfke wrote: > > Yup, the road map got leaked last month. And 10.14 will be Rancho Cucamonga > and 10.15 is Manteca*. and 10.16 Death Valley. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa

Re: Panes vs. Separate Windows

2016-01-10 Thread Bill Cheeseman
my point of view -- you can compromise with Apple's new paradigm by allowing them to be detached into separate windows when you want to have several of them open at once for interaction. I there any alternative better than popovers for this? -- Bill Cheeseman - wjcheese...@comcast.n

Re: NSSplitViewController : not in Interface Builder library?

2015-09-16 Thread Bill Cheeseman
work in storyboards, so i think maybe it still isn't ready for prime time. (This was in OS X 10.11 El Capitan late-beta.) -- Bill Cheeseman - wjcheese...@comcast.net > On Sep 16, 2015, at 9:58 AM, Jerry Krinock wrote: > > Thank y’all for the replies. The omission is in bot

Re: Accessibility API: get list of allowed apps

2015-09-13 Thread Bill Cheeseman
ty" reveal anchor "Privacy_Accessibility" end tell end tell -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

Re: Impossible leak warning in OS X init method

2015-09-03 Thread Bill Cheeseman
rWithDomain:PFAssistiveErrorDomain code:err userInfo:userInfo]]; } return nil; } -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Impossible leak warning in OS X init method

2015-08-29 Thread Bill Cheeseman
'self' is not referenced later in this execution path and has a retain count of +1" -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comme

Re: Completely baffled by NSTabViewController + Autolayout (OS X bug)

2015-08-25 Thread Bill Cheeseman
re, but then when I added proxy animation and an autosavename to preserve the divider position across relaunches of the app, it went south again. It was worse in Yosemite, but it is still unusable in El Capitan. -- Bill Cheeseman - wjcheese...@comcast.net __

Re: Problem with 'collapsed' property in NSSplitViewItem

2015-08-09 Thread Bill Cheeseman
or clicking the toggle button again. It would be easy to make a double-click on the collapsed divider uncollapse it, too, and I probably will, but as far as I can tell that is not an expected design feature. (The divider is kept visible when collapsed using one of the NSSplitViewDelegate method

Re: How to implement NSSplitViewDelegate methods in an NSSplitViewController subclass

2015-08-08 Thread Bill Cheeseman
I've every written. I'm still struggling with the other part, collapsing and uncollapsing the bottom subview of the splitview both with a toggle button and with double-clicking or dragging the divider. I have that working, too, but there is one last cosmetic glitch I haven't yet reso

Re: How to implement NSSplitViewDelegate methods in an NSSplitViewController subclass

2015-08-08 Thread Bill Cheeseman
erent techniques for the two different scenarios, and that fact is not documented in the release notes, the reference document, or the header comments. In fact, the header comments for NSSplitViewItem (in NSSplitViewController.h) imply the opposite, falsely. -- Bill Cheeseman - wjcheese...@comcast.net

Re: How to implement NSSplitViewDelegate methods in an NSSplitViewController subclass

2015-08-07 Thread Bill Cheeseman
override. But just for the heck of it I implemented several of these delegate methods without calling super, and they worked just fine. Very confusing. -- Bill Cheeseman - wjcheese...@comcast.net > On Aug 7, 2015, at 1:09 PM, Quincey Morris > wrote: > > On Aug 7, 2015, at 05:47

How to implement NSSplitViewDelegate methods in an NSSplitViewController subclass

2015-08-07 Thread Bill Cheeseman
he 'collapsed' property of NSSplitViewItem to true. -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mo

Problem with 'collapsed' property in NSSplitViewItem

2015-08-07 Thread Bill Cheeseman
ctly. Can anybody confirm this is a bug in NSSplitViewItem, or suggest what I might have misunderstood about the proper use of these classes? -- Bill Cheeseman - wjcheese...@comcast.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Re: Regarding these Olivia messages. Can we do something about the list security?

2015-07-30 Thread Bill Cheeseman
People have been asking for this change for at least 15 years, and it has been refused just as many times. As a born skeptic, I doubt there is any point in asking again now. -- Bill Cheeseman - wjcheese...@comcast.net > On Jul 30, 2015, at 8:24 AM, Uli Kusterer > wrote: > > Si

Re: Distinguishing "home" and "commercial" use

2015-07-24 Thread Bill Cheeseman
cial purposes (encouraged to) pay something. I know I > can stipulate that in the licence, but since I’m a small, indie developer > there’s no way I can enforce a licence in any case. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev

Re: Accessibility

2015-07-01 Thread Bill Cheeseman
u can read about it in the AppKit release notes, I believe. Also, search for "accessibility" in Xcode's documentation window. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please d

Re: Scripting Bridge Questions

2015-06-25 Thread Bill Cheeseman
e' attribute," and then run sdp on the edited sdef file? You will presumably have to give more than a little thought to what the missing name attribute should be, but maybe you'll hit paydirt. -- Bill Cheeseman - b...@cheeseman.name ___

Re: Scripting Bridge Questions

2015-06-25 Thread Bill Cheeseman
't needed or that cause problems, and when I do it right the edited header files work with Scripting Bridge. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or modera

Re: Collection Views Breaking

2015-05-20 Thread Bill Monk
That's crashing because after going back, FirstViewController is using SecondViewController as it's collectionView's delegate & dataSource, resulting in messages to a dealloc-ed object. Turn on NSZombies to see this. This appears to happen because when going Back from your SecondViewController'

Re: windowDidLoad not getting called

2015-03-20 Thread Bill Cheeseman
> On Mar 20, 2015, at 5:21 AM, Ken Thomases wrote: > > On Mar 20, 2015, at 3:54 AM, Bill Cheeseman <mailto:wjcheese...@gmail.com>> wrote: > >> My launch sequence goes like this: My Info.plist file designates MainMenu as >> the application's principa

Re: windowDidLoad not getting called

2015-03-20 Thread Bill Cheeseman
reater control. I should have mentioned in my original post that the Visible at Launch setting would not be sufficient if you use the -initWithWindow: designated initializer, as the OP is doing, because, as Quincey pointed out, that initializer expects you to load the nib file or create the window yo

Re: windowDidLoad not getting called

2015-03-19 Thread Bill Cheeseman
g was broken. Its real meaning was eventually explained in an Interface Builder or Xcode tooltip on the setting, maybe 6 or 7 years ago. (In trying to read the tooltip now, in Xcode 6.2, I see that there is no tooltip for this setting, although there is a toolt

Re: windowDidLoad not getting called

2015-03-19 Thread Bill Cheeseman
27;s nib file, at least if you don't have to attach a sheet to it or do other things with it before it is shown. It really means "visible when the nib file loads." -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (

Re: NSRunningApplication executableURL issue in Swift

2015-03-11 Thread Bill Cheeseman
> On Mar 11, 2015, at 4:13 AM, Bill Cheeseman wrote: > > Thanks guys, that was very enlightening and helpful. I found a cleaner solution, which depends on telling the runtime that it is to use the NSRunningApplication version of the executableURL property. Then it only requires

NSRunningApplication executableURL issue in Swift

2015-03-10 Thread Bill Cheeseman
e document doesn't say and I can't find any discussion. 3. Are there any flat-file (non-bundled) applications out there any longer? I think I've noticed some in the System folder. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev

Re: NSOpenPanel() crash in Swift 1.1 -- SOLVED?

2015-02-23 Thread Bill Cheeseman
ng since I used C++ that I had forgotten some programming environments rely on exceptions for flow control. I used to keep my Xcode debugger set to "All Objective-C Exceptions" all the time. I don't know how it got changed to "All Exceptions." A word to the wise.

Re: NSOpenPanel() crash in Swift 1.1 -- SOLVED?

2015-02-23 Thread Bill Cheeseman
> On Feb 23, 2015, at 3:43 PM, Kyle Sluder wrote: > > On Mon, Feb 23, 2015, at 02:00 PM, Bill Cheeseman wrote: >> >> But I appear to have solved the problem, based on something I found by >> doing a broader Google search. At some point I had added a breakpoint

Re: NSOpenPanel() crash in Swift 1.1 -- SOLVED?

2015-02-23 Thread Bill Cheeseman
> On Feb 20, 2015, at 7:45 AM, Bill Cheeseman wrote: > > I'm writing a single-window utility application in Xcode 6.1.1 on OS X > 10.10.2 using Swift 1.1. This code statement crashes: > > let panel = NSOpenPanel() > > For the first several days after I ad

NSOpenPanel() crash in Swift 1.1

2015-02-20 Thread Bill Cheeseman
#x27;t imagine that such an important Cocoa object would be left inoperable for very long. -- Bill Cheeseman - b...@cheeseman.name <mailto:b...@cheeseman.name> -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-de

Re: NSWindowControllers and NSWindow

2015-02-16 Thread Bill Cheeseman
e where I got the idea in the first place, although 15 years of writing Objective-C code has convinced me that just about every project should be comparmentalized as much as it reasonably can be. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-de

Re: NSWindowControllers and NSWindow

2015-02-16 Thread Bill Cheeseman
practice of creating separate MainMenu.xib and MainWindow.xib files. The only difference is that your menu and window will be in the same .xib file and controlled by the same window controller. You won't need a separate AppDelegate class because the window controller is designated

Re: NSWindowControllers and NSWindow

2015-02-16 Thread Bill Cheeseman
in the window. To connect an action, drag FROM the UI element TO File's Owner. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Co

Re: licence key validation method

2015-01-12 Thread Bill Cheeseman
ss when my application is launched and my class's calls into the eSellerate API do the rest. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the l

Re: Blurry is the New Sharp

2015-01-05 Thread Bill Cheeseman
w, with vibrancy, there is no longer any temptation to try to read them. -- Bill Cheeseman - b...@cheeseman.name <mailto:b...@cheeseman.name> ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderat

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-20 Thread Bill Cheeseman
> On Dec 11, 2014, at 4:31 AM, Bill Cheeseman wrote: > > The problem is that the delegate method is being triggered now at every > single launch of my application, but the screen resolution and monitor > arrangement have not changed. The user's ability to choose a new

Re: wits end with nsview and nsrectfill()

2014-12-13 Thread Bill Cheeseman
ng on because the documentation is so skimpy. I am unable to get much that is helpful out of the two WWDC 2014 sessions on advanced Yosemite UI, either. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.ap

Re: wits end with nsview and nsrectfill()

2014-12-13 Thread Bill Cheeseman
discussion of what you have to do to avoid unwanted color changes in text fields with NSVisualEffectView in back. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-11 Thread Bill Cheeseman
n the Mac Pro doesn't give me a gfxCardStatus notification, either, but again I don't yet know why. I haven't tried it yet on the MacBook Pro -- later today. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@list

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-11 Thread Bill Cheeseman
x27;ve downloaded it but won't be able to try it out until later. Do you happen to know if it works on the latest Mac Pros as well as MacBook Pros? I also have a Late 2013 MacBook Pro on which I can presumably use gfxCardStatus. -- Bill Cheeseman - b...@cheeseman.name __

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-11 Thread Bill Cheeseman
). That should resolve the difficulty I brought up in my original post as well as the difficulty you pointed out regarding changes to the NSScreen 'visibleFrame'. I will not respond to your comments on application design choices, as they are not the subject of my question. -- Bill

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-11 Thread Bill Cheeseman
onality of my application, I think I will have to maintain a list of screens and their resolutions in user defaults, and look for changes limited to those attributes in the applicationDidChangeScreenParameters delegate method. Those are the only changes my application needs to know about, beca

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-11 Thread Bill Cheeseman
every launch we see the move back to the default location, although I can easily fix this cosmetic issue.) -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Bill Cheeseman
se this delegate method to be triggered. It doesn't seem likely, but I can imagine that NSVisualEffectView might be doing things behind the scenes that are very deep in the system. -- Bill Cheeseman - b...@cheeseman.name <mailto:b...@cheeseman.name> __

What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Bill Cheeseman
tting breakpoints everywhere in the launch process (e.g., -awakeFromNib, -applicationDidFinishLaunching:), and the trigger happens after all of them have finished executing. I'm building on OS X 10.10.1 Yosemite with Xcode 6.1.1. -- Bill Cheeseman - b...@chee

Re: [CALayer cornerRadius] vs. [NSBezierPath bezierPathWithRoundedRect:xRadius:yRadius]

2014-12-02 Thread Bill Cheeseman
> On Dec 1, 2014, at 5:50 PM, Graham Cox wrote: > >> On 2 Dec 2014, at 6:19 am, Bill Cheeseman > <mailto:wjcheese...@gmail.com>> wrote: >> >> Can anyone suggest another approach? > > Not another approach, but a possible alternative explanation. Antial

[CALayer cornerRadius] vs. [NSBezierPath bezierPathWithRoundedRect:xRadius:yRadius]

2014-12-01 Thread Bill Cheeseman
roach? Apple's application switcher (Command-Tab), which I am trying to imitate, seems to solve the problem. Or maybe it takes a completely different approach. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists

Re: App fails on Yosemite - "Cannot remove an observer"

2014-11-30 Thread Bill Cheeseman
ere we are at 10.10.1 already, with 10.10.2 presumably looming on the horizon. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Conta

Still troubled by NSVisualEffectView

2014-11-19 Thread Bill Cheeseman
ase, and the documentation that exists is not very helpful. Can anyone outline a strategy for reproducing Apple's application switcher? -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do no

Re: best way to implement unlock features in app

2014-11-06 Thread Bill Cheeseman
mplement a registration key issuing and monitoring framework myself. You normally do have to write some code to integrate the e-commerce provider's software into your application, if you support in-app purchase. The eSellerate software comes with a very detailed programmer's guide and exa

Re: How make image nonvibrant in Yosemite NSVisualEffectView

2014-10-30 Thread Bill Cheeseman
the nontransparent parts of the icon image to block the vibrancy effects, is more in keeping with the way vibrancy is designed, and more likely to work. But I don't know how to create the hole in the right shape. I am researching CGImageRef routines that supp

Re: How make image nonvibrant in Yosemite NSVisualEffectView

2014-10-30 Thread Bill Cheeseman
how I understand the discussion of maskImage in the AppKit Release Note or the WWDC 220 video. (I have already applied a rectangular maskImage with rounded corners, and it removes the square corners from the NSVisualEffectView perfectly.) -- Bill Cheeseman - b...@cheeseman.name _

How make image nonvibrant in Yosemite NSVisualEffectView

2014-10-30 Thread Bill Cheeseman
ndow except the icon image, but I have no idea how to create an inverse mask image. If you're curious about what kind of application would do this, I am updating my Applidude application for Yosemite: <http://pfiddlesoft.com/pfiddles>. -- Bill

Code signing problem using shared framework in Yosemite-SOLVED

2014-10-13 Thread Bill Cheeseman
On Oct 12, 2014, at 12:21 PM, Bill Cheeseman wrote: > The code signing warning is surprising, because both the UI Browser > application and the framework pass all of the codesign tests for proper > signatures on disk. > > Is code signing now making it impossible to use share

Re: Code signing problem using shared framework in Yosemite

2014-10-12 Thread Bill Cheeseman
On Oct 12, 2014, at 12:42 PM, Scott Ribe wrote: > On Oct 12, 2014, at 10:24 AM, Bill Cheeseman wrote: > >> ...both the UI Browser application and the framework pass all of the >> codesign tests for proper signatures on disk. > > spctl --assess??? > > I've

Re: Code signing problem using shared framework in Yosemite

2014-10-12 Thread Bill Cheeseman
ttings so it can be used by multiple applications. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admin

Code signing problem using shared framework in Yosemite

2014-10-12 Thread Bill Cheeseman
veloper community without advance warning. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admin

What is NSAnimationSlowMotionOnShift?

2014-09-25 Thread Bill Cheeseman
Don't forget to reset the duration after the animation completes if you reuse the animation. if (([NSEvent modifierFlags] & NSDeviceIndependentModifierFlagsMask) == NSShiftKeyMask) { [viewAnimation setDuration:5.0]; // the Shift key by itself is down } -- Bill

Re: What is NSAnimationSlowMotionOnShift?

2014-09-25 Thread Bill Cheeseman
or the keyboard shortcut. I would suggest that this is worthy of a bug report. -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: What is NSAnimationSlowMotionOnShift?

2014-09-25 Thread Bill Cheeseman
e to turn off the slow-motion-on-shift feature, but that will run up against Apple's design guideline to avoid over-doing preference settings relating to trivial details. If I had to balance that design guideline against the likelihood of a shift-key based keyboard shortcut conflict, I th

Re: What is NSAnimationSlowMotionOnShift?

2014-09-25 Thread Bill Cheeseman
Dock in slow motion and only then does the new sticky note appear. But how often is anybody going to do that? -- Bill Cheeseman - b...@cheeseman.name ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or modera

Re: What is NSAnimationSlowMotionOnShift?

2014-09-25 Thread Bill Cheeseman
cularly stupid today. Thanks for straightening me out. > Slow animations are a debugging aid; testing for the shift key often results > in legitimate key combinations taking forever to animate. I'm careful to avoid side effects. As far as I can tell. -- Bill Cheese

  1   2   3   4   5   6   7   8   9   10   >