Re: Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-17 Thread Markus Spoettl
Hello, On 16/09/14 16:28, Markus Spoettl wrote: using Yosemite DP8 (first tested and observed with DP7), we get very heavy flickering when animating a popup overlay window over a window whose content consists of views sitting on NSVisualEffectViews (NSVisualEffectBlendingModeWithinWindow) an

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Bradley O'Hearne
> On Sep 16, 2014, at 7:57 PM, Rick Mann wrote: > > Is it possible to add an external GPS to a Mac such that Core Location will > use it? RIck — I’m interested in this same question, so I’ll be watching for any answers myself. But FWIW, I’d guess we are a generation or two away from all Macs

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Bill Cheeseman
I'm interested in the answer, too. In the meantime, note that Core Location makes good use of wi-fi data if you are in a heavy-duty wi-fi area. My free Lucubrator application for the Mac uses Core Location for its wi-fi capability, and around the

Re: Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-17 Thread Kyle Sluder
Your video won’t play on my phone. But honestly, if you’re not doing anything particularly advanced (as in the OpenGL or CGDirectDisplay level), then the symptoms you describe should not appear and you ought to file a bug. You might consider simply attaching your current project (along with scr

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 05:56 , Bradley O'Hearne wrote: > RIck — I’m interested in this same question, so I’ll be watching for any > answers myself. But FWIW, I’d guess we are a generation or two away from all > Macs (at least MBPs) having GPS built-in (and cellular as well). > Always-Internet-co

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Sean McBride
On Wed, 17 Sep 2014 10:20:49 -0700, Rick Mann said: >You might be right, but I think laptops are a bit different than >iPhones, in that they're rarely used while moving Less often than phones sure, but "rarely"? Not sure about that. I see lots of people on the train with laptops... Cheers, -

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 11:39 , Sean McBride wrote: > Less often than phones sure, but "rarely"? Not sure about that. I see lots > of people on the train with laptops... Against the tens of millions of Apple laptops out there? The hundreds of millions of generic laptop? I'm pretty sure it's rar

OS X MapKit issues

2014-09-17 Thread Rick Mann
I've built the beginnings of a simple OS X app that will display some stuff on a map. Although the Map View I put in the window is displaying a map, and is set to show the user location, and the app asked for permission and I clicked "OK," it's not actually displaying the location. I'm also usi

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 13:00 , Wayne J wrote: > Just last week, while Googling something else, I came across a couple of > articles about installing FTDI drivers (popular USB to serial chip) where the > specific device was a GPS device. If you Google “os x FTDI GPS” you should be > able to find

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 06:35 , Bill Cheeseman wrote: > I'm interested in the answer, too. In the meantime, note that Core Location > makes good use of wi-fi data if you are in a heavy-duty wi-fi area. My free > Lucubrator application for the Mac >

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 15:13 , Wayne J wrote: > Where you looking for something like this? > > http://tinyurl.com/om8okny > > It requires 3rd party software that I didn’t look at it does real-time GPS > tracking. Nope, but that says "OS X does not have the same CoreLocation service available t

Re: OS X MapKit issues

2014-09-17 Thread Stephane Sudre
Is it signed with the appropriate Mac App Store Developer Certificate? On Wed, Sep 17, 2014 at 9:31 PM, Rick Mann wrote: > I've built the beginnings of a simple OS X app that will display some stuff > on a map. Although the Map View I put in the window is displaying a map, and > is set to show

Re: OS X MapKit issues

2014-09-17 Thread Rick Mann
Yup, went through all that when I first tried to launch it. Using Xcode 6, it was fairly trivial, although I did have some issues with the automatic provisioning profile, but when I picked my Mac Team profile, it seemed to proceed without complaint. On Sep 17, 2014, at 15:35 , Stephane Sudre w

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 15:50 , Wayne J wrote: > > On Sep 17, 2014, at 3:20 PM, Rick Mann wrote: > >> >> On Sep 17, 2014, at 15:13 , Wayne J wrote: >> >>> Where you looking for something like this? >>> >>> http://tinyurl.com/om8okny >>> >>> It requires 3rd party software that I didn’t look a

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Clark Martin
KK6ISP Yet another designated driver on the information super highway. > On Sep 17, 2014, at 3:01 PM, Rick Mann wrote: > > >> On Sep 17, 2014, at 06:35 , Bill Cheeseman wrote: >> >> I'm interested in the answer, too. In the meantime, note that Core Location >> makes good use of wi-fi data

Re: Adding a GPS to a Mac for Core Location?

2014-09-17 Thread Rick Mann
On Sep 17, 2014, at 16:27 , Clark Martin wrote: > You might want to look into APRS (Automatic Packet are porting System). It's > a technology that transmits position data (GPS) via Amateur Radio through a > gateway to the Internet. Then you can track it from a web page. Hams use it > track

Doc links broken

2014-09-17 Thread Rick Mann
It seems that Apple broke all the existing documentation links. Dunno if that was deliberate or not. Bad form, either way. Filing a bug… -- Rick Mann rm...@latencyzero.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Doc links broken

2014-09-17 Thread Kyle Sluder
On Wed, Sep 17, 2014, at 06:46 PM, Rick Mann wrote: > It seems that Apple broke all the existing documentation links. Dunno if > that was deliberate or not. Bad form, either way. > > Filing a bug… Happens every single OS release. --Kyle Sluder ___ Co

Re: Doc links broken

2014-09-17 Thread Alex Zavatone
Yeah, i barked about it today on the Xcode list. What is insanely stupid is that in Xcode 5, the docs are already downloaded into the app, but Xcode 5 has to check the internet for the docs by using the link. This breaks the docs. So, searching any of the docs fails from within the app that y

Re: Doc links broken

2014-09-17 Thread Jens Alfke
> On Sep 17, 2014, at 6:00 PM, Alex Zavatone wrote: > > What is insanely stupid is that in Xcode 5, the docs are already downloaded > into the app, but Xcode 5 has to check the internet for the docs by using the > link. This breaks the docs. So, searching any of the docs fails from within >

Re: Doc links broken

2014-09-17 Thread Alex Zavatone
On Sep 17, 2014, at 9:12 PM, Jens Alfke wrote: > >> On Sep 17, 2014, at 6:00 PM, Alex Zavatone wrote: >> >> What is insanely stupid is that in Xcode 5, the docs are already downloaded >> into the app, but Xcode 5 has to check the internet for the docs by using >> the link. This breaks the d

Re: Doc links broken

2014-09-17 Thread Roland King
it gets worse. When you download Xcode 6.anything and update the docs it downloads iOS8 and OSX 10, appears to delete the old docsets, and the package receipts it writes in the library are (to my view) incorrectly named as com.apple.pkg.7.0.iOSDocset.plist and com.apple.pkg.10.9.OSXDocset.plist

Re: Doc links broken

2014-09-17 Thread Alex Zavatone
On Sep 17, 2014, at 9:12 PM, Jens Alfke wrote: > >> On Sep 17, 2014, at 6:00 PM, Alex Zavatone wrote: >> >> What is insanely stupid is that in Xcode 5, the docs are already downloaded >> into the app, but Xcode 5 has to check the internet for the docs by using >> the link. This breaks the d

Document Packages

2014-09-17 Thread Charles Jenkins
I know this is a stupid question that’s probably been asked many times before, but I don’t find a way to search the cocoa-dev list to look for it. For several evenings I’ve been struggling to learn how to write my document’s data out as an NSFileWrapper directory containing a group of RTF file

Re: Document Packages

2014-09-17 Thread Kyle Sluder
On Sep 17, 2014, at 7:18 PM, Charles Jenkins wrote: > > I know this is a stupid question that’s probably been asked many times > before, but I don’t find a way to search the cocoa-dev list to look for it. > > For several evenings I’ve been struggling to learn how to write my document’s > dat

Re: Document Packages

2014-09-17 Thread Quincey Morris
On Sep 17, 2014, at 19:18 , Charles Jenkins wrote: > What configuration am I missing to get a document package which appears as a > single file? You edit this directly in Xcode, though you’re correct that the documentation doesn’t really pull all the pieces together to give you a clear