On 29 Oct 2016, at 10:37, Jonathan Taylor wrote:
>
> This is a bit of a general question, but hopefully people may have some
> suggestions. I've got some drawing code that synthesizes an image in a
> window, which will change in response to sliders (e.g. changing the camera
> perspective). My
I want to show a file in Finder (not open it in some application).
I tried:
NSString *path = @“/some/thing.plist”;
[ sharedWorkspace openFile: path withApplication: @“Finder.app" ]
but this opens Xcode and displays the content of path.
I just want a Finder window with my path se
You want NSWorkspace's selectFile: inFileViewerRootedAtPath: method
rather than openFile: with Application
Best
Phil
> On 31 Oct 2016, at 17:00, Gerriet M. Denkmann wrote:
>
>
> I want to show a file in Finder (not open it in some application).
>
> I tried:
> NSString *path = @“
See these in NSWorkspace
activateFileViewerSelectingURLs:
Activates the Finder, and opens one or more windows selecting the specified
files.
-selectFile:inFileViewerRootedAtPath:
Selects the file specified by fullPath.
Sent from my iPhone
> On 31 Oct 2016, at 19:00, Gerriet M. Denkmann wrote:
I have a real hard time understanding this iOS/Swift3 crashlog. For one the
closure #s do not help that very much (I just assume they numbered from the
beginning of the file?) and the closure line numbers are all 0.
Any ideas what could be going on?
cheers,
Torsten
0 Foo
> On 31 Oct 2016, at 17:13, sqwarqDev wrote:
>
> You want NSWorkspace's selectFile: inFileViewerRootedAtPath: method
>
> rather than openFile: with Application
>
You are absolutely right.
Thanks for your help!
Kind regards,
Gerriet.
>
> Best
>
>
> Phil
>
>
>> On 31 Oct 2016, at 17:00
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.co
> On Oct 31, 2016, at 6:12 AM, Torsten Curdt wrote:
>
> I have a real hard time understanding this iOS/Swift3 crashlog.
This is an odd list to be posting this to. Crash logs are there for the
developers
of the crashing software. If you're interested in helping fix the compiler,
that's great,
>
> > I have a real hard time understanding this iOS/Swift3 crashlog.
>
> This is an odd list to be posting this to. Crash logs are there for the
> developers
> of the crashing software. If you're interested in helping fix the
> compiler, that's great,
> but you should be bringing this up on swif
> On Oct 31, 2016, at 3:49 PM, Torsten Curdt wrote:
>
> > I have a real hard time understanding this iOS/Swift3 crashlog.
>
> This is an odd list to be posting this to. Crash logs are there for the
> developers
> of the crashing software. If you're interested in helping fix the compiler,
> t
>
> If it helps, it looks like:
>
> - you're calling a function with the signature ([Foo.Store], CLLocation?,
> CLLocation?, Bool) throws -> [Foo.Store]
> - that function is calling another closure
>
Correct.
- that closure is crashing
>
That I got as well.
After a lot of staring at my code
11 matches
Mail list logo