sptbxlib icon indicating copy to clipboard operation
sptbxlib copied to clipboard

SpTBXLib is an expansion package for TB2K Delphi components that adds multiple features including support for styles and custom skins.

Results 15 sptbxlib issues
Sort by recently updated
recently updated
newest added

I discovered an unpleasant alignment of elements when switching between child windows. The bug is reproduced in the following sequence. 1. Open >1 child window 2. We reduce the width...

Now the function is declared as: ``` TTBCustomToolbar = class(TTBCustomDockableWindow, ITBItems) private ... class function MainWindowHook(var Message: TMessage): Boolean; {$IFDEF CLR} static; {$ENDIF} ``` Proper declaration must be: `function MainWindowHook(var...

One of the SVG options that is available via GetIt in the more recent versions of Delphi contains the TSVGIconImageList. Using this list for SVG images mostly works, however the...

Add support for drawing disabled images from TSVGIconImageList properly. (issue #114)

I know a little bit of the history behind this. But years have passed by, Could we make another approach to Jordan Russell to ask for permission to use his...

To allow custom drawing (eg: TSpTBXComboBox in csOwnerDrawFixed style mode) overrides ![image](https://user-images.githubusercontent.com/22446243/168567892-39c9581d-5e48-4b51-a995-d8ac4f5fefe9.png)

Currently applications made with the SpTBX will show menus as right aligned to their parent button on touchscreen pcs. This is due to the GetSystemMetrics(SM_MENUDROPALIGNMENT) call in TB2Items.pas. Touchscreen PCs...

added const where are needed, add AsInteger, AsHex, OnCustomValidate to the TSpTBXEdit, published some properties, 64 bit fix, added the PopupAtMousePos to the TSpTBXPopupMenu component

Fixed ugly disabled icon drawing with normal TImageList (#94). I have to move SpDrawIconShadow procedure from SpTBXSkins.pas to TB2Common.pas. Actual my patch is [this hunk](https://github.com/SilverpointDev/sptbxlib/compare/master...benok:FixUglyDisabledIconDrawing?expand=1#diff-1b64d01bcc17ae467a78ad68554f4bda878fc8c2788e3ddf06df225d113b9123R324-R327).

I undocked a TSpTBXDockablePanel and dragged it around across monitors with different DPIs and the panel size kept growing out of control. It looks like the biggest problem occurred when...