• Yokemate of Keyboards
    Yokemate of Keyboards
    Zylesea
    Posts: 2053 from 2003/6/4
    This program does not include a menu with the required MUIRoyale credentials. It's easy to add, just look to the examples or just add the fragment from below to yur .xml file:

    <menustrip id="mymenu">
    <menu title="Project">
    <item id="menabout" notify="selected">About...</item>
    <item id="menaboutmui" notify="selected">About MUI...</item>
    <item id="menaboutmuiroyale" notify="selected">About MUI Royale...</item>
    <item/>
    <item id="menquit" notify="selected" shortcut="Q">Quit</item>
    </menu>
    </menustrip>

    Of course you need to listen to the menuiem events and handle them in your event handling routine.

    And please provide w/o MUIRoyale embedded (reduces the binary size quite a bit and most ppl should have installed the MUI Royale and RapaGUI plugin anyway.

    Beside from that it seems to do what it should do - I still prefer to type in a simple "waitx shutdown" on the console for the same purpose though.

    [ Editiert durch Zylesea 05.09.2017 - 00:52 ]
    --
    http://via.bckrs.de

    Whenever you're sad just remember the world is 4.543 billion years old and you somehow managed to exist at the same time as David Bowie.
    ...and Matthias , my friend - RIP
  • »04.09.17 - 23:29
    Profile Visit Website