Re: Rotate a standard Cocoa control?

2015-05-28 Thread dangerwillrobinsondanger
> On 2015/05/11, at 20:41, Graham Cox wrote: > > Aha… I do see those. They were not the subject of the WWDC video I watched - > maybe dangerwill was referring to a different one? These look potentially > useful, I’ll check them out. > > ―Graham You had the right video I believe. The trick i

Re: Rotate a standard Cocoa control?

2015-05-28 Thread Jerry Krinock
Epilog to a three-week old thread: Surprise, there *is* a one-liner to rotate a standard Cocoa control: http://digerati-illuminatus.blogspot.com/2009/09/how-do-you-rotate-nsbutton-nstextfield.html (But Graham’s GCVolumeControl is still way better than circular NSSlider no matter how you rotate

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Kyle Sluder
On Thu, May 28, 2015, at 02:50 PM, Rick Mann wrote: > Oooh, good call! I have ghostery. What BS are they doing that ghostery > blocks, I wonder. It might be more fair not to immediately discount the possibility that third-party software which is designed to interfere with your network communicati

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Rick Mann
Oooh, good call! I have ghostery. What BS are they doing that ghostery blocks, I wonder. Sent from my iPhone > On May 28, 2015, at 11:15, Marco S Hyman wrote: > >> On May 28, 2015, at 10:26 AM, Rick Mann wrote: >> >> And, it's still not resolved. Would everyone please email >> devprogr...@

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Alex Zavatone
As a reference, this worked for me under iOS last Thursday in Safari. Is this only limited to Mac OS provisioning profiles? On May 28, 2015, at 1:26 PM, Rick Mann wrote: > And, it's still not resolved. Would everyone please email > devprogr...@apple.com and let them know you're seeing it, too?

Re: NSDocumentTitlebarPopoverViewController zombie on Yosemite

2015-05-28 Thread Gary L. Wade
We saw the same issue starting with 10.10.3 and continuing through current 10.10.4 builds. Write up a radar and reference radar://problem/20368338 as a duplicate instance. -- Gary L. Wade (Sent from my iPhone) http://www.garywade.com/ > On May 28, 2015, at 11:34 AM, Matthew LeRoy wrote: > > Hi

NSDocumentTitlebarPopoverViewController zombie on Yosemite

2015-05-28 Thread Matthew LeRoy
Hi, Anybody know anything about NSDocumentTitlebarPopoverViewController, and/or why I’m getting application crashes due to a zombie’d instance thereof? Document-based app, Deployment Target and SDK both 10.8. Built using Xcode 5.1.1 (5B1008) on Yosemite 10.10.3; running on the same system. Here

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Marco S Hyman
On May 28, 2015, at 10:26 AM, Rick Mann wrote: > > And, it's still not resolved. Would everyone please email > devprogr...@apple.com and let them know you're seeing it, too? Give them a > screenshot, and let them know the following: I was seeing the issue until I turned off Ghostery. Whitelis

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Rick Mann
And, it's still not resolved. Would everyone please email devprogr...@apple.com and let them know you're seeing it, too? Give them a screenshot, and let them know the following: > • Steps to reproduce the issue > • Full window screenshots illustrating the issue > • Web browser and version numbe

Re: Found It - Problem with Outline View and Manual Memory Management

2015-05-28 Thread Kyle Sluder
On Thu, May 28, 2015, at 08:37 AM, Dave wrote: > Hi, > > This is from Apple Sample Code so I thought something as fundamental as > this would have been dealt with correctly. This is the copy method inside > the “ImageAndTextCell” class, > > -(id) copyWithZone:(NSZone*) zone > { > ImageAndTextCell

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Rick Mann
Apple's response was that "it sounded like an issue others were reporting that was fixed [yesterday]." I haven't tried it yet. Sent from my iPhone > On May 28, 2015, at 08:28, Roland King wrote: > > tried safai, chrome and firefox on two different macs, same issue. > >> On 28 May 2015, at 2

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Roland King
tried safai, chrome and firefox on two different macs, same issue. > On 28 May 2015, at 23:27, Cosmo wrote: > > I remember having problems similar to this several months ago, until I > switched from using Google Chrome to Safari. Could that be the issue here? > >> On May 28, 2015, at 4:19 AM,

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Cosmo
I remember having problems similar to this several months ago, until I switched from using Google Chrome to Safari. Could that be the issue here? > On May 28, 2015, at 4:19 AM, Roland King wrote: > > >> On 27 May 2015, at 09:53, Doug Hill wrote: >> >> I’ve noticed very long loading times for

Re: NSPathControl

2015-05-28 Thread Raglan T. Tiger
> On May 27, 2015, at 4:43 PM, Lee Ann Rucker wrote: > > > On May 27, 2015, at 2:55 PM, Jens Alfke wrote: > >> >>> On May 27, 2015, at 2:46 PM, Raglan T. Tiger >>> wrote: >>> >>> I can setObjectValue: for the path; now I want to know what path component >>> the users selects. I am usin

Re: Found It - Problem with Outline View and Manual Memory Management

2015-05-28 Thread Dave
Hi, This is from Apple Sample Code so I thought something as fundamental as this would have been dealt with correctly. This is the copy method inside the “ImageAndTextCell” class, -(id) copyWithZone:(NSZone*) zone { ImageAndTextCell *cell = (BJImageAndTextCell*) [super copyWithZone:zone]; cell.

Re: Anyone else having trouble with the Provisioning Profile?

2015-05-28 Thread Roland King
> On 27 May 2015, at 09:53, Doug Hill wrote: > > I’ve noticed very long loading times for the pages in the Certs, IDs & > Profiles sections, but it eventually loads. > I just tried it now in Chrome and it took ~5mins of staring at that spinner > for the list of Provisioning profiles to load. >