Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Missing scrollbar resources in Office 2013 style
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Missing scrollbar resources in Office 2013 style

 Post Reply Post Reply
Author
Message
Harm Bakker View Drop Down
Groupie
Groupie
Avatar

Joined: 17 June 2008
Location: Netherlands
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote Harm Bakker Quote  Post ReplyReply Direct Link To This Post Topic: Missing scrollbar resources in Office 2013 style
    Posted: 28 April 2014 at 11:51am
Hello,

when running the CodeJock Ribbon Sample, in release 16.3.1 (and also in 16.3.0), I get the following error / ASSERT in XTPScrollBarThemeResource.cpp:

Lines 67-74:
---
        CXTPResourceImage* pImageArrowGlyphs = NULL;
        if (!bLight)
        {
            pImageArrowGlyphs = LoadImage(_T("CONTROLGALLERYSCROLLARROWGLYPHSDARK"));
        }
        if (!pImageArrowGlyphs) pImageArrowGlyphs = LoadImage(_T("CONTROLGALLERYSCROLLARROWGLYPHS"));

        ASSERT(pImageArrowGlyphs);

---

This happens when the number of Recent File items in the Recent Backstage page becomes so large that a scrollbar needs to be drawn. The result is that no scrollbars are drawn, which makes this style, in combination with a Gallery Control, kind of useless. Can you please fix this?

Kind regards, Harm Bakker

Back to Top
mcmastl View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 April 2015
Status: Offline
Points: 79
Post Options Post Options   Thanks (0) Thanks(0)   Quote mcmastl Quote  Post ReplyReply Direct Link To This Post Posted: 15 April 2015 at 5:00pm
Hello Harm Bakker,

Thank you for informing us of this issue.  We have brought this to the attention of the development team and will be looking into the issue.  If the matter has been resolved please let us know.  
Luke McMasters, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.188 seconds.