synchronized scrolling with 2 windows

A

Andrew Draper

Hi all

How do I get 2 windows in word to scroll together when I scroll in one?
I can do this on my PC, but on the Mac, it seems I have to scroll each
one in turn. This is a drag as I need to proofread a text against a
source text and want to do it on my Mac. Any thoughts? I'm using MS
Office vX.
 
L

little_creature

IF you start at the same point (same line on both of your documents), you
can use page down and up - this will scroll each of the windows by the same
measure.
 
L

little_creature

They will behave independently, however, each will move by the same length.
This was just my first thought. You might get as well another opinion from
others later.
 
A

Andrew Draper

In the PC version, there's a 'compare side by side' function under
window menu so if you scroll, page up/down, the command applies to more
than 1 window.
 
L

little_creature

I know, but 'compare side by side' function isn't on Mac, so hopefully
someone wil get better idea which would be more helpful tham mine. IF I will
think out something during afthernoon I will post it.
 
J

John McGhie [MVP - Word and Word Macintosh]

Hi Andrew:

This function is not available in Word for the Mac. You would have to write
some complex AppleScript to add it.

I am afraid Word Mac is missing quite a few of the bells and whistles you
may be used to on the PC. Sorry about that :)

Cheers


In the PC version, there's a 'compare side by side' function under
window menu so if you scroll, page up/down, the command applies to more
than 1 window.

--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie <[email protected]>
Microsoft MVP, Word and Word for Macintosh. Business Analyst, Consultant
Technical Writer.
Sydney, Australia +61 (0) 4 1209 1410
 
J

John McGhie [MVP - Word and Word Macintosh]

Hi Andrew:

No. I'm not an AppleScript person, and this one is not easy. AppleScript
provides a ScrollEvent and a ScrollMethod.

You need to obtain the names of the two document windows involved, then read
the scroll event of the primary to find how far it moved and in which
direction.

You then need to issue those values as a scroll method to the other window.

By the time you've added error trapping and recovery, you'll be maybe a
hundred lines into the code... One issue you face is that while your script
is running, you have no scrolling control. While you are scrolling, you
have no script running :)

I think you might find it a lot easier to simply press PageDown in each
window :)

Cheers


Thanks, John. What a pity! Can you suggest the script?

Cheers

--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie <[email protected]>
Microsoft MVP, Word and Word for Macintosh. Business Analyst, Consultant
Technical Writer.
Sydney, Australia +61 (0) 4 1209 1410
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top