RonaldK 18 Posted August 7, 2019 (edited) Strange behaviour today. I cant use the top left Toolbar "Ansicht" anymore. It seems that there is no OnClick Event assigned. 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: Any change to see, what package cause this trouble? Edited August 7, 2019 by RonaldK Share this post Link to post
RonaldK 18 Posted August 7, 2019 (edited) 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 August 7, 2019 by RonaldK Share this post Link to post
Stefan Glienke 2002 Posted August 7, 2019 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
RonaldK 18 Posted August 7, 2019 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: Share this post Link to post
Stefan Glienke 2002 Posted August 7, 2019 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? 1 Share this post Link to post
RonaldK 18 Posted August 7, 2019 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
Uwe Raabe 2057 Posted August 7, 2019 So you only have to find out what causes it when it happens again. Share this post Link to post