Google Code Exporter

Results 11083 issues of Google Code Exporter

``` There should be a Vizlet option to open the Topic-Page in a new window. Thereby, frequent reloads of the applet, which take time, can be avoided. This should either...

Priority-Medium
GoogleCode
Defect
Component-Vizigator

``` This unit seems to be around ~50-60% slower than JEDI's implementation, maybe you could look into that. ``` Original issue reported on code.google.com by `hikaritokyo` on 20 Sep 2014...

Priority-Medium
Type-Defect
auto-migrated

``` when I create the file. zip shows no progress and the application hangs ex: var Arch: I7zOutArchive; begin Arch := CreateOutArchive(CLSID_CFormat7z); Arch.AddFiles('C:\test', 'folder', '*.exe', true); SetCompressionLevel(Arch, 5); SevenZipSetCompressionMethod(Arch, m7BZip2);...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Tried to open a bzip2 archive created with 7zip. I have one item in the archive, and i7z.NumberOfItems returns 1, but i7z.ItemPath[i]...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. I used your example shown at progdigy related to progressbar but instead of 7zip format I tried to uncompress an ISO image...

Priority-Medium
Type-Defect
auto-migrated

``` An error occurs when working with large archives. The Cardinal type for the stream size is not sufficient, Int64 fixes the problem. var Arch: I7zOutArchive; Arch := CreateOutArchive(CLSID_CFormat7z); Arch.AddStream(aStream,...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? If applicable, please provide a mapping configuration and sample record input to recreate the problem. 1.Set a custom classloader on XmlMappingParser 2.parse file...

Type-Defect
auto-migrated
Priority-Medium

``` What steps will reproduce the problem? If applicable, please provide a mapping configuration and sample record input to recreate the problem. 1. Found no way to define content structure...

auto-migrated
Priority-Medium
Type-Enhancement

``` For reading/writing a fixed length file, the file must have a recordTerminator character or line separator. In my case, the file does not contain any recordTerminator character. The records...

auto-migrated
Priority-Medium
Type-Enhancement

``` Is there a way to add the DOCTYPE line in an XML stream ? I'm using BeanIO 2.1, and I manage to generate this XML: ... I would like...

auto-migrated
Priority-Medium
Type-Enhancement