Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread jd102684
Thanks, scrollIntoView did the trick! Alex Back-2 wrote: > > Hi JD, > > On Friday 04 May 2007 jd102684 wrote: >> I need to be able to take a scrollable widget and force the scroll bar to >> go back to the top. >> >> say I scroll all the way down. There is another widget within the first >> wi

Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread Alex Back
Hi JD, On Friday 04 May 2007 jd102684 wrote: > I need to be able to take a scrollable widget and force the scroll bar to > go back to the top. > > say I scroll all the way down. There is another widget within the first > widget that I click to do something, and upon clicking it I want the outer >

Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread Peter Schneider
Hi JD, your "problem" looks like a perfect example for the qooxdoo event system. 1st: I'm using qooxdoo 0.6.6, so there might be some differences to your 0.6.5 version of qooxdoo, but I think they are minor. 2nd: Do not take all the code below "without any change". I've just typed it in

[qooxdoo-devel] Forcing scroll position

2007-05-04 Thread jd102684
I need to be able to take a scrollable widget and force the scroll bar to go back to the top. say I scroll all the way down. There is another widget within the first widget that I click to do something, and upon clicking it I want the outer widget to scroll back up to the top. It seems simple e