sptbxlib
sptbxlib copied to clipboard
SpTBXLib is an expansion package for TB2K Delphi components that adds multiple features including support for styles and custom skins.
I have puted TScrollBar and TSpTBXLabel on the TSpTBXGroupBox and TScrollBar has strange flicks when I move mouse over the TScrollBar. I have added simple test case [test1.zip](https://github.com/SilverpointDev/sptbxlib/files/2973568/test1.zip)
To reproduce this another ancient issue: 1. Create new blank project. 2. Drop down SpTBXButton1. 3. Create any SpTBXButton1DrawCaption handler. 4. Get compile error [DCC Error] Unit1.pas(14): E2003 Undeclared identifier:...
The SpTBXSplitter looks better with frame painted. In my fork I use a function: ``` procedure PaintSplitterFrame(Canvas : TCanvas; IsVertical: Boolean; var R: TRect); var FrameBrush: HBRUSH; begin if IsVertical...
New feature request. It would be nice if SpTBXItem supported the HelpKeyword and HelpType properties which should synchronize with Actions.