Google Code Exporter
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...
``` 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...
``` 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);...
``` 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]...
``` 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...
``` 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,...
``` 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...
``` 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...
``` 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...
``` 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...