From: Stephen D. <st...@da...> - 2002-11-07 16:33:26
|
On Thu, 7 Nov 2002, Takaaki Tateishi wrote: > 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? Hi Takaaki, I moved the "notice the hposition changed" to the browser handle method and the redraw then starts to work. Don't understand why its different but I'm pleased to have the problem fixed! Thanks, Steve |