JPPack icon indicating copy to clipboard operation
JPPack copied to clipboard

A collection of VCL/LCL components for Delphi/Lazarus - buttons, panels, LinkLabel, ProgressBar, ColorComboBox, ColorListBox, Timer and other

Results 5 JPPack issues
Sort by recently updated
recently updated
newest added

The package file still has the old name LazIGDIPlus as a requirement, while JPPLib has been updated with the new and correct name (LazGDIPlus). https://github.com/jackdp/JPPack/blob/2f580465b3c9452690ed35c4e309322bdebce1cc/packages/Lazarus/jppacklcl.lpk#L181 https://github.com/jackdp/JPLib/blob/f7ee7afde9ed6f65789dea31e484941bb428dc49/packages/Lazarus/jplib.lpk#L238 Thanks!

Does your library supports Delphi/FPC Linux platform?

Hi, It's in the title. Thanks François

``` package JPPack; {$R *.res} {$R '..\DCR\JppBasicPanel.dcr'} {$R '..\DCR\JppBasicSpeedButton.dcr'} {$R '..\DCR\JppColorComboBox.dcr'} {$R '..\DCR\JppColorListBox.dcr'} {$R '..\DCR\JppFormIniStorage.dcr'} {$R '..\DCR\JppLinkLabel.dcr'} {$R '..\DCR\JppPanel.dcr'} {$R '..\DCR\JppTimer.dcr'} {$R '..\DCR\JppColorSwatch.dcr'} {$R '..\DCR\JppColorSwatchEx.dcr'} {$R '..\DCR\JppSimplePanel.dcr'} {$R '..\DCR\JppEdit.dcr'} {$R...