[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
RE: [XaraXtreme-dev] Bug 1416
- From: "Phil Martin" <Phil@xxxxxxxx>
- Date: Thu, 10 Aug 2006 11:45:37 +0100
- Subject: RE: [XaraXtreme-dev] Bug 1416
Yes, like I said last week, the import position depends on TAG_VIEWPORT.
Are you writing a TAG_VIEWPORT record into the file and does it have
correct coordinates in it?
Phil
> -----Original Message-----
> From: owner-dev@xxxxxxxxxxxxxxxx
> [mailto:owner-dev@xxxxxxxxxxxxxxxx] On Behalf Of Sandro Sigala
> Sent: 10 August 2006 11:38
> To: dev@xxxxxxxxxxxxxx
> Subject: [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.
>