From: Takaaki T. <tt...@kt...> - 2002-11-06 23:07:38
|
At Wed, 6 Nov 2002 14:09:20 +0000 (GMT), Stephen Davies wrote: > The problem is that I have a second widget that also needs to be redrawn > if the browser's horizontal scroll changes. The 2nd widget is a heading > line, also allowing dragging of columns and column widths. If the browser > is scrolled across then I need to draw the heading line similarly > scrolled. I see, > I took your test script and expanded it to illustrate my problem. In my > test I want the "Hposition is .." at the bottom to be redrawn whenever the > browser scroll changes. I detect the change in the browser correctly , > but calling footer.redraw and nothing happens. How about calling the @footer.redraw() in the handle() of a browser? -- Takaaki Tateishi <tt...@kt...> |