I'm a new user so I have a few questions that I couldn't find the solutions for. Sorry if some of these have already been discussed.
I can't get some of the Shipping Scripts to work correctly that I'd like to use. I'm new to NCP so I'm sure it's something I'm doing wrong but have tried a few different things and now I'm at a loss. I'm not familiar with programming but have started looking into learning Lua just for NCP as it seems like you'd be able to do pretty much anything you need with it.
I'm running Windows 10, updated with the current (2/9/2019) newest builds so I'm guessing it's with the changes in the way Windows does things since the scripts were made.
I'm also just executing the scripts from the "Script Manager" and have tried them with Shortcut keys assigned.
These are the scripts I've tried.
22_ImportTextFileTree
It does create a new blank document.
Then a message pops up that says "Ok" but nothing in document.
I've even tried creating a directory that it looked like this script may pull it from (c:\temp\test) and putting the text tree in there but that didn't work.
42_ImportRtfFileFolder
It asks me to choose the directory.
It does create a new blank document.
Error message that pops up with #42-
..Files\NoteCasePro\app\scripts\42_ImportRtfFileFolder.lua:35: bad argument #1 to 'dir' (string expected, got nil)
47_ExportRtfFileFolder
Error message that pops up with #47-
.Files\NoteCasePro\app\scripts\47_ExportRtfFileFolder.lua:31: attempt to concatenate a nil value (local 'strCurrentDir')
59_GlobalSearch
This one works great for finding the text and popping up a list of matches, but when I click on one of the list items and then "Ok" (or double click) it doesn't go to that note. The list just dissappears and I'm still at where I was before the search.