

Here are the images alternatively as links:
https://www.dropbox.com/s/iqq7e700vkugg ... .jpg?raw=1
https://www.dropbox.com/s/zvvi5bw2lyulk ... .jpg?raw=1
Moderator: Kathy_9


I dont get it what you mean exactly. As I post above. My english is poor. This is My apology.terrypin wrote:But why is that then lost when pasting the selection to a new image?
Code: Select all
Traceback (most recent call last):
File "C:\Users\terry\My PSP8 Files\Scripts-Trusted\Selection_Expand with Square Corners.PspScript", line 1, in ?
from PSPApp import *
ImportError: No module named PSPAppGlad you like it and it now works for you. I keep forgetting that you're using the old Jasc PSP8, not newer Corel versions. If you keep getting that warning when you run the script then just try changing the Host to Paint Shop Pro 8 and the Host Version number in the script to 8.00terrypin wrote:Thanks Joe, that will be handy, duly installed. I'm guessing it's not comfortable in PSP8, as I get the error message
"The script coud not be loaded" and in the Scrip Preview pane this:
EDITCode: Select all
Traceback (most recent call last): File "C:\Users\terry\My PSP8 Files\Scripts-Trusted\Selection_Expand with Square Corners.PspScript", line 1, in ? from PSPApp import * ImportError: No module named PSPApp
I changed first line 'PSPApp' to 'JascApp' and ran it again. This time it gave the warning:
"This script is from a newer version of Paint Shop Pro or the version could not be determined.
You can continue to execute this script, but errors may occur or the script may produce unexpected results."
However - on closing that it worked apparently perfectly. Thanks a lot!
I'm afraid all scripts that we create and use to perform actions, regardless of the task they perform, must reside in the Scripts follders for PSP to be able to recognize them as actual created scripts. However, you can then rename the script to a name that works best for you to identify what it is to be used for. You can also, using the Resource Manager, create different categories for scripts so that you can select the desired category from the Scripts dropdown and have different scripts that do different things assigned to their particular categories.Muriel wrote: Challenging as it is, I would love to convince it to live in the Selections Drop Down Menu, as per the illustration.
Muriel!