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

Making a New document (was Re: [XaraXtreme-dev] XCode - The main goal)



On 26/06/06, Alex Bligh <alex@xxxxxxxxxxx> wrote:
--On 26 June 2006 12:46 +0100 Ben Fowler <ben.the.mole@xxxxxxxxx> wrote:
> (My previous smoke test was to make a new document, this fails with a
> message about the need to create a template - I dare that this is by
> design).

It shouldn't be. All this is meant to do is load a .xar file representing
the normal template out of the resources (it offers something a bit
more fancy if you have an installed system). So you could probably
trace through this and find out where it's going wrong. If it's anything
like the 64 bit port, finding one such bug tends to cure about 10
seemingly unrelated problems.

That's a good point. I certainly did try tracing through what was
happening, but I either got bored or tangled up in ERRORn macros, and
once I started to think that what I was seeing was due to there no
longer being a Default.xar in svn exempli gratia
http://www.xaraxtreme.org/maillists/archive/commits/msg00447.html ,
the notion took hold that what I was seeing was intentional. I will
have another look. Perhaps I have failed to all the resources included
into the bundle. wx needs a bit of hand-holding here, and it is quite
possible that I have not updated something I should have and so have
omitted a necessary step.

Ben