From: Bernd H. <ber...@ic...> - 2008-12-04 07:57:24
|
Hi all, 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? Thanks, Bernd |