Re: Filetype registration on OS X

Поиск
Список
Период
Сортировка
От Stefan Csomor
Тема Re: Filetype registration on OS X
Дата
Msg-id 7C8276CF39943045A5FFC7E6F145A2C007EA51D6@mars.advancedconcepts.ch
обсуждение исходный текст
Ответ на Re: Filetype registration on OS X  (Dave Page <dpage@postgresql.org>)
Ответы Re: Filetype registration on OS X  (Dave Page <dpage@postgresql.org>)
Список pgadmin-hackers
Hi

> -----Original Message-----
> From: Dave Page [mailto:dpage@postgresql.org]
> Sent: Freitag, 11. Mai 2007 13:02
> To: Florian G. Pflug
> Cc: pgadmin-hackers; Stefan Csomor
> Subject: Re: Filetype registration on OS X
>
> Florian G. Pflug wrote:
> > you just need to change CFBundleTypeRole back from Node
> > to Editor ;-)
>
> Ahh, right - I knew we were exporting the filetype, didn't know that
> change was require though.
>
> >> pgAdmin3.app/Contents/MacOS/pgAdmin3 -q -f $FILE.sql
> > On OSX, these things are handleded via apple events -
> > Launch Services start the app, and then send some "file open"
> > event. It seems as if wx already supports receiving this event:
> > http://www.wxwidgets.org/wiki/index.php/WxMac_Issues
> >
> > If this page is right, it's as easy as overriding
> > virtual void wxApp::MacOpenFile(const wxString &fileName)
>
>
> Oh - it's not documented in the wxWidgets class reference which might
> be
> why I didn't find it :-(
>
> Stefan; is there a reason for that, or is it simply oversight? Is
> there
> any other funky stuff hidden away that might be useful?

the problem is just the lack of time, or the lack of more developers to help with wxMac, I've answered things like
theseon the list only, so the wiki is a good place because people post and copy things there, also the docview sample
isshowing how to do this. If in doubt you can always email me directly, or make sure wxMac is in the subject line so
thatmy filters can catch it. 

BTW is WX_2_8_BRANCH ok for you, I'll notify Apple in a few days once 2.8.4 has been tagged.

Best,

Stefan

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Filetype registration on OS X
Следующее
От: Dave Page
Дата:
Сообщение: Re: Filetype registration on OS X