Name | Modified | Size | Downloads / Week |
---|---|---|---|
delphi-fmx-color-picker_v2.1.zip | 2025-03-08 | 128.2 kB | |
Readme.txt | 2025-03-08 | 1.1 kB | |
delphi-fmx-color-picker_v2.0.zip | 2024-02-13 | 127.2 kB | |
delphi-fmx-color-picker_v1.3.zip | 2023-08-29 | 143.5 kB | |
delphi-fmx-color-picker_v1.2.zip | 2023-07-03 | 125.3 kB | |
delphi-fmx-color-picker_v1.1.zip | 2023-07-02 | 124.6 kB | |
delphi-fmx-color-picker_v1.zip | 2023-06-30 | 875.9 kB | |
Totals: 7 Items | 1.5 MB | 0 |
2025-03-08: v2.1 * Modifications to the hex color value entry field to improve editing * Property TPopup.PopupForm made public to enable access by parent/owner form 2024-02-13: v2.0 * Complete rebuild of the component to create it dynamically at runtime. This was required to use it in macOS desktop applications in modal forms. 2023-08-29: v1.3 * Popup background changed to TPanel for better FMX styles support * Bug fix for MacOS in drag & drop of custom colors 2023-07-03: v1.2 * Tabcontrol and TColorPanel added to have both, a nice list of palette colors and a more flexible color picker panel. 2023-07-02: v1.1 * Canvas drawing functions called with full parameter list to help compatibility with older Delphi versions < 11.0. * Spin buttons implemented for RGB values. * Additional parameter in ColorDropdown and ColorButtonDropdown to enable or disable the alpha trackbar. * The global instance gUIControls is created on demand in TUIControls.Instance and not in initialization. * Demo project updated. 2023-06-30: v1.0 * First release, tested with Delphi 11.0