Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

synchronized scrolling with 2 windows

1,837 views
Skip to first unread message

Andrew Draper

unread,
Nov 14, 2006, 4:14:12 AM11/14/06
to
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.

little_creature

unread,
Nov 14, 2006, 4:21:19 AM11/14/06
to
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.


On 14.11.2006 10:14, in article
1163495652.3...@i42g2000cwa.googlegroups.com, "Andrew Draper"

Andrew Draper

unread,
Nov 14, 2006, 4:30:27 AM11/14/06
to
I find they still act independently. Do I need to make a setting?

little_creature

unread,
Nov 14, 2006, 5:30:50 AM11/14/06
to
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.


On 14.11.2006 10:30, in article
1163496627.8...@e3g2000cwe.googlegroups.com, "Andrew Draper"

Andrew Draper

unread,
Nov 14, 2006, 5:42:26 AM11/14/06
to
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.

little_creature

unread,
Nov 14, 2006, 6:05:58 AM11/14/06
to
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.


On 14.11.2006 11:42, in article
1163500946....@b28g2000cwb.googlegroups.com, "Andrew Draper"

John McGhie [MVP - Word and Word Macintosh]

unread,
Nov 15, 2006, 4:25:21 AM11/15/06
to
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


On 14/11/06 9:42 PM, in article

--

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

John McGhie <jo...@mcghie.name>
Microsoft MVP, Word and Word for Macintosh. Business Analyst, Consultant
Technical Writer.
Sydney, Australia +61 (0) 4 1209 1410

Andrew Draper

unread,
Nov 16, 2006, 6:36:57 AM11/16/06
to
Thanks, John. What a pity! Can you suggest the script?

Cheers

John McGhie [MVP - Word and Word Macintosh]

unread,
Nov 17, 2006, 3:24:55 AM11/17/06
to
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


On 16/11/06 10:36 PM, in article
1163677017.2...@h54g2000cwb.googlegroups.com, "Andrew Draper"

0 new messages