Jump to content
RonaldK

Strange IDE behaviour - 10.3.1 (not 10.3.2)

Recommended Posts

Strange behaviour today.

I cant use the top left Toolbar "Ansicht" anymore. 

It seems that there is no OnClick Event assigned.  

 

image.png.3cb8b85c1b97106fa3501c2193fd5d98.png

 

Starting the IDE with the parameter "C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\bds.exe" -pDelphi -pfoo

everything seems ok. Maybe a Package

Renaming the registry  key:  HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\20.0\_Experts

change the icons and no OnClick:

 

image.png.10cdb219d5162c354dc9c09f7fa5e620.png

 

Any change to see, what package cause this trouble?

 

 

Edited by RonaldK

Share this post


Link to post

It seems I found the culprit.

 

Renaming 
HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\20.0\Toolbars

to

HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\20.0\_Toolbars

fix it. Very strange.

Edited by RonaldK

Share this post


Link to post

I am pretty sure it's a different layout that gets loaded and that it in fact is not the "View/Ansicht" toolbar you are pointing at in the bottom screenshot. Simply right click and check if its checked/visible

Share this post


Link to post
1 hour ago, Stefan Glienke said:

I am pretty sure it's a different layout that gets loaded and that it in fact is not the "View/Ansicht" toolbar you are pointing at in the bottom screenshot. Simply right click and check if its checked/visible

If it's only a layout problem, why is no function executed behind the OnClick?

 

The caption says it's the same Toolbar and the Button hint looks good:

image.png.a99494447853695f3b1ed03c3b22bbe5.png

 

 

Share this post


Link to post

Well then the issue is not only about that one but also about other toolbars because if you look carefully the rightmost button in the debug toolbar also has a different icon.

What happens if you go into Customize and click Reset for those toolbars?

  • Like 1

Share this post


Link to post
20 minutes ago, Stefan Glienke said:

Well then the issue is not only about that one but also about other toolbars because if you look carefully the rightmost button in the debug toolbar also has a different icon.

What happens if you go into Customize and click Reset for those toolbars?

then everything is ok
Icons and OnClick look default and work normally.

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

×