Re: Voiceover support

2015-11-16 Thread Daniel Phillips
Hi Alex, Thank you very much for your advice and feedback. I've subscribed to the accessibility mailing list now, I didn't even think about that before emailing my original message on here. Sorry for that! Andrew, thank you for pointing me to RNIB, I think I may indeed be emailing them for

changing the name of my webview

2015-11-16 Thread Scott Berry
Hello there, In my main storyboard I’d like to call my web view “BrowseAirports.” How do I tell Xcode to do this so that when I call the code to open the web view it knows that my web view in storyboard is “BrowseAirports”? ___ Cocoa-dev mailing

Re: changing the name of my webview

2015-11-16 Thread Quincey Morris
On Nov 16, 2015, at 15:30 , Scott Berry wrote: > > In my main storyboard I’d like to call my web view “BrowseAirports.” How do > I tell Xcode to do this so that when I call the code to open the web view it > knows that my web view in storyboard is “BrowseAirports”? OS X

Re: Images in NSOutlineView disappear on dataReload

2015-11-16 Thread Ken Thomases
On Nov 13, 2015, at 11:48 AM, Nick wrote: > > I've encountered a strange behavior in a source list NSOutlineView. > Basically, whenever I call "reloadData", an image, that was set for a > currently selected row (NSTableCellView's imageview.image), disappears (I > set image

Re: UserDefaults not letting me access a dictionary?

2015-11-16 Thread Alex Hall
> On Nov 14, 2015, at 15:41, Quincey Morris > wrote: > > On Nov 14, 2015, at 10:18 , Alex Hall > wrote: >> >> In a playground, accessing a dictionary of [String:Bool] works fine, as >> expected. In the

Re: Trigger "Back to..." from code?

2015-11-16 Thread Eric Shepherd
Bummer. I was writing a Workflow script to do stuff and just wanted it to be able to return me back to where I started when it's done, instead of having to do it by hand. I didn't figure there was a way, but it would have been helpful. Daniel Phillips wrote: > No this is all out of your control.

Re: changing the name of my webview

2015-11-16 Thread Uli Kusterer
On 17 Nov 2015, at 00:30, Scott Berry wrote: > In my main storyboard I’d like to call my web view “BrowseAirports.” How do > I tell Xcode to do this so that when I call the code to open the web view it > knows that my web view in storyboard is “BrowseAirports”? Do you mean