ScottinPollock wrote:Disheartening to discover it's been almost 2 years and this still has not been fixed
The thread started in 2011, so it seems it's actually been 6 years…
I use an AppleScript to correct the behavior, and I think it might perhaps be a good idea to share it with the community. It's a simple, but effective work-around that solves the problem for me.
1) Save this as an AppleScript application. Call it "Open System Preferences General" and place it wherever you want on your internal hard drive.
Code: Select all
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.general"
end tell
2) Then open Users & Groups in the System Preferences
3) Click on the Login Items tab
4) Drag Nisus Writer Pro and the AppleScript into the window
Now, every time the computer starts, the General pane will be opened, and all you have to do is to jiggle the handle. Assuming "Jump to the spot that's clicked" is enabled when the machine starts, then click once on "Jump to the next page" and then back on "Jump to the spot that's clicked."
When you jiggle, NWP is already running and that should establish the correct behavior and remain like that… as long as Nisus stays open.
If anybody knows how to integrate the jiggle in the AppleScript, then please share that knowledge.