> I like your program! The only function I miss is to select a part of the
> text and copy it into the clipboard. Do you plan to integrate these
> function in the future?
From a previous message I posted:
---
>> A function to select and copy text.
> Currently this isn't supported. It's a bit more difficult to add
> than you would think, because of the potential for images inside the
> clipped" region to offset it (we'd have to exclude those images, but
> what if they contained 'alt' elements? or were clickable links?). Also,
> since you >could have things like italics and <h1>..<h4> size fonts, as
> well as underlining (things which the built-in PalmOS fonts don't
> support directly), it becomes a bit trickier to handle that with a
> clipboard function. It >could >be implemented, but in the interim, you
> may want to try this:
> http://lthaler.free.fr/clipstring.htm
> "Because a lot of applications do not allow to copy the text
> displayed on the palm, ClipStringHack automatically records the texts
> displayed in the clipboard."
---
I'll add this to the FAQ later.
/d