| View previous topic :: View next topic |
| Author |
Message |
Jim Miller Guest
|
Posted: Fri Oct 24, 2003 6:16 pm Post subject: Tchart nextPage and previousPage stop working after scroll |
|
|
I have a chart with several pages. The nextPage and previousPage work
well until I scroll the chart with the right mouse button. Then
nextPage and previousPage no longer work. Any Suggestions?
Jim
|
|
| Back to top |
|
 |
David Berneda Guest
|
Posted: Fri Oct 31, 2003 6:49 pm Post subject: Re: Tchart nextPage and previousPage stop working after scro |
|
|
Hi Jim
Manually scrolling deactivates automatic paging because the "Chart1.Page" is undefined.
To enable autopaging again, call Chart1.UndoZoom method before changing the Chart1.Page property.
regards
david berneda
www.teechart.com
"Jim Miller" <jmiller55 (AT) hotmail (DOT) com> wrote
| Quote: | I have a chart with several pages. The nextPage and previousPage work
well until I scroll the chart with the right mouse button. Then
nextPage and previousPage no longer work. Any Suggestions?
Jim
|
|
|
| Back to top |
|
 |
|