Jump to content
Stéphane Wierzbicki

Disabling IDE Theme ? IDE is so slow

Recommended Posts

Hello,

 

I'm trying to disable IDE Theme (because it is damn slow).

 

Setting Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Theme\Enabled entry to Value: 0 brings me hope but :

 

IDE start with an exception:

image.png.af11689249e4ae3f25d1b2cfbf8776ff.png

 

and there are some disgraceful black painted controls and IDE 

image.thumb.png.66d2c59a14a103de5d90897633ebd300.png

 

Is there maybe another way to get rid of this ?

I seen a lot of people complaining about VCL Theme speed and IDE slow down.... Why the hell Embarcadero do not listen to their customers?

 

BTW I'm working with Delphi Sydney 10.4.1 + all available patches

Edited by Stéphane Wierzbicki

Share this post


Link to post
Guest

So, like Internet Explorer, it was incorporated into MSWindows, today, the use of THEMES is closely linked to the RAD Studio IDE, so removing some settings or disabling the loading of those packages, can, and will, cause errors during loading and use of the IDE.


Thus, you may have on your screen some errors (simple or fatal) related to BDS.exe, which manages your IDE under the hood.

In a simpler example, you can disable the use of Themes using this key in the Registry:

 

Side effect: some options or menus that depend on the use of Themes, because then, they were designed, you will get an error message on the screen. However, if the error is not of the "FATAL" type, then you can continue to use your IDE normally, including your project.

 

Here is an example, where I turned off the use of THEMEs in the IDE, and at the same time, my project is set to use the theme

 

image.thumb.png.2bacdb24f1551cecef94e75553bdf6fc.png     image.thumb.png.2d9a812e23b3b959ad71f952aff2a8ee.png

 

Setting (between other) on Registry that can affect the Themes on IDE 
---------------------------------------------------------
\HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\HTMLDesigner\General = false

[HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Theme]
"Enabled"=dword:00000000     <------
"Theme"="Dark"
"DarkSpeedSetting"="Dark"
"DarkOISpeedSetting"="Dark"
"LightSpeedSetting"="Defaults"
"LightOISpeedSetting"="Default"
"CustomSpeedSetting"="Defaults"
"CustomOISpeedSetting"="Dark"
"VCLStyle"=""
"FontName"="Segoe UI"
"FontSize"=dword:00000009
"TitlebarColor"=dword:00000001
"ToggleTheme"=dword:00000000
"FirstUse"=dword:00000000


Packages (between others ) used by Themes that can affect Themes on IDE
----------------------------
\HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Known IDE Packages
 =>  $(BDS)\Bin\darktheme270.bpl
 =>  $(BDS)\Bin\ModernTheme270.bpl
 =>  $(BDS)\Bin\themeloader270.bpl

hug

Edited by Guest

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×