Hi jhpark, I believe the solution you're looking for would involve using a ScrollTable widget along with a KeyboardListener attached to the scroll table.
Basically the scroll table would contain the list of items that you wish to scroll through and have a keyboard listener attached that could listen for "j" or "k" key presses, and subsequently select the previous / next items displayed in the scroll panel, respectively. Hope that helps, -Sumit Chandel On Sun, Nov 9, 2008 at 2:41 AM, jhpark <[EMAIL PROTECTED]> wrote: > > sorry I can't write English well... > > I have make table. > > and make keyboard shorrtcut.( like Gmail ) > > problem//////// > > if table height is 400px, and panel height is 200px.. then scroll > visible.. > > up arrow and down arrow key input scroll move.. ( up and down ) > > when I input j key ( Gmail -> next row ) scroll down.. > when I input k key ( Gmail -> prev row ) scroll up.... > > > please tell me if you know... > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
