> All plucked links seem to point to the index for reasons I fail to
> understand (too bad, 'cause the Yahoo news pages there are very nicely
> Palm-readable).

        Have you tried this site instead (from PODS)?

        http://pg1.yahoo.com/raw?

> - If I don't want another memo, I have to copy/paste it out of there, or
> at least consolidate them.

        How would you like to do it? Select a memo to paste it into, then
complete the paste? I don't know of any application which does this at all.
Putting them all in one memo would be bad also, since MemoPad has a 4k
restriction on the size it can use to store that information.

> - Arbitrary text can not be copied (only URLs).

        See my message from plucker-dev yesterday. Excerpt:

---
>   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."
---

>   Did I miss something?

        Nope.

> 2) I signed up with the bug-tracking thing, but:
>    When I checked in a few hours later, my entry
>    (and all others) disappeared.
>    Now my password is invalid.  Did I annoy the management
>    by reporting a bug that was only due to my ignorance.
>    Sorry!

        You managed to hack the url to locate the (not public) bug tracking
site we (the developers) were testing. I'm cleaning up a few last things,
running one last security sweep across the php code, and making it live. Your
bugs are still in there. No worries.

> 3) I find the page-down on the palm leaves too much of the
>    previous page on the screen.  Does anyone else find this
>    annoying, or is it just me?   Can I beg the authors to
>    please consider adding an option to allow this to be in
>    some way?  If I load a font (hack) the scrolling is really
>    messed up.  I can understand why.

        You have the code, you could probably hack in a threshold there if you
wanted:

        [  4] How many lines to leave from the previous page when scrolling?
        |  3|
        |  2|
        |  1|
        |  0|
        *---*

        (that's supposed to be a selector trigger in ascii art =)

        FontHack screws up quit a lot of things, and for good reason, hence
the name, hack =)


/d


Reply via email to