Re: NSStackView - Gravity Question

2015-08-28 Thread dangerwillrobinsondanger
t post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dan

Re: NSTableView: Rows from bottom up

2015-09-01 Thread dangerwillrobinsondanger
gt; ordered. > > > > ___ > > 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 >

Re: Puzzling memory creep

2015-09-04 Thread dangerwillrobinsondanger
> ___ > > 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/Update your S

Re: runModalForWindow is disabling my menus

2015-09-06 Thread dangerwillrobinsondanger
> On Sep 6, 2015, at 5:20 PM, Felipe Monteiro de Carvalho > wrote: > > In Mac OS X maybe, but in Linux and Windows there is no problem in a > modal window having a menu, so its not like its a conceptual problem. No. It IS a conceptual problem. That is not how Cocoa apps work. Don't try to fi

Re: Basics of Cocoa Bindings

2015-09-12 Thread dangerwillrobinsondanger
roller, >> and the standard behavior that returns the count is “count”. Note that the >> table view doesn’t even know the name of the relevant property, because it’s >> hidden on the “other” side of the array controller, not to mention buried >> inside a binding. It’s

Re: Should all CoreData relationships be optional in swift?

2015-09-15 Thread dangerwillrobinsondanger
_ > > 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/Update your Subscription: &

Re: [OT] VPN Problems?

2015-09-18 Thread dangerwillrobinsondanger
equests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsonda

[ALERT:Possible Phishing] Re: Beep ( duration, frequency )

2015-09-23 Thread dangerwillrobinsondanger
Q&e= > > > > ―Jens > ___ > > 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.app

Re: How to get remote metadata

2015-09-28 Thread dangerwillrobinsondanger
> > ___ > > 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 > > He

Re: Drawing many different strings quickly

2015-09-28 Thread dangerwillrobinsondanger
led a radar for. > > > ― > > Thank you all for the suggestions though, I will try each of them. > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or

Re: How to specify Volume to NSURLSession ?

2015-09-29 Thread dangerwillrobinsondanger
_ > > 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/Update your Subscription: > ht

Re: First responder not coming back to container after editing with NSTextField

2015-09-29 Thread dangerwillrobinsondanger
___ > > 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 > > H

Re: questions on WebView for Mac apps

2015-09-29 Thread dangerwillrobinsondanger
ocoa-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/Update your Subscription: > https://lists.

Re: questions on WebView for Mac apps

2015-09-30 Thread dangerwillrobinsondanger
> On Sep 30, 2015, at 3:12 PM, Jens Alfke wrote: > > Hey, if I liked working with JavaScript DOM APIs I’d be a web developer :-p > I prefer languages with fancy features, like warning me if I pass the wrong > number of parameters to a function. At build time, even. No disagreement here. None

Re: NSTableView - Detecting when user has finished scrolling

2015-09-30 Thread dangerwillrobinsondanger
__ > > 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/Update your Subscription: > https://lists.app

Re: NSTableView - Detecting when user has finished scrolling

2015-09-30 Thread dangerwillrobinsondanger
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/Update your Subscription: >>> http

Re: How to install 10.11 ?

2015-10-01 Thread dangerwillrobinsondanger
> > 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/Update your Subscrip

Re: NSGraphicsContext currentContext() returns nil on OSX 10.11

2015-10-12 Thread dangerwillrobinsondanger
> On Oct 12, 2015, at 8:45 PM, Lakshmi P Shanmugam > wrote: > > I'm running our application on OSX 10.11. NSGraphicsContext > currentContext() returns nil in one of the drawing methods. The same code > works fine on OSX 10.9.5 and 10.10.3. > According to the documentation, currentContext ret

Re: Why can't a Swift method directly access a static member?

