Search found 410 matches

by Þorvarður
2015-12-07 06:04:49
Forum: Nisus Writer Pro
Topic: How to display Character Count without multiple clicks
Replies: 23
Views: 20550

Re: How to display Character Count without multiple clicks

The deviation where the macro selects 3 words instead of 2 is actually a "bug". I'm very pleased to say, that with your help I think I have now got exactly what I wanted. I discovered that my "Lorem Ipsum" dummy text (the beginning of Conrad's Heart of Darkness), which I have al...
by Þorvarður
2015-12-06 14:35:36
Forum: Nisus Writer Pro
Topic: How to display Character Count without multiple clicks
Replies: 23
Views: 20550

Re: How to display Character Count without multiple clicks

Grüezi Philip, As always, thank you very much for your help. This is what I was looking for. There seems to be a slight aberration though, because the macro selects 6,525 words instead of 6,500. If I want just 2 words selected and change the macro accordingly, I get 3 words selected instead of 2. Th...
by Þorvarður
2015-12-06 06:13:16
Forum: Nisus Writer Pro
Topic: How to display Character Count without multiple clicks
Replies: 23
Views: 20550

Re: How to display Character Count without multiple clicks

Hello Philip et al., There are scenarios where I need to see how much text the first, let's say, 6500 words of a document amounts to (the word number may differ), and how many pages it will require. If I do this manually, I have to select the text several times, until I finally find the exact number...
by Þorvarður
2015-12-02 03:32:26
Forum: Nisus Writer Pro
Topic: The dread spinning ball.
Replies: 5
Views: 7180

Re: The dread spinning ball.

I found that the spinning ball versions seemed to retain a lot of deleted text. I did something and heaps of deleted text appeared. Are you talking about versions, the feature in File > Revert To > Browse All Versions ? Not sure how to clear the stuff in the future! The first question you need to a...
by Þorvarður
2015-12-01 04:24:52
Forum: Nisus Writer Pro
Topic: The dread spinning ball.
Replies: 5
Views: 7180

Re: The dread spinning ball.

I don't use iDrive, but can't you change the user-specified backup time to every 2 hours, to see if iDrive is causing of the problem? Apart from that, I would consider the following: 1. Does this happen in other applications too? 2. Have you checked and repaired your disk with Disk Utility? 3. Run S...
by Þorvarður
2015-11-26 01:08:25
Forum: Nisus Writer Pro
Topic: Any way to insert attachments?
Replies: 2
Views: 3214

Re: Any way to insert attachments?

steveyum wrote:Is there a way to insert attachments, such as zip files? If there is a way, I can't seem to find it.
Select the file icon in Finder, copy with Command + c, and paste into your Nisus document. That will add a hyperlink to the file.

Isn't this what you want to do?
by Þorvarður
2015-10-11 13:52:09
Forum: Nisus Writer Pro
Topic: NWP v2: Non-native scrollbars?
Replies: 19
Views: 23788

Re: NWP v2: Non-native scrollbars?

If you change the system setting while NWP is running, it behaves properly. Hi Martin, In other words, toggling the the OSX system preference only corrects the misbehavior as long as Nisus stays open . If I quit Nisus and open it again, then it's back again. Seems as if Nisus suffers from some sort...
by Þorvarður
2015-10-08 15:14:16
Forum: Nisus Writer Pro
Topic: NWP v2: Non-native scrollbars?
Replies: 19
Views: 23788

Re: NWP v2: Non-native scrollbars?

I'm on an iMac with OS X 10.9 "Mavericks" now, and guess what? The problem is still happening: I have my scrollbar behaviour set to "jump to the spot that's clicked", but Nisus Writer Pro doesn't honour it, it still scrolls by one page. Hi Eric, first press and hold down the Opt...
by Þorvarður
2015-10-07 07:30:12
Forum: Nisus Writer Pro
Topic: Too frequent autosave
Replies: 7
Views: 11363

Re: Too frequent autosave

I have not had this problem, but I would first try toggling the auto-save feature here: System Preferences > General > "Ask to keep changes when closing documents" If that doesn't help, then you might want to consider disabling the auto-save feature in Nisus altogether. Here is a tip with ...
by Þorvarður
2015-09-29 03:36:37
Forum: Nisus Writer Pro Macros
Topic: Why is this code incorrect?
Replies: 12
Views: 18863

Re: Why is this code incorrect?

So the line always has to start '$variable &='
So that was the crux of the matter! Now I understand. I think the Nisus people may have forgotten to make this clear in the Macro Reference.

Thank you also very much for the example, which, by the way, was not so stupid at all. :-)
by Þorvarður
2015-09-28 22:56:57
Forum: Nisus Writer Pro Macros
Topic: Why is this code incorrect?
Replies: 12
Views: 18863

Re: Why is this code incorrect?

The "&=" operator is perfectly valid. Thank you Philip for the clarification. It's a string append operator. Could you give me examples of how to use this correctly? It would be very helpful. Actually, I assumed I was appending one string to another string, but neither [1] nor [2] wor...
by Þorvarður
2015-09-28 07:19:48
Forum: Nisus Writer Pro Macros
Topic: Why is this code incorrect?
Replies: 12
Views: 18863

Re: Why is this code incorrect?

This has never been part of the macro language. In fact it doesn't even make sense. Philip, you say the operator "&=" does not exist and would make no sense; but what does it then mean in the Macro Reference when it says: "both values are treated as strings and concatenated (eg: ...
by Þorvarður
2015-09-26 02:46:53
Forum: Nisus Writer Pro Macros
Topic: Why is this code incorrect?
Replies: 12
Views: 18863

Re: Why is this code incorrect?

in NW 2.1 the location of the Nisus New File is now in the ~/Nisus Documents/Templates/' folder… It's good that you mention this. Is the "Nisus Documents" folder also not more inside the Documents folder? Mine is here: /Users/Home/Documents/Nisus Documents Which files should now be in the...
by Þorvarður
2015-09-26 00:58:17
Forum: Nisus Writer Pro Macros
Topic: Why is this code incorrect?
Replies: 12
Views: 18863

Re: Why is this code incorrect?

phspaelti wrote:The "&=" should just be an "&".

Code: Select all

$path = $path & '/' & $fileName
I changed this one line, and happy days are here again!!! :D
https://www.youtube.com/watch?v=UH01FhqMdc8
by Þorvarður
2015-09-26 00:47:58
Forum: Nisus Writer Pro Macros
Topic: Why is this code incorrect?
Replies: 12
Views: 18863

Re: Why is this code incorrect?

This has never been part of the macro language. In fact it doesn't even make sense. Here is the whole macro. It's based on a macro written by Kino, but I guess I must have screwed it up. A little knowledge is a dangerous thing. :wink: To achieve the same goal, a much shorter and simpler macro would...