Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - [SOLVED] Full screen Backstage and Quick Access
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] Full screen Backstage and Quick Access

 Post Reply Post Reply
Author
Message
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (1) Thanks(1)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] Full screen Backstage and Quick Access
    Posted: 02 August 2017 at 4:54am
Minor bug when using the xtpThemeOffice2016 for the CXTPRibbonBackstageView together with hidden Quick Access.

Now the backstage pages are full screen, nice :-) But unfortunately the m_bShowQuickAccess flag is forgotten when closing the full screen backstage.

If I set the following initially in my app:
pRibbonBar->ShowQuickAccess(FALSE);
the Quick Access is entirely hidden as it should, but after closing the full screen backstage it is displayed.

-cpede
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 02 August 2017 at 7:32am
Hello cpede,

Thank you for bringing this to our attention.
It is issue in CXTPRibbonBackstageView::OnDestroy()  line 737 

pRibbonBar->ShowQuickAccess(TRUE);

Hope we fix this quickly.

Regards,
 Oleksandr Lebed
Back to Top
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Posted: 22 November 2017 at 3:42am
Fixed in v18.2.0.

-cpede
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
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.125 seconds.