Re: [5/6] start: Support getting the file to open by AppleEvent. (resend)

2012-09-25 Thread Per Johansson
On Tue, Sep 25, 2012 at 10:57 AM, Francois Gouget wrote: > On Tue, 25 Sep 2012, Per Johansson wrote: > > > Hi, > > > > I should probably add a note that when I wrote this I had some doubts it > it > > belongs in start.exe, and I still somewhat do. > > > > The alternative would be to write a new p

Re: [5/6] start: Support getting the file to open by AppleEvent. (resend)

2012-09-25 Thread Francois Gouget
On Tue, 25 Sep 2012, Per Johansson wrote: > Hi, > > I should probably add a note that when I wrote this I had some doubts it it > belongs in start.exe, and I still somewhat do. > > The alternative would be to write a new program. The advantage to that is: Start.exe already has a /unix option so

Re: [5/6] start: Support getting the file to open by AppleEvent. (resend)

2012-09-24 Thread Per Johansson
Hi, I should probably add a note that when I wrote this I had some doubts it it belongs in start.exe, and I still somewhat do. The alternative would be to write a new program. The advantage to that is: 1. start.exe is left more similar to it's windows counterpart. 2. This other program could han

Re: start: Support getting the file to open by AppleEvent.

2012-07-26 Thread Per Johansson
24 jul 2012 kl. 17:49 skrev Per Johansson: > I've also managed to write a function which fetches the AppleEvent using > Objective-C, which can be seen here: > . > > I suppose if there's no way to get this file into wine I could make it into a

Re: start: Support getting the file to open by AppleEvent.

2012-07-24 Thread Per Johansson
19 jul 2012 kl. 20:00 skrev Per Johansson: > 19 jul 2012 kl. 18:11 skrev Alexandre Julliard : > >> You really don't want to do that. > > Alright, but like I said earlier there's really no other good way to support > associations without using Objective-C. I'll send a new version without > ass

Re: start: Support getting the file to open by AppleEvent.

2012-07-19 Thread Per Johansson
19 jul 2012 kl. 18:11 skrev Alexandre Julliard : > Per Johansson writes: > >> Uses a private API. > > You really don't want to do that. Alright, but like I said earlier there's really no other good way to support associations without using Objective-C. I'll send a new version without associ

Re: start: Support getting the file to open by AppleEvent.

2012-07-19 Thread Alexandre Julliard
Per Johansson writes: > Series goal: Implement app bundle start menu / file type associations on OS X. > > > From 681ea02fb9e3df819f812e359d3fe76c77423e32 Mon Sep 17 00:00:00 2001 > From: Per Johansson > Date: Tue, 17 Apr 2012 21:29:13 +0200 > Subject: start: Support gettin