From: Eric Y. K. <eri...@gm...> - 2009-09-04 13:18:31
|
Hi Sebastian, On Fri, Sep 04, 2009 at 12:34:32 +0200, Sebastian Klüft wrote: > "assert "m_dynamicEvents" failed in SearchDynamicEventTable(): caller > should check that we have dynamic events" > > Everything seems to work just fine if i ignore it. So I'm wondering > what the meaning of it is and how to get rid of it? I don't really know how to answer your question, but I can at least report that this program does not spit out any error messages: import Graphics.UI.WX main = start gui gui = do f <- frame [text := "Hello World"] t <- timer f [interval := 20] return () Works for me on MacOS X Leopard without any warnings. I'm using a wxWidgets I built myself. Maybe folks on other platforms could try the same? -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |