Re: How to get the time zone of a parsed date/time string?

2014-08-02 Thread Shane Stanley
On 31 Jul 2014, at 8:27 am, Jens Alfke wrote: > I want to avoid if possible a solution that involves manually scraping the > string. NSDataDetector? NSTextCheckingTypeDate has a timeZone property. -- Shane Stanley ___ Cocoa-dev mailing list (Co

Re: About an alternative menu choice and toolbar buttons.

2014-08-02 Thread SevenBits
On Aug 2, 2014, at 8:07 PM, Daryle Walker wrote: > I’m trying out Cocoa/Objective-C programming with a web-browser app. I have > a NSDocument-based app with a WebView in the window. I have added a toolbar > with individual buttons for Back and Forward. I then added menu items for > those co

Re: About an alternative menu choice and toolbar buttons.

2014-08-02 Thread Jens Alfke
> On Aug 2, 2014, at 5:07 PM, Daryle Walker wrote: > > 1. I tried that cool combined button for Back and Forward > (NSSegmentedControl), but the entire button uses a single action to send and > a single status to have. How can I have the two halves have separate actions > and enabled/disable

About an alternative menu choice and toolbar buttons.

2014-08-02 Thread Daryle Walker
I’m trying out Cocoa/Objective-C programming with a web-browser app. I have a NSDocument-based app with a WebView in the window. I have added a toolbar with individual buttons for Back and Forward. I then added menu items for those commands, then added ones for stop-loading, reload, and reloa