View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003546 | JEDI VCL | 00 JVCL Components | public | 2006-03-01 02:58 | 2006-03-10 14:01 |
Reporter | Logiqualis | Assigned To | AHUser | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.10 | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003546: Missing CompressionLevel in JvZlibMultiple ? | ||||
Description | Hello, We use the very good TJvZlibMultiple, and we just suggest a little improvement : adding a CompressionLevel property in order to define the same name property in the internally used TJclZLibCompressStream. Or (and?) an event if you want. Thanks. | ||||
Additional Information | TJvZlibMultiple = class(TJvComponent) (...) published property CompressionLevel: Integer read FCompressionLevel write FCompressionLevel; (...) end; implementation procedure TJvZlibMultiple.AddFile(FileName, Directory, FilePath: string; DestStream: TStream); (...) try ZStream := TJclZLibCompressStream.Create(Stream, CompressionLevel); try // is it possible to use it here ? ^ (...) end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-03-01 02:58 | Logiqualis | New Issue | |
2006-03-10 14:01 | AHUser | Status | new => resolved |
2006-03-10 14:01 | AHUser | Resolution | open => fixed |
2006-03-10 14:01 | AHUser | Assigned To | => AHUser |
2006-03-10 14:01 | AHUser | Note Added: 0008655 |