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

Attachment: pgpiQAKPvaGH7.pgp
Description: PGP signature

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to