Re: [Haskell-cafe] GUI Program Hangs in GHCI

2011-07-03 Thread Jason Dagit
On Sun, Jul 3, 2011 at 9:06 PM, Jason Dagit wrote: > On Sun, Jul 3, 2011 at 8:31 PM, Alexander Solla wrote: >> >> >> On Sun, Jul 3, 2011 at 5:16 PM, Jason Dagit wrote: >>> >>> Hello, >>> >>> I have a GUI program that when I compile it and run it there are no >>> problems.  When I load it into GH

Re: [Haskell-cafe] GUI Program Hangs in GHCI

2011-07-03 Thread Jason Dagit
On Sun, Jul 3, 2011 at 8:31 PM, Alexander Solla wrote: > > > On Sun, Jul 3, 2011 at 5:16 PM, Jason Dagit wrote: >> >> Hello, >> >> I have a GUI program that when I compile it and run it there are no >> problems.  When I load it into GHCI and type, "main", it loads the >> main window but there are

Re: [Haskell-cafe] GUI Program Hangs in GHCI

2011-07-03 Thread Alexander Solla
On Sun, Jul 3, 2011 at 5:16 PM, Jason Dagit wrote: > Hello, > > I have a GUI program that when I compile it and run it there are no > problems. When I load it into GHCI and type, "main", it loads the > main window but there are no window decorations and the program hangs > to the point where I h

Re: [Haskell-cafe] GUI Program Hangs in GHCI

2011-07-03 Thread Jason Dagit
On Sun, Jul 3, 2011 at 5:16 PM, Jason Dagit wrote: > Hello, > > I have a GUI program that when I compile it and run it there are no > problems.  When I load it into GHCI and type, "main", it loads the > main window but there are no window decorations and the program hangs > to the point where I ha

[Haskell-cafe] GUI Program Hangs in GHCI

2011-07-03 Thread Jason Dagit
Hello, I have a GUI program that when I compile it and run it there are no problems. When I load it into GHCI and type, "main", it loads the main window but there are no window decorations and the program hangs to the point where I have to kill the ghci process. You see a spinning cursor when yo