Re: [wxhaskell-users] Using input from IO in GUI

2009-05-27 Thread Rolf Haynberg
Hi Henk-Jan, Thanks for the hint! I was able to figure out what the problem was and could solve it. For people how want to know: The nil in the "set f" function was not allowed. Using IO and GUI in the same do-expression is actually not a problem. Regards, Rolf On 25.05.2009, at 22:17,

Re: [wxhaskell-users] Using input from IO in GUI

2009-05-25 Thread Henk-Jan van Tuyl
On Sun, 24 May 2009 10:33:13 +0200, Rolf Haynberg wrote: > Hello wxhaskell users, > > I'm new to wxhaskell and I can't solve the following problem on my own > (tried to find a solution online for hours). > > What I'm trying to do is simple: I want to display the time from now > until a time in th

[wxhaskell-users] Using input from IO in GUI

2009-05-24 Thread Rolf Haynberg
Hello wxhaskell users, I'm new to wxhaskell and I can't solve the following problem on my own (tried to find a solution online for hours). What I'm trying to do is simple: I want to display the time from now until a time in the future. For which I read the current time with getClockTime, d