PDA

View Full Version : Anyone ever find a mistake in Apple's documentation?




foidulus
Nov 4, 2008, 03:15 PM
if so, how quickly did they respond. I found that they made a mistake in their documentation of QTMovie (http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Classes/QTMovie_Class/Reference/Reference.html#//apple_ref/occ/instm/QTMovie/gotoPosterFrame), namely that gotoPosterFrame should be gotoPosterTime(at least in 10.5.5, looked at the headers to find the right name)

I used the feedback thingy on the bottom to tell them about it, but I'm not sure if they will actually update that or not. Anyone else ever discover anything like this? Did Apple respond?



liptonlover
Nov 4, 2008, 04:44 PM
hehehe I thought I did, when I was reading through apple docs and I noticed the word "atomic" coming up a few times... in my noobish inexperience I thought they meant to say automatic, and told them so. Fortunately I never got a response :o

kainjow
Nov 4, 2008, 05:38 PM
There's a current mistake that shows the isRendering method for QCView being 10.5+ but it's actually 10.4+. I'm too lazy to report it though ;)