in reply to Re^2: How can I reset the vertical scroll position in Perl using Win32::GUI?
in thread How can I reset the vertical scroll position in Perl using Win32::GUI?
Your explanation about ScrollPos makes very good sense. Thanks :) Now I understand when the scrollbar seems to be reset,why the textfield content isn't updated.
With your suggestion, I tried addingBut the problem persists. Where might I be doing wrong here? Thanks :)$Object->Birthchart->Scroll(1,SB_TOP); $Object->Birthchart->ScrollCaret(); $Object->Birthchart->ScrollPos(1,0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I reset the vertical scroll position in Perl using Win32::GUI?
by Anonymous Monk on Dec 31, 2009 at 12:57 UTC | |
by ZJ_Mike (Initiate) on Dec 31, 2009 at 14:00 UTC |