Re: ScrollPanel.scrollToBottom has no effect

2013-06-13 Thread adanzer901
Hy, I have the same Problem. I tried the solution of Paul Robinson, but nevertheless, nothing happens. Where is my mistake? Here is my code: public static ScrollPanel scrollPanel; // ... private void loadInputFunctions() { input.addKeyDownHandler(new KeyDownHandler() {

scrollpanel.scrollToBottom() doesn't work...

2013-06-13 Thread adanzer901
Hy, I have the same Problem. I found a solution with Scheduler. ... but it doesn't work. Where is my mistake? Here is my code: public static ScrollPanel scrollPanel; // ... private void loadInputFunctions() { input.addKeyDownHandler(new KeyDownHandler() { @Override

Re: ScrollPanel.scrollToBottom has no effect

2013-06-13 Thread adanzer901
Hy, I have the same problem with the Scrollpanel. I tried the solution of Paul Robinson, but nevertheless nothing happens. Here's my code: public static ScrollPanel scrollPanel; // ... private void loadInputFunctions() { input.addKeyDownHandler(new KeyDownHandler() {