[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Bug 1416



Hello, I have modified the sample testcase for bug 1416 following Gerry's
suggestions (thanks Gerry).

For details please read the bugzilla entry
http://bugzilla.xara.com/show_bug.cgi?id=1416

I also fixed a stupid bug, replacing
	Rec.Reinit(TAG_LAYERDETAILS, -1);
with
	Rec.Reinit(TAG_LAYERDETAILS, TAG_LAYERDETAILS_SIZE);

but that didn't help.

If someone has any hint, I would be grateful.  (I'm sure I'm
blind and I'm overlooking something).

Thanks,
Sandro

P.S.
In the TAG_FILEHEADER, if I specify a FileSize value zero,
with means "Unknown size" according to the Specification,
XaraLX displays "Should only be set to a value greater than zero"
while opening the file.