Markus Hahn wrote: > Hi Klaus, > > In menu.c:1711: > I think , bool WithButtons = false) > > should be set to true. > > The info will never go up with HelpKeys This menu is used from the Recordings menu (where it is constructed with 'true', so it has buttons) as well as from the cReplayControl, where it shall not have buttons. Just call it with 'true' and you get the buttons - but make sure that you implement the functionality yourself, then ;-) Klaus