On Fri, Jun 01, 2001, [EMAIL PROTECTED] wrote:
> - My handspring Visor Deluxe is capable of 4bpp display (programs
> like GrayPaint, etc. prove this) but Plucker only allows me to
> display embedded 1- or 2-bpp images,
If the Visor requires some special hacks (e.g. writing directly to the
hardware) to support 4bpp images then it won't work, since Plucker only
uses standard PalmOS API calls.
> - If I use a font hack program to change the normal/bold/etc fonts to
> something other than the default height/width (e.g. 6 pt micro font),
> Plucker seems to display OK except when redrawing the screen on page
> up/down
When you change the font for a document that already has been rendered
using a default PalmOS font you will see problems like the ones you
describe. The reason for this is that the viewer stores the height of
the document (and also the height of each paragraph in the document),
so when you change the font the viewer will "think" that the text still
is rendered with the default fonts and not a much smaller (or larger)
font.
I can't guarantee that it will help, but you could try to change the
font or screen depth in the preference (or do something else that
recalculates the height and redraws the page.) Removing the dynamic
database for the database in question could also help.
/Mike