[OT] iTunes 11.1 Beta

2013-09-18 Thread Dave
Hi, I've been trying to reset an iPhone that has iOS 7 installed and I get a message about it needs iTunes 11.1 to continue. I can't seem to find it on the Apple Developer Site, is it available? Thanks a lot Dave ___ Cocoa-dev mailing list

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Roland King
Only to registered devs and only for Mac. For registered devs it's under the ios 7 beta tab. I have to assume it'll be out in the wild rather soon as iOS7 goes live today. On 18 Sep, 2013, at 5:42 pm, Dave d...@looktowindward.com wrote: Hi, I've been trying to reset an iPhone that has

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Maxthon Chan
You need to be an iPhone developer. Or you can use the DFU mode. On Sep 18, 2013, at 17:42, Dave d...@looktowindward.com wrote: Hi, I've been trying to reset an iPhone that has iOS 7 installed and I get a message about it needs iTunes 11.1 to continue. I can't seem to find it on the

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Dave
Hi, Found it now, thanks. It's ok I am an Apple Mac and iOS Developer. The Apple Developer site Search Engine sucks - I did a lot of different searches for iTunes 11.1 and it found zilch!! Thanks a lot All the Best Dave On 18 Sep 2013, at 10:42, Dave d...@looktowindward.com wrote: Hi,

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Graham Cox
On 18/09/2013, at 11:53 AM, Dave d...@looktowindward.com wrote: The Apple Developer site Search Engine sucks +1 :) --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the

Re: Progress for archiving/dearchiving

2013-09-18 Thread Marcel Weiher
On Sep 17, 2013, at 17:35 , Fritz Anderson fri...@manoverboard.org wrote: On Sep 16, 2013, at 18:51 , Jeffrey Oleander jgo...@yahoo.com wrote: If you want to know the total number of objects to be archived, then you need to count them, at some time or another. To count them, you need to

iOS 6 Web View Frame Problem

2013-09-18 Thread Dave
Hi, I created a New View Controller Class (NewVC) in the project I am working in XCode 4.6.3 and then opened the storyboard, dragged in a new VC, named it NewVC and set it's class to NewVC. I then copied the whole view hierarchy from an existing view controller and hooked up the outlets. One

Re: iOS 6 Web View Frame Problem

2013-09-18 Thread Roland King
wantsFullScreen, or the resize mask on the main view is where I'd look. On 18 Sep, 2013, at 9:25 pm, Dave d...@looktowindward.com wrote: Hi, I created a New View Controller Class (NewVC) in the project I am working in XCode 4.6.3 and then opened the storyboard, dragged in a new VC, named

Re: Unwanted presentedItemDidMoveToURL: for old file after using setFileURL: to specify a new file

2013-09-18 Thread Brian Clark
A follow-up as a result of more testing. It's not actually necessary to do the read via -revertToContentsOfURL:ofType:error: in a File Access block to solve the problem I had, though I'm sure it's best to do so (and that's what I now do). Similarly moving the file to the Trash or deleting it

Re: Core Data: Primitive Accessors Ivar-Backed Properties

2013-09-18 Thread Keary Suska
On Sep 17, 2013, at 4:30 PM, Keary Suska wrote: I hadn't considered the undo issue--I guess I just thought undo support was automagical. If not, are you aware of whether it is implemented at the public or primitive accessor level? None of the doc examples I have seen do any undo

Re: Unwanted presentedItemDidMoveToURL: for old file after using setFileURL: to specify a new file

2013-09-18 Thread Kevin Perry
On Sep 18, 2013, at 6:53 AM, Brian Clark ba-cl...@comcast.net wrote: A follow-up as a result of more testing. It's not actually necessary to do the read via -revertToContentsOfURL:ofType:error: in a File Access block to solve the problem I had, though I'm sure it's best to do so (and

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Dave
On 18 Sep 2013, at 16:14, Paul Scott psc...@skycoast.us wrote: The Apple Developer site Search Engine sucks +1 :) -1 I Had no problem finding it. It's on the same page as the iOS 7 download. I wasn't saying that is isn't easy to find - nothing is when you know where it is! I

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Koen van der Drift
The official version has just been released: http://www.apple.com/itunes/download/ - Koen. On Sep 18, 2013, at 12:21 PM, Dave d...@looktowindward.com wrote: On 18 Sep 2013, at 16:14, Paul Scott psc...@skycoast.us wrote: The Apple Developer site Search Engine sucks +1 :) -1

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Bryan Vines
I think Apple's just messing with me -- When I download it, I get a 708-byte disk image. Either the compression of disk images has really advanced, or something's wrong. On Sep 18, 2013, at 11:24 AM, Koen van der Drift koenvanderdr...@gmail.com wrote: The official version has just been

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Koen van der Drift
Try it again, I had the same thing. Their servers must be overloaded right now. On Sep 18, 2013, at 12:32 PM, Bryan Vines bkvi...@me.com wrote: I think Apple's just messing with me -- When I download it, I get a 708-byte disk image. Either the compression of disk images has really advanced,