2015-11-25 Thread dangerwillrobinsondanger
ists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com ___ Cocoa-dev mailing list (Coc

Re: Swift screensavers in Ubuntu?

2015-12-05 Thread dangerwillrobinsondanger
lists.apple.com >> >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/cocoa-dev/sevenbitstech%40gmail.com >> >> This email sent to sevenbitst...@gmail.com > ___ > > Cocoa-dev mailing

Re: Validating NSButton in Swift

2015-12-14 Thread dangerwillrobinsondanger
ts.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com ___ Cocoa-dev mailing list (Cocoa-dev@li

Re: Validating NSButton in Swift

2015-12-14 Thread dangerwillrobinsondanger
Oh right. So this is a clever one. The key in the docs might be the responder chain mentions. The control doesn't have to validate itself. On the contrary, usually some controller validates. The control generally should know about state elsewhere. Sent from my iPhone > On Dec 14, 2015, at 6:

Re: Validating NSButton in Swift

2015-12-14 Thread dangerwillrobinsondanger
Yeah this was one of those little stumpers. The control implements the methods to be eligible for being validated but shouldn't validate itself. A controller or something else in the responder chain that knows about app state should do validation. The docs should be bugged. Sent from my iP

Re: Validating NSButton in Swift

2015-12-14 Thread dangerwillrobinsondanger
Glad that worked. I'll also file some docs bugs. Another way to do this is to implement a controller or container that handles it. View controllers are in the responder chain and can act as the item that needs validation and set the control properties. We can also look at the design of toolb

Re: Best way to get a file path for presentation to the user

2015-12-19 Thread dangerwillrobinsondanger
ts or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsonda

Re: More Xcode 7 inconsistency?

2016-01-06 Thread dangerwillrobinsondanger
> 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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-

Re: How to save a Dictionary Network to a plist file?

2016-01-21 Thread dangerwillrobinsondanger
t. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com

Re: How to save a Dictionary Network to a plist file?

2016-01-24 Thread dangerwillrobinsondanger
> On Jan 25, 2016, at 4:01 AM, Alex Zavatone wrote: > > Yeah, as long as it’s an NSObject type and it’s in the class, we should be > able to automatically get the property type of class and automatically create > the archiver and dearchiver. > > Writing this stuff manually every time seems

Re: How to know if an NSView has pending draws

2016-02-04 Thread dangerwillrobinsondanger
apsed > > >…. > } > > > > ―Graham > > > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the mod

Re: How to know if an NSView has pending draws

2016-02-04 Thread dangerwillrobinsondanger
raw requests. >>> >>> Multiple invalid regions can be merged. >>> >>>> But there must be some place that contains a queue of upcoming draw >>>> requests. If so, is there access to it? >>> >>> There really isn't any suc

Re: An API for Airplane mode on iOS?

2016-02-09 Thread dangerwillrobinsondanger
> On Feb 9, 2016, at 4:02 PM, Jens Alfke wrote: > > >> On Feb 8, 2016, at 9:45 PM, Glenn L. Austin wrote: >> >> According to the docs on Reachability (possibly lost in the mists of >> time...), Reachability isn't really designed to tell you whether your net >> access *will* succeed, but

Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server

2016-02-10 Thread dangerwillrobinsondanger
t;> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com >> >> This email sent to diede...@tenhorses.com > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin r

Re: Deleting an file that's been NSData memory mapped - safe?

2016-02-14 Thread dangerwillrobinsondanger
> On Feb 14, 2016, at 7:17 PM, Marcel Weiher wrote: > > >> On 11 Feb 2016, at 20:44, Dan Lau wrote: >> >> If a file has its contents mapped using NSData's >> initWithContentsOfFile + NSDataReadingMappedIfSafe, >> deleting it doesn't appear to affect reading it's mapped contents. Does >> any

Re: NSURLErrorKey vs. NSURLErrorFailingURLErrorKey

2016-02-26 Thread dangerwillrobinsondanger
It seems like the shorter one would be for a "click here to see more information or open this file URL" and the longer one is for "this URL failed to load". But it definitely deserves a docs bug. It might be one of those obscure things noted in some programming guide doc, but even if it is tha

Re: Starting out with storyboards (on Mac)

2016-03-01 Thread dangerwillrobinsondanger
___ > > 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/Update your Subscription: > https://

Re: Starting out with storyboards (on Mac)

2016-03-01 Thread dangerwillrobinsondanger
_ > > 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/Update yo

Re: Staggering new windows

2016-03-08 Thread dangerwillrobinsondanger
> On Mar 8, 2016, at 6:36 PM, Daryle Walker wrote: > > On some random Mac programming page, I saw code explicitly setting cascading > to TRUE. I looked at that and wondered if I can do better. Since the setting > looks like a property, I added “shouldCascadeWindows” to the User-Defined > Runt

Re: override NSTextField paste behavior

2016-03-24 Thread dangerwillrobinsondanger
etc.). > > Regards, > Ken > > > ___ > > 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.app

