Jump to content
Fudley

Delphi 12.2 Toolbars strange behavior

Recommended Posts

Windows 11

Delphi 12.1  (haven't dived into 12.2 yet)

GExperts, CnPack, MMX are installed.

 

Right-clicking on the toolbars and selecting "Customize" I can then arrange the toolbars and icons, add new icons etc.

All is well until I restart Deephi, and the toolbars are not as I left them.  Some icons are missing. Some toolbars have blank spaces where the icons should be.

 

I have tried locking the toolbars, and saving the desktop.

 

Has anyone else run into this?

 

 

Share this post


Link to post

Yes, EMB screwed up again. I have not found a way to fix that. To they test before release at all?!

Sync prototypes still not working, lamers.

Share this post


Link to post

Oh well, provides a nice warm up phase before coding 🌞

Edited by Fudley
  • Haha 1

Share this post


Link to post
On 12/11/2024 at 4:16 AM, Fudley said:

Windows 11

Delphi 12.1  (haven't dived into 12.2 yet)

GExperts, CnPack, MMX are installed.

 

Right-clicking on the toolbars and selecting "Customize" I can then arrange the toolbars and icons, add new icons etc.

All is well until I restart Deephi, and the toolbars are not as I left them.  Some icons are missing. Some toolbars have blank spaces where the icons should be.

 

I have tried locking the toolbars, and saving the desktop.

 

Has anyone else run into this?

My futile fight with toolbars in Delphi started with Delphi X?? and continues to this day. But I found a solution: I turned off all toolbars and left only the palette on top 🙂(To be honest, I did not try to enable any of toolbars in Delphi 12.2, so I am not sure that problems persist.)

  • Like 1

Share this post


Link to post
16 minutes ago, Vandrovnik said:

My futile fight with toolbars in Delphi started with Delphi X?? and continues to this day. But I found a solution: I turned off all toolbars and left only the palette on top 🙂(To be honest, I did not try to enable any of toolbars in Delphi 12.2, so I am not sure that problems persist.)

I like the extra one or two code lines showing gained by not showing them.  If only the debug pause button had a key. :classic_angry:

Share this post


Link to post
2 hours ago, Vandrovnik said:

My futile fight with toolbars in Delphi started with Delphi X?? and continues to this day. But I found a solution: I turned off all toolbars and left only the palette on top 🙂(To be honest, I did not try to enable any of toolbars in Delphi 12.2, so I am not sure that problems persist.)

Hm, that just got me thinking: GExperts has this Editor Toolbar which can be freely configured, using any actions registered in the IDE. This works fine, even in Delphi 11 and 12 where the built in toolbars are broken.

Since Embarcadero seems unable to fix their bl***y toolbars, a plugin could just insert a panel at some convenient place - maybe just below the main menu? - and make it a toolbar.

Any takers?

  • Like 1

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

×