Jump to content

Scrolling questions


RealisT
 Share

Recommended Posts

As part of my screen-capture app, a "scrolling capture" feature, in which the entire client contents (on-screen and off-screen) of the window get captured, is the last big obstacle.

From what I can determine, I have to choose between the MouseWheel() or the Send("{PGDN}") commands to move down the window. But when should the script stop repeating these commands, i.e., how can one detect that the bottom of the window content has been reached (and one can scroll no further)?

I'm going 'cold turkey' on the kludgy techniques, like observing the scrollbar behavior and things like that. (Besides, not all windows have scrollbars).

It appears that AutoIt offers no means of managing "page" coordinates / dimensions but only the dimensions for "window" and "screen" coordinates (the visible parts).

Is there any command or method more appropriate for me to use?

Edited by RealisT
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...