Re: Volume of background music

2016-03-27 Thread dangerwillrobinsondanger
> > 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/Update your Subscription: > htt

Re: Right click context menu

2016-03-31 Thread dangerwillrobinsondanger
> On Mar 31, 2016, at 5:24 PM, a2z wrote: > > I need to add 'Zip' and 'Unzip' menu options to Finder. When selected it > would launch my Application to Zip and Unzip files. I understand that I > need to implement services for this and 'Service Implementation Guide' is > the place to start, c

Re: Alternatives to NSMatrix that uses bindings similar to NSMatrix's bindings

2016-04-08 Thread dangerwillrobinsondanger
It's hard to find. asciiwwdc site makes it discoverable. As far as I can tell it was only there (so in a video) but might be in some release notes though those often don't show up in searches. The programming guide docs are generally woefully out of date for controls that don't come inside of

Re: Alternatives to NSMatrix that uses bindings similar to NSMatrix's bindings

2016-04-08 Thread dangerwillrobinsondanger
> On Apr 8, 2016, at 3:37 PM, Shane Stanley wrote: > > But that doesn't help with the problem of bindings for selectedIndex, does it? The point is you create a different property that gets set by the action method. Bind to that property. It reduces code but necessitates adding a comment t

Re: Implementing Find panel in WebView

2016-04-08 Thread dangerwillrobinsondanger
karelia.com >> >> This email sent to mabdul...@karelia.com > > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the mode

Re: Alternatives to NSMatrix that uses bindings similar to NSMatrix's bindings

2016-04-08 Thread dangerwillrobinsondanger
> On Apr 8, 2016, at 7:32 PM, Graham Cox wrote: > > By exposing the bindings that an object supports and creating an Interface > Builder palette, you can make instances of your own classes bindable in > Interface Builder.” > > If this information is still correct, It's not. Not since Xcode

Re: No Alert, Discard Change, & Beep

2016-04-20 Thread dangerwillrobinsondanger
> On Apr 20, 2016, at 3:40 PM, Richard Charles wrote: > > The engineers at Apple that invented and implemented this stuff must have > been amazing. And at NeXT before that. The folks who work and have worked on Cocoa have always included people with broad minds, deep talent and x-ray visio

Re: How to make an app launch on login?

2016-04-20 Thread dangerwillrobinsondanger
___ > > 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/Update your Subscription: > https://lists.apple.com/mail

Re: Text field alignment

2016-04-20 Thread dangerwillrobinsondanger
_ > > 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/Update your Subscription: > https://lists.

Re: Correct way to specify anchors with NSURL?

2016-04-20 Thread dangerwillrobinsondanger
) > > 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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger

Re: Pinning a Window to a Window

2016-04-22 Thread dangerwillrobinsondanger
t; > 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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillro

Re: Application Activation Problem

2016-05-14 Thread dangerwillrobinsondanger
_ > > 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/Update your Subscription: > https://lists.apple.com/mailman/optio

Re: QLPreviewPanel (how to supply default application url?)

2016-05-30 Thread dangerwillrobinsondanger
Phil > > ___ > > 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: [SOLVED} QLPreviewPanel (how to supply default application url?)

2016-05-30 Thread dangerwillrobinsondanger
LForURL for >>>> /Users/phil/Documents/sample.txt returned error Error >>>> Domain=NSOSStatusErrorDomain Code=-50 "paramErr: error in user parameter >>>> list” >>>> >>>> My question is where in my code do I provide this paramete

Re: Is windowControllerDidLoadNib used only when windowNibName is?

2016-06-10 Thread dangerwillrobinsondanger
> Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.co

Re: Properties: A question of style

2016-06-15 Thread dangerwillrobinsondanger
uests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsond

Re: Properties: A question of style

2016-06-15 Thread dangerwillrobinsondanger
"What's New in Cocoa" Sent from my iPhone > On Jun 16, 2016, at 9:49 AM, Jeff Szuhay wrote: > > Tuesday? > Any close approximation of the title of his talk would be helpful. > >> On Jun 15, 2016, at 4:47 PM, dangerwillrobinsondan...@gmail.com wrote: >> >> Watch the Ali Ozer video from the ot

