Print Page | Close Window

Missing scrollbar resources in Office 2013 style

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=22288
Printed Date: 01 October 2024 at 3:22pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Missing scrollbar resources in Office 2013 style
Posted By: Harm Bakker
Subject: Missing scrollbar resources in Office 2013 style
Date 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




Replies:
Posted By: mcmastl
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net