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

RE: [XaraXtreme-dev] Latest build test.



Actually, it wasn't the fix for this that broke document loading.  I
also checked in some initial plugin filter code that tries to run a
plugin from a hardcoded path and for some reason this causes the file
loading to use the plugin filter rather than the proper native file
filter.  The plugin filter is derived from the same base class as the
proper .xar filter but the differences cause this strange effect of the
view being incorrectly positioned.  I'll have to look into it more but
the fix I just checked in disables the attempt to run the plugin and
always returns 0 as the compatibility so the correct filter gets used.

Gerry

-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Neil Howe
Sent: 08 May 2006 15:26
To: dev@xxxxxxxxxxxxxx
Subject: RE: [XaraXtreme-dev] Latest build test.
 

Gerry's change did fix the crash, but seemed to introduce rendering
problems on load. So the change has been removed for now and I'll log
this as described above.

Neil