Re: NSTask argument list

2016-06-25 Thread dangerwillrobinsondanger
> > 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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > >

Re: Working around radio button grouphing behaviour in 10.8 SDK?

2016-07-02 Thread dangerwillrobinsondanger
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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillro

Re: Threads

2016-07-11 Thread dangerwillrobinsondanger
Just be sure to write tests that prove it does what you want it to do. ;) Sent from my iPhone > On Jul 11, 2016, at 6:18 PM, Gerriet M. Denkmann wrote: > > >> On 11 Jul 2016, at 16:00, Alastair Houghton >> wrote: >> >> On 11 Jul 2016, at 06:35, Gerriet M. Denkmann wrote: >>> >>> I have a

Re: Keyboard/Mouse Event Interaction

2016-07-18 Thread dangerwillrobinsondanger
> > > ___ > > 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/Unsub

Re: Keyboard/Mouse Event Interaction

2016-07-18 Thread dangerwillrobinsondanger
se do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent

Re: Objective-C basics - (Why NSNumber conforms to NSCopying protocol)

2016-08-11 Thread dangerwillrobinsondanger
> On Aug 12, 2016, at 9:16 AM, Steve Sisak wrote: > > There’s a standard idiom where immutable classes frequently have mutable > subclasses (which expose the mutating methods). > > In this case, it’s common for the immutable (super)class to adopt NSCopying > and the mutable subclass to also

Re: Objective-C basics - (Why NSNumber conforms to NSCopying protocol)

2016-08-11 Thread dangerwillrobinsondanger
> On Aug 12, 2016, at 11:20 AM, Steve Sisak wrote: > > Actually, to be pedantic, class cluster is an implementation detail ― was > trying to impedance match to OP’s experience level. > > Was speaking purely in terms of public interfaces (since he’s a consumer > rather than implementor) Polit

Re: array = [NSArray new] or array = [NSArray array]?

2016-08-19 Thread dangerwillrobinsondanger
> On Aug 20, 2016, at 2:50 AM, Quincey Morris > wrote: > > AFAICT, the main reason *not* to use ‘new’ is to avoid generating anxiety for > those who come back to read the code later, and who might worry that the > inconsistency means something. Even though new has been a synonym for alloc]

Re: NSAlert::runModal doesn't work on 10.6

2016-08-22 Thread dangerwillrobinsondanger
> On Aug 22, 2016, at 10:26 PM, Andreas Falkenhahn > wrote: > > Does anybody have an idea > what could cause this behaviour on 10.6 and how I can fix this? http://bfy.tw/7Kcc there is a great resource here. ___ Cocoa-dev mailing list (Cocoa-dev@lis

Re: NSAlert::runModal doesn't work on 10.6

2016-08-23 Thread dangerwillrobinsondanger
comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com __

Re: NSAlert::runModal doesn't work on 10.6

2016-08-23 Thread dangerwillrobinsondanger
> On Aug 24, 2016, at 2:56 AM, Andreas Falkenhahn > wrote: > > Is that your personal opinion or is this documented anywhere? There's not anything to the contrary I've seen. Look no further than LSUIElement. There is an info plist key that says you have no UI, and guess what it works even if

Re: Window Opened Notification?

2016-09-05 Thread dangerwillrobinsondanger
ntact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com

Re: Limiting app installation

2016-09-05 Thread dangerwillrobinsondanger
;>>>>> Rick Mann >>>>>> rm...@latencyzero.com >>>>>> >>>>>> >>>>>> >>>>>> ___ >>>>>> >>>>>> Cocoa-

Re: Window Opened Notification?

2016-09-05 Thread dangerwillrobinsondanger
ng 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/Update your Subscription: >>> https://lists

Re: Window Opened Notification?

2016-09-06 Thread dangerwillrobinsondanger
moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com __

Re: Window Opened Notification?

2016-09-07 Thread dangerwillrobinsondanger
> On Sep 7, 2016, at 6:09 PM, Dave wrote: > > I’m already using Accessibility but the notification I get when a window is > created is posted to too late for it to help in this case. > > I’m also using Event Taps, I want to be able to stop events being fired to > the window until I have recei

Re: C callbacks with NSNotificationCenter?

