Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Is the dark theme toggle not visible for you? Here’s how to fix it

In RAD Studio 10.2.2, we introduced a new dark IDE theme.  I’ll write more about this in detail later this week.

We’ve seen initial bug reports affecting users upgrading from an existing 10.2.x installation that the toolbar button allowing you to toggle between the light and dark themes isn’t visible.  There are two workarounds:

  1. Change theme through the Options dialog: Tools > Options > Theme Manager
  2. Use the below fix to make the button visible

 8ukxzl-7767458

Making the toolbar button visible

Toolbar settings are saved in the registry, and this includes the width of the toolbar. Adding a new button to the toolbar changes the width, but the toolbar will not expand when loading pre-10.2.2 saved layouts.

The easiest way to solve this is to edit the registry to delete the value for the desktop layout toolbar. When the IDE next opens, it will show the toolbar’s full width.

Steps

Editing values in the registry is risky. Don’t do this unless you are familiar with the registry.

  1. Close the IDE
  2. Open RegEdit, and navigate to HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Toolbars
  3. Find the DesktopToolbar value
  4. Delete it
  5. Reopen the IDE

dxarmv-6701340

You will see the Desktop Layout toolbar now shows the Theme toolbar button.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

David is an Australian developer, currently living in far-north Europe. He is the senior product manager for C++ at Idera, looking after C++Builder and Visual Assist.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES