From: <a_r...@ya...> - 2007-09-08 17:47:34
|
Yes, I use wxhaskell on windows and also on debian. On my system your program compiles ok. Last binary of wxhaskell for windows is here: http://sourceforge.net/project/showfiles.php?group_id=168626 (click on wxhaskell-bin-msw2.6.3-ghc6.6.1-0.10.1-0.zip) Best regards, Antonio Regidor Garcia > oops. here's the program i meant to include: > > import Graphics.UI.WX > > runUI1 :: IO () > runUI1 = start $ > do f <- frame [ ] > pan <- panel f [] > b <- button pan [ text := "B!", outerSize := sz 50 50 ] > set pan [ layout := widget b ] > set f [ layout := widget pan ] > ____________________________________________________________________________________ Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! http://advision.webevents.yahoo.com/reto/entretenimiento.html |