Hi, Got a problem that's stumping me.
I have a FlexTable (displaying several rows of String data) placed in a ScrollPanel. In the FlexTable I have a single row selected. So, I want the FlexTable to respond to UP and DOWN arrow keypress actions to change the row that is selected. To do this I wrap the FlexTable in a FocusPanel and it can now respond to key press actions. But the problem is that the ScrollPanel is also responding to these UP and DOWN keypress actions. So not only does my selected row move, but the ScrollPanel starts scrolling - as if it has the focus of my UP and DOWN key actions. How can I stop the ScrollPanel responding in this way ? Any help, much appreciated, M. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.