In various projects and forms, I have an AdvDockPanel with an AdvToolBar, and in the toolbar there are 2 advedit controls and a pair advtoolbarbutton. The advedit controls have a labelcaption.
Since some days ago, runtime alignment of the controls on the toolbar was the same shown in design time.
Since I've updated to 6.7.0 (I've just updated to 6.7.3 and nothing has changed) the advedits are overlapping.
See the screenshots: in design time the controls are ok, in runtime not.
Designtime:
Runtime:
I've tryied to change every setting on the advedit or the toolbar, nothing changes.
If I create a new form with same controls, same problem.
Any help?
Thanks
Claudio Basso
It is unclear how this could have worked in a previous version as-is.
For aligning, TAdvEdit, doesn't take the label in account.
Either add the label separately so the label is a separate control on the toolbar or put the TAdvEdit controls with a fixed position on a panel in the toolbar.