-
The following fix is not included in the TB2K patch.
I forgot to change a line in TB2Dock, change this in TTBCustomDockableWindow.WMMove:
```
SendMessage(W, WM_ERASEBKGND, WPARAM(BmpDC), 0);
```…
-
I have tbtoolbar with two tbedititems, when i enter some value in first edititem and i change focus with mouse to second tbedititem content of first tbedititem dissapears.
-
To reproduse just put any component into control container (TTBControlItem) on the toolbar. And make form slimmer.
-
Not an issue but...
In TB2Item.pas and in method TTBView.DoUpdatePositions the last two lines are:
```
if FWindow.HandleAllocated then
DoubleBufferedRepaint(FWindow.Handle);
```
In my …
-
Please update the TB2K patch to remove the following lines from TB2Ver.inc
```
{$IF not Defined(CLR) and (SizeOf(Pointer) 4)}
{$MESSAGE WARN 'This version of Toolbar2000 has not been tested …
-
The last buid produced unexpected effect: some menu and toolbar items are drawing on white background
-
In Delphi XE6 new version of TSpTBXStatusBar looks strange in non Windows theme (Carbon). You can see on the screenshot
![default](https://user-images.githubusercontent.com/35131832/48700729-cccc6280…
-
Currently you cannot add SpTBX lib components when you have selected as platform Win64. So you need to switch to a 32 bit platform add the components and switch back to Win64 platform. To avoid this…
-
Hello Rodrigo,
I am begin use your fantastic VCL-Style-Utils library and evertying works fine except I get a problem with the Toolbar 2000 components. Yes; I know this components (developed by Jordan…