- I'm pretty stymied by the scrollbar problem with selecting messages
that are not on the visible part of the list. If anyone has any suggestions, I'd love to hear them.
Yes, interesting problem, one would think the window would move with the selection as expected. Is there a way to detect when this happens? Or will it be something like the variable for the number of emails per page set elsewhere. Can you do a page down once that happens? It seems like you're trying to control the outside layer while being inside... hmmm That almost implies you have to control the inside from the outside so they know about each other and can scroll as needed. Another problem is then the number of displayed messages has to be cached differently since you have the possibility to scroll through any number of pages, holding down the down arrow key. I'm not sure things work that way here. It's more pagination. So stop selecting down after that last message on the first page, until a new page is loaded at which point the selection should be +1.
-- Robi