Hi, On Thu, 04 Dec 2008 16:57:16 +0900, Bernd Holzmüller <bernd.holzmuel...@ics-ag.de> wrote: > in wxHaskell 0.9, I used the following definition to create a Cancel-Button > > cancelButton w = button w [ text := "Cancel", identity := wxID_CANCEL ] > > which allowed me to add a cancel button to a dialog that could also be > cancelled by using the Escape-Key. However, in the 0.10.3 version of > wxHaskell the Escape-Key does no longer close the dialog (pressing it > has no effect). > > Does anybody know whether this is due to the wxWidgets release change or > is it due to a change in the wxHaskell implementation?
This problem is come from wxWidgets' keycode change. I fixed that before in the darcs repository. [Fix: hardcoded keycode doesn't work well when using wxWidgets 2.8.x. shelarcy <shela...@gmail.com>**20080630120118] So, I think your problem will fix when we release wxHaskell 0.11.0. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ wxhaskell-users mailing list wxhaskell-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-users