2016-09-07 Thread dangerwillrobinsondanger
It's not Toll Free bridged. And Fritz, you contribute so much to folks, nobody would blink if you missed anything. Sent from my iPhone > On Sep 8, 2016, at 1:41 AM, Fritz Anderson wrote: > > “dangerwillrobinsondanger” correctly points to Core Foundation. I’m > embarrassed

Re: Replacement for CGContextSelectFont ?

2016-09-15 Thread dangerwillrobinsondanger
; Gabriel. > > > ___ > > 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

Re: Where are the ICU Headers?

2016-10-06 Thread dangerwillrobinsondanger
Subscription: >> https://lists.apple.com/mailman/options/cocoa-dev/garywade%40desisoftsystems.com >> >> This email sent to garyw...@desisoftsystems.com > > > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) >

Re: deleting connections in .xib

2016-10-07 Thread dangerwillrobinsondanger
s.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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.co

Re: How to show a file in Finder

2016-10-31 Thread dangerwillrobinsondanger
e.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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dan

Re: How to get an undeprecated FSRef

2016-11-01 Thread dangerwillrobinsondanger
ist. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email sent to dangerwillrobinsondan...@gmail.com __

Re: How to get an undeprecated FSRef

2016-11-01 Thread dangerwillrobinsondanger
All together, looks like NSWorkspace should enable doing this as long as you don't hit some permissions restrictions on some folders. Less code no doubt too. Cool. > On 1 Nov 2016, at 17:25, Ken Thomases wrote: > >> On Nov 1, 2016, at 3:20 AM, Gerriet M. Denkmann wrote: >> >> What I really

Re: Window With Transparent Background

2017-01-24 Thread dangerwillrobinsondanger
not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com > > This email se

Re: iOS database within sandbox

2014-08-23 Thread dangerwillrobinsondanger
FMDB is also a very popular and simple Objective-C wrapper to SQLite You can be up and running with it in minutes. And it works on OS X the same so it's portable. Sent from my iPhone ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do n

Re: My services in my own app

2014-09-02 Thread dangerwillrobinsondanger
Sent from my iPhone > On 2014/09/03, at 3:45, Georg Seifert wrote: > > Here are some more information. > > I created a small test app following the example on apples documentation. The > service works fine if invoked from other apps but if you select it from > within the same app with text

Responder Chain Confusion

2014-09-07 Thread dangerwillrobinsondanger
Hi all I just spent a bit of time poking around the responder chain and nil targeted actions. I built a view controller and a view hierarchy with controls that should be configurable. When instantiating the view controller the interface allows configuring the action SEL of the controls. Reuse

Re: Responder Chain Confusion

2014-09-07 Thread dangerwillrobinsondanger
>> On 2014/09/08, at 3:16, Kyle Sluder wrote: >> >> On Sep 7, 2014, at 9:24 AM, dangerwillrobinsondan...@gmail.com wrote: >> >> Hi all >> >> I just spent a bit of time poking around the responder chain and nil >> targeted actions. >> I built a view controller and a view hierarchy with con

Re: Responder Chain Confusion

2014-09-08 Thread dangerwillrobinsondanger
Intriguing. I will check that out for the future. I know there are at least a couple of chains. I just wish I knew more about the ups and downs of creating new chains. Without duplication and abuse, it's such a powerful pattern with Objective-C. Sent from my iPhone > On 2014/09/09, at 8:55, L

Re: About the Bundle creator OS Type code

2014-09-19 Thread dangerwillrobinsondanger
> On 2014/09/19, at 18:54, Graham Cox wrote: > > >> On 19 Sep 2014, at 7:43 pm, Daryle Walker wrote: >> >> Long ago, in the 1990s, I remember there was some web page on Apple’s server >> that let you register a four-character type code, for either type or >> creator. I’ve been trying to fi

Re: MapKit location authorization

2014-09-19 Thread dangerwillrobinsondanger
> On 2014/09/19, at 22:21, Roland King wrote: > > use google, or Dash. Yes! Those and Open Quickly to peruse the headers. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Co

Re: view content not tracking window size

2014-09-25 Thread dangerwillrobinsondanger
> On 2014/09/26, at 11:38, N!K wrote: > > In Xcode 5 OSX, not ios, I have created a custom view and set auto layout > constraints so that the custom view's sides stay a fixed distance from the > content view's frame. The custom view resizes correctly while dragging the > window's corner whil

