Steven Kamradt
Steven Kamradt
This is implying that the internal number of children is limited to an `nativeint `so when compiled for 64bit, it can hold more since the limits of a `nativeint `are...
I second these, it would be useful. In my limited use I keep a fixed variable for the root, but I could see where passing a node as a parameter...
it works fine if the colors (in your example) are white and your using a dark background. My source images are black and I am toggling between light and dark...
Odd, I am performing pretty much the same changes to the image list: ``` PanelColor := ComputePanelColor; // slightly lighter on dark themes, darker on light themes ToolbarColor := ColorBlendRGB(StyleServices.GetSystemColor(clBtnFace),PanelColor,0.5);...
I'm not using a virtual image list. I am using the TSVGIconImageList directly. This is on Delphi 12 (application is being updated from Delphi 10.3)
If only there was a collection of just common adornments. I believe this would be possible using masks and simple shapes to cut the adornment holes in the primary icon....
Here is an example with masks and outlines which shows it DOES cut the lines using this method (using outline alarm and solid circle-plus). This is a poor example, as...
The issue of pre-generating would be that some of the adornments would end up with not enough space, or too much (the minus vs the heart for instance). Clipping the...
There are already some concepts that have this: Folder -> document, inbox -> mail, group -> user, triangle-square-circle -> triangle, square or circle, circles -> circle . There are probably...
This is due to the fact that numerous icons are rendered as path polygons with a fixed stroke width and filled rather than stroked. I detailed an explanation of why...