RecentDocumentMenu disabled problem

Ribbon for WPF Forum

Posted 14 years ago by Jan Jones
Version: 9.1.0507
Avatar
Hi,

I'm using the RecentDocumentMenu in my ribbon application menu as follows and it is correctly populated but it is disabled so nothing can be selected and I can't see why?

      <ribbon:ApplicationMenu.AdditionalContent>
        <ribbon:RecentDocumentMenu Label="Recent Docs" Manager="{Binding RecentDocumentManager}"/>
      </ribbon:ApplicationMenu.AdditionalContent>
Thanks

Jan.

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jan,

Check out the "RecentDocumentMenu" topic in the main documentation, specifically the section "Processing Clicks on Documents". We use a WPF command on the menu items that you need to handle, otherwise they will be disabled.


Actipro Software Support

Posted 14 years ago by Jan Jones
Avatar
Doh!

Thanks for the amazingly quick response!!
The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.