Robi wrote:
- 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.
-- Robi
For now I'm only worrying about one page at a time. I figure that users can paginate themselves - it would be pretty unexpected behavior for a tab or page down to load a new window and would open up a whole new can of worms.
I don't think any form of moving the scroll bar based on the number of messages would work. The length of the messagelist is going to have to do a lot with font size and that sort of thing. I was thinking that assigning focus to some invisible element might do the trick, that's what I'm going to try next (probably this afternoon - boss is on vacation today which means today is an RC day! :)
-Charles