Menu

#100 Wrong Menu Text

v1.0 (example)
open
nobody
None
5
2015-08-26
2014-08-18
Mike Jones
No

The TimeFlowsEx sample application displays the About menu with the text "Print Preview" rather than "About..." or whatever that text should be. The menu is created like this:

   mabout   <- menuAbout mhelp [help := "Information about this demo."]

The event from the "Print Preview" menu does pop the proper dialog. So only the text is incorrect.

I am using wxWidgets 3.0.1 and the latest wxHaskell.

Discussion

  • Mike Jones

    Mike Jones - 2014-08-18

    Just to test things more, I tried to use a different approach for this and get the same result.

    menuAppend mhelp wxID_ABOUT "&About" "About Menu" False
    evtHandlerOnMenuCommand f wxID_ABOUT $ infoDialog f "About Time flows.." "This is an idle event application."

     
  • Henk-Jan van Tuyl

    Ticket moved from /p/wxhaskell/support-requests/4/

     
  • Henk-Jan van Tuyl

    This works fine with wxWidgets 3.0.2 and the latest wxHaskell from GitHub, on Windows 8.1; could this ticket be closed?

     

Log in to post a comment.