Re: Subclass NSScroller prevents overlay scroller style

2013-09-18 Thread Kyle Sluder
On Wed, Sep 18, 2013, at 11:01 AM, Steve Mills wrote: We needed to subclass NSScroller for just the horizontal scroller in one scroll view (there was a weird bug where the default scroller had a dead zone on the left end). Doing so prevents BOTH scrollers from using the overlay style. Why? We

Re: Subclass NSScroller prevents overlay scroller style

2013-09-18 Thread Lee Ann Rucker
isCompatibleWithOverlayScrollers Returns a Boolean value that indicates whether the class is compatible with overlay scroller style and behavior. + (BOOL)isCompatibleWithOverlayScrollers - Original Message - From: Steve Mills smi...@makemusic.com To: Cocoa dev cocoa-dev@lists.apple.com

Re: Subclass NSScroller prevents overlay scroller style

2013-09-18 Thread Ken Thomases
On Sep 18, 2013, at 1:01 PM, Steve Mills wrote: We needed to subclass NSScroller for just the horizontal scroller in one scroll view (there was a weird bug where the default scroller had a dead zone on the left end). Doing so prevents BOTH scrollers from using the overlay style. Why? We

Re: iOS 6 Web View Frame Problem

2013-09-18 Thread Dave
Hi, Eventually found it! One of the views was misplaced. It took me ages to find mainly because of the hideous UI in IB/Storyboard. Thanks a lot Dave On 18 Sep 2013, at 16:51, Dave d...@looktowindward.com wrote: Hi, I'm not sure what you mean by main view, do you the ViewController.view?

Re: iOS 6 Web View Frame Problem

2013-09-18 Thread Dave
Hi, I'm not sure what you mean by main view, do you the ViewController.view? If so I can't see any property for this in IB/Storyboard and I searched the entire App for wantsFullScreen and not used and all properties are identical in this view and all the others as far as I can see. Thanks

iOS 7 Simulator Issues

2013-09-18 Thread Dave
Hi, When I run my App under XCode 5 and the iPhone Simulator for iOS 7.0 I get a lot of very strange behaviour that does happen on the device. For instance, the top Nav Bar usually has a right hand button to pop you to the Home View Controller and a Back Button, on the simulator these are all

Re: Subclass NSScroller prevents overlay scroller style

2013-09-18 Thread Steve Mills
On Sep 18, 2013, at 13:35:02, Ken Thomases k...@codeweavers.com wrote: This is documented in the Lion AppKit release notes. https://developer.apple.com/library/mac/releasenotes/Cocoa/AppKitOlderNotes#10_7Scroller A subclass of NSScroller uses legacy scroller style by default. A subclass

Re: Modifying the save path in an NSDocument based application

2013-09-18 Thread Pax
Okay, the plot thickens. I've now updated my app for the app store - sandboxing is now enabled. Sandboxing breaks the save path modification, and particularly my creation of a folder: if(![fileManager createDirectoryAtPath:directory

Subclass NSScroller prevents overlay scroller style

2013-09-18 Thread Steve Mills
We needed to subclass NSScroller for just the horizontal scroller in one scroll view (there was a weird bug where the default scroller had a dead zone on the left end). Doing so prevents BOTH scrollers from using the overlay style. Why? We only override mouseDown so we can work around this bug

Re: Core Data: Primitive Accessors Ivar-Backed Properties

2013-09-18 Thread Mike Abdullah
On 18 Sep 2013, at 16:45, Keary Suska cocoa-...@esoteritech.com wrote: On Sep 17, 2013, at 4:30 PM, Keary Suska wrote: I hadn't considered the undo issue--I guess I just thought undo support was automagical. If not, are you aware of whether it is implemented at the public or primitive

Re: [OT] iTunes 11.1 Beta

2013-09-18 Thread Paul Scott
The Apple Developer site Search Engine sucks +1 :) -1 I Had no problem finding it. It's on the same page as the iOS 7 download. Had I actually read the Read Me Before Downloading I would have seen that the first item listed says Be sure to backup your devices using iTunes 11.1 beta 2