Scroller for Writer

Shared Libraries
Forum rules
For sharing working examples of macros / scripts. These can be in any script language supported by OpenOffice.org [Basic, Python, Netbean] or as source code files in Java or C# even - but requires the actual source code listing. This section is not for asking questions about writing your own macros.
Post Reply
JeJe
Volunteer
Posts: 2763
Joined: Wed Mar 09, 2016 2:40 pm

Scroller for Writer

Post by JeJe »

Simple extension with dialog scrolling assistant for writer.

Note: Only brief testing to run in OO and LibreOffice writer on the versions I have.

Install and see/run the sub showScroller in module AAUser

'run this sub to show dialog perhaps by setting shortcut of your choice
'use up and down arrow keys, page up/page down and home end to change scroll position
'or hold mouse down on button.
'Top part of the button to move up
'bottom part to move down
'left half to scroll by line
'right half to scroll by screen
'the more to the right the faster the scroll.

****************************************

Edit: update 10 04 19

'added timer feature
'press timer to show timer moving feature
'select interval and type of scroll
'click go or halt
'timer will stop at start or end of document.
Attachments
JeScroller.oxt
(6.07 KiB) Downloaded 274 times
Windows 10, Openoffice 4.1.11, LibreOffice 7.4.0.3 (x64)
Post Reply