On Thu, Jun 14, 2001, Bill Nalen/Towers Perrin wrote:
> I'm curious though since it only happens on one page of many and it's not
> the largest page by any means.
If this happens when you open a new document then it is because the
viewer failed to uncompress the page.
In ViewHtmlDocument (document.c) there is a call to the uncompress
function (for ZLib compressed documents it will use the UnZip function
in uncompress.c) and if it for some reason fails to uncompress the
document it will return false to ViewDocument that will return this
status code to the event handler for the main form and the alert will
be displayed. Search for 'warnInsufficientMemory' in the source code
and you will find all places where this alert could appear.
/Mike