-
Hello,
Browsing the issues, I found a few related to scaling, though I'm not sure if they overlap with this one.
- link an SVGvirtualImageList to a TMainMenu, the icons do not scale when launched a…
-
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 disabled drawing is br…
-
I want to congratulate you on the StyledButton component. Fantastic!
I would suggest two implementations:
- Background transparency (like SpeedButton)
- Capture SVG image
I believe it would be…
-
*Issue 1*:
Procedure TSpTBXCustomizeForm.FormCreate contains the following:
```pascal
// Setup the listboxes
if Assigned(Customizer.Images) then begin
lbCommands.ItemHeight := Customizer.…
-
I'm trying to migrate to virtual image list to support multiple DPI.
I created a test app in Delphi 11.2 (per monitor v2 dpi support by default). App has one form with one SpTbxDock and one SpTbx T…
-
Delphi 10.3 - When the DPI parameter is set to 125%, the icons increase as if it is an ordinary picture and not an SVG. It is possible because of the set values of height and width. The icon is stretc…
-
when i add TSVGIconImageCollection to FMX form delphi add Vcl.BaseImageCollection to unit
-
Hi,
Thank you for developing SpTBXLib! I really appreciate your work. :-)
I'm planning to support DPI awareness of my app built with SpTBXLib.
I updated SpTBXLib from an old version to latest …
benok updated
3 years ago
-
Hi folks,
while porting an application to SVGIconImageList, I noticed that the intial loading time of the application doubles when SVGIconImageList is used instead of loading the imagelists from a …
-
Firstly, many thanks for adding the ImageName property!
However there are a few issues:
A) SetImageName and SetImageIndex do not account for "inherited" ImageLists. They need to use something …