Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Office2010 dark: disabled items are not readable
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Office2010 dark: disabled items are not readable

 Post Reply Post Reply
Author
Message
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1210
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Topic: Office2010 dark: disabled items are not readable
    Posted: 08 August 2025 at 6:18am
Hi;

Disabled items in office 2010 dark (black) theme are no longer readable in Version 24.2:


In version 19.1 evenrything has been drawn as expected and of course readable.

How can we change the color of disabled text to a somehow lighter gray?

TIA


Martin

Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0
Platform: Windows 10 v 22H2 (64bit)
Language: VC++ 2022
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1210
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 11 August 2025 at 10:38am
No idea?
The same happens with disabled edit fields.
Martin

Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0
Platform: Windows 10 v 22H2 (64bit)
Language: VC++ 2022
Back to Top
agontarenko View Drop Down
Moderator Group
Moderator Group


Joined: 25 March 2016
Status: Offline
Points: 333
Post Options Post Options   Thanks (0) Thanks(0)   Quote agontarenko Quote  Post ReplyReply Direct Link To This Post Posted: 11 hours 4 minutes ago at 4:09am
Hello,

I've tested checkbox control with Office 2010 black theme in RibbonSample (v24.2). 
I add this code for test and any problem has not found. All works as expected.
m_chkPreview.SetCheck(TRUE);
m_chkPreview.EnableWindow(FALSE);
See please screenshot.

May be you have another case. How I can reproduce this bug with our sample?

Regards,
Artem Gontarenko


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.031 seconds.