From: Falk B. <bu...@tc...> - 2005-10-05 10:19:31
|
Quoting Wolfgang Thaller <wol...@gm...>: > > Hi, > > > > I have read two previous postings of Wolfgang Thaller regarding an > > EnableGUI.hs > > module for Mac OS X. > > I am using GHC 6.0.1 and wxHaskell 0.9.4 and have downloaded the > > current > > available EnableGUI.hs module from the wxhaskell page, but when I > > try to run > > one of the wxhaskell sample programs I only get an empty window, no > > buttons > > etc. (wxWidget 2.6.2 is installed and the samples I've tried work > > fine). > > I assume this problem is due to I am using Mac OS X 10.2.8. > > Is there still an older version of EnableGUI.hs available which > > runs on my > > system? Wolfgang mentioned one which uses some undocumented > > functions which > > would be fine for me as I need it only to run on my machine. > > > > The version at http://wxhaskell.sourceforge.net/download/EnableGUI.hs > is still the one that uses the undocumented functions. Using > undocumented functions is not that dangerous for the newer systems, > as EnableGUI is only ever needed to run things from GHCi. > Do the wxhaskell sample programs work when you compile them & make > them double-clickable, without relying on EnableGUI? > > Cheers, > > Wolfgang > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussion= s, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > Thanks for your reply, but no, when I compile them with ghc and apply macosx-app which comes with th= e binary distr. of wxhaskell v0.4 I get the same result - just a blank wind= ow. When I use macosx-app built from the source of wxhaskell v0.9.4 the sampl= e program seems to need the Mac Classic environment, which I have not insta= lled at the moment. But I just learned that it is possible to install a classi= c folder on an existing OS X. I think I will give it a try except you still= have a better idea. |