NSCollectionView transparent background

2014-09-28 Thread dangerwillrobinsondanger
Is it possible to get NSCollectionView to render with a transparent background ? I've tried setting the backgroundColors array to clearColor, subclassing and filling in drawRect with clearColor, making sure the enclosing scroll view is not drawing its background and combinations of these all to n

Re: Using AV Foundation to record m3u8 stream to disk

2014-12-08 Thread dangerwillrobinsondanger
Sent from my iPhone > On 2014/12/09, at 1:38, Jens Alfke wrote: > > m3u8 isn't a stream, it's simply a small playlist file that contains one or > more HTTP URLs, which resolve to audio files, usually MP3. In the case of > streaming, the HTTP audio resource uses the Shoutcast format, which is

Re: Using AV Foundation to record m3u8 stream to disk

2014-12-15 Thread dangerwillrobinsondanger
I actually just chanced across his book last night while trying to dig through AVAudioEngine. Bought it. Good book so far. Paints a good picture of the overall AV Foundation landscape today. Sent from my iPhone > On 2014/12/16, at 7:59, Kevin Meaney wrote: > > I'm not certain if this is u

Re: Cursor above siblings

2015-01-10 Thread dangerwillrobinsondanger
> On 2015/01/11, at 5:25, Quincey Morris > wrote: > > BTW, if the text field is changing the cursor on mouseMoved: events, which is > possible, then your attempts to control the cursor with cursorUpdate: seem > doomed to failure. Not doomed to failure, but likely requiring a subclass of NSTe

Re: Directory navigated to by menu File > Open

2015-01-15 Thread dangerwillrobinsondanger
> On 2015/01/16, at 11:24, Quincey Morris > wrote: > > Only if it actively interferes with the way your users actually use your app > (and they’re complaining about it) could I see an unarguable reason for going > your own way on this. I can see a lot of reasons a particular NSDocument subc

Re: Any way to force a window under the menu bar?

2015-01-26 Thread dangerwillrobinsondanger
> On 2015/01/26, at 14:54, Eric Schlegel wrote: > > Even if you force it under the menubar, you won’t see its content show up in > the menubar; the menubar window pulls its blurred content exclusively from > the desktop image. > > -eric But you could then create some excessive code to create

Re: About the Bundle creator OS Type code

2015-02-03 Thread dangerwillrobinsondanger
> On 2014/09/19, at 19:08, Patrick Benton wrote: > > interesting. apparently creator codes were respected up to OS X 10.6 > > http://en.wikipedia.org/wiki/Creator_code > > (although depreciated) > > but it looks like it no longer is used. (unless people still run OS X 10.5 or > lower??) Hmm

Re: Bordered vs borderless print precision

2015-02-03 Thread dangerwillrobinsondanger
Borderless or edge to edge printing relies on providing content that is designed to extend beyond the page. This is because calibration of paper feed is imprecise on the best of printers. It's nowhere as precise as the DPI/PPI used. Professional offset printing prints the exact size on larger p

Re: WKWebView +

2015-02-13 Thread dangerwillrobinsondanger
> On 2015/02/14, at 4:39, patrick machielse wrote: > > Also, the new WKUIDelegate protocol doesn't seem to have an equivalent to the > the 'old' WebUIDelegate/WebView method: So far WKWebView doesn't have a lot of anything if you're looking at it thinking like the WebView. From what I coul

Re: [RESOLVED] What's wrong with this code, why is the label invisible?

2015-02-24 Thread dangerwillrobinsondanger
ing up the views every >>> time you dequeue the cell is accurate. >>> >>> And you could use Interface Builder for this too which is usually easier. >> >> >> >> -- >> Best Regards, >> Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ >>

Re: Programmatically change screen saver settings

2015-02-28 Thread dangerwillrobinsondanger
ess. Emails > are not secure and cannot be guaranteed to be error free. Anyone who > communicates with us by email is taken to accept these risks. > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not

Re: NSScrollview general question

2015-03-04 Thread dangerwillrobinsondanger
t; 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/Update your Subscription: > https:

Re: NSScrollview general question

2015-03-04 Thread dangerwillrobinsondanger
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/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dangerw

  1   2   3   >