From: Wolfgang T. <wol...@gm...> - 2004-12-10 21:06:02
|
Hi! I just found out that Mac OS 10.3 ("Panther") and later support an official way for a background-only process to become a GUI process. Attached is a new version of my EnableGUI.hs module which uses the new functions. This should now be future-proof - I suggest to include it in wxHaskell and automatically invoke it from start, so that people don't need to worry about this any more. Of course, this doesn't mean that you don't need .app wrappers any more. They're still necessary once you want your application to have a nice double-clickable custom-designed icon, or to associate document types with it. Note that it won't link or run on older Mac OS X versions (e.g. 10.2 "Jaguar"). Cheers, Wolfgang |