NSTableView Selection highlight issue in 10.10

2014-07-08 Thread Appa Rao Mulpuri
In Yosemite, TableView with the Sourcelist as selectionHighlightStyle with the cell based drawing is giving the blue selection though we override the highlightSelectionInClipRect in the custom class. In the Documentation, its mentioned that highlightSelectionInClipRect is not called if the high

Where are my speechVoices?

2014-07-08 Thread Gerriet M. Denkmann
+[AVSpeechSynthesisVoice speechVoices] is "Available in iOS 7.0 and later." But when I do: NSArray *allVoices = [ AVSpeechSynthesisVoice speechVoices ]; NSLog(@"%s allVoices %@",__FUNCTION__, allVoices); I just get nil. But in the same function [ AVSpeechSynthesisVoice voiceWit

Re: From BCP-47 to Natural?

2014-07-08 Thread Kyle Sluder
On Tue, Jul 8, 2014, at 09:38 PM, Gerriet M. Denkmann wrote: > There are several places where BCP-47 names (like "th-TH", "en-AU" etc.) > are used. > These are not really usable for users. > > Is there anywhere some Cocoa library or class which converts these to > natural language? > Like: > "th

From BCP-47 to Natural?

2014-07-08 Thread Gerriet M. Denkmann
There are several places where BCP-47 names (like "th-TH", "en-AU" etc.) are used. These are not really usable for users. Is there anywhere some Cocoa library or class which converts these to natural language? Like: "th-TH" → "Thai" or "ไทย" "en-AU" → "Australian English" etc. I could create

Could not find image named

2014-07-08 Thread koko
Could not find image named '11491B1D-FC9E-4CE6-8006-51685727BAE6’. A project that I have been building and distributing for three years suddenly began emitting the above message when I run in debug from the Xcode IDE. Any guidance … please! -koko _

Re: Considering some of the questions recently…

2014-07-08 Thread koko
On Jul 8, 2014, at 4:00 PM, Jens Alfke wrote: > * Paw looks seriously awesome for exploring/testing HTTP APIs. Kind of like > the venerable HTTPClient app but way more powerful. Definitely going to try > it out. Just tried PAW … very nice! -koko _

Re: Considering some of the questions recently…

2014-07-08 Thread Jens Alfke
Thanks! * Paw looks seriously awesome for exploring/testing HTTP APIs. Kind of like the venerable HTTPClient app but way more powerful. Definitely going to try it out. * GitX is OK, and I used to use it, but I really recommend SourceTree. It’s more powerful, has a better UI, and is still free.

Considering some of the questions recently…

2014-07-08 Thread Alex Zavatone
I just got this sent to me ala Medium. Thought I'd pass it on. https://medium.com/ios-apprentice/the-valuable-toolset-for-ios-development-ba312d12577d Items like FuzzyAutoComplete and CocoaDeveloper Quicklook Plugin immediately come to mind as tools that may solve some of the questions posted h

Re: UUIDs for FAT Drives

2014-07-08 Thread Gary L. Wade
Some observations about your sample code, keep in mind that when you finalize your production code, that volume paths cannot necessarily be completely represented in ASCII, there shouldn’t be a need to go from an NSString to a C-String to a CFURLRef/NSURL (just go from the NSString to the CFURLRef/

Re: UUIDs for FAT Drives

2014-07-08 Thread Scott Ribe
On Jul 8, 2014, at 8:06 AM, SevenBits wrote: > Are you aware of any way I could get this information using Cocoa, IOKit, or > some other OS X API? I'm not sure how/where the drive serial # will be stored, or even if every drive has a unique serial #, (maybe you need to combine serial # with m

Re: UUIDs for FAT Drives

2014-07-08 Thread SevenBits
On Tuesday, July 8, 2014, Pax <45rpmli...@googlemail.com> wrote: > Why not use the serial number of the USB device and the creation date of > the volume? Armed with those two pieces of information, you should be > reasonably sure of a good match… Are you aware of any way I could get this inform

Re: UUIDs for FAT Drives

2014-07-08 Thread Pax
Why not use the serial number of the USB device and the creation date of the volume? Armed with those two pieces of information, you should be reasonably sure of a good match… On 8 Jul 2014, at 15:01, SevenBits wrote: > On Tuesday, July 8, 2014, Scott Ribe wrote: > >> On Jul 7, 2014, at 8:

Re: UUIDs for FAT Drives

2014-07-08 Thread SevenBits
On Tuesday, July 8, 2014, Scott Ribe wrote: > On Jul 7, 2014, at 8:01 PM, SevenBits > wrote: > > > Is there any supported way to get the UUID of a FAT-formatted drive? Or > another method which can uniquely identify USBs of all major filesystem > types? > > FAT drives do not have UUIDs. Ah, th

Re: Yosemite API discussions

2014-07-08 Thread Cody Garvin
Apple seriously relaxed the NDA this year. I’m fairly certain we can talk about quite a bit more than we’re used to. - Cody > On Jul 8, 2014, at 3:11 AM, Markus Spoettl wrote: > > Hi, > > since the OSX-beta devforum is virtually dead from a developer perspective, > the only legal way to as

Yosemite API discussions

2014-07-08 Thread Markus Spoettl
Hi, since the OSX-beta devforum is virtually dead from a developer perspective, the only legal way to ask questions is using the black hole that is bugreporter. Lacking better alternatives, I reported several things (mostly related to new NSWindow features), even got feedback on one (though