Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - custom List in BackstagePage like RecentList
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

custom List in BackstagePage like RecentList

 Post Reply Post Reply
Author
Message
MarcoW View Drop Down
Newbie
Newbie


Joined: 24 May 2019
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote MarcoW Quote  Post ReplyReply Direct Link To This Post Topic: custom List in BackstagePage like RecentList
    Posted: 24 May 2019 at 8:00am
Hi,

we are trying to use the BackstagePages and would like to implement a list that is showing recently used items, like the CXTPRibbonBackstagePageRecent does.

How can that be achieved?
With an derived CXTPRibbonBackstagePage or can the CXTPRibbonBackstagePageRecent directly be derived and modifed so that we can add items manually?
Back to Top
Alex H. View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 February 2004
Status: Offline
Points: 266
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Posted: 28 May 2019 at 10:17am
We derived one from CXTPRibbonBackstagePage.
This class has a member for the recent files

CXTPRecentFileListBox m_wndList;

To fill the list call:

m_wndList.BuildItems();

we use XTP 18.4


Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.