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
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
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
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:
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
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
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/
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
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.
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
_
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
_
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
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
+[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
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
15 matches
Mail list logo