Any donations (of advice) gratefully received

Corel Paint Shop Pro

Moderator: Kathy_9

papalazaru
Posts: 11
Joined: Thu Oct 06, 2016 10:40 am
operating_system: Vista Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: Any donations (of advice) gratefully received

Post by papalazaru »

No, just had another look, and there's no 192, 192, 192 on the image the first time I run it, and no extra layers etc., I really can't see anything different, could it be I have a different setting somewhere that would interfere with it?
Cassel
Posts: 1587
Joined: Fri Oct 29, 2010 6:49 pm
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
ram: 16Gb
Corel programs: PSP 8 (JASC) to PSP 2023
Location: Canada
Contact:

Re: Any donations (of advice) gratefully received

Post by Cassel »

It is strange. It was working fine, and now, i am reusing the same image and the starting image seems different. Did you change the image on the first post??
Could you post a different image?
Cassel
https://creationcassel.com/store
Specializing in PSP specific products: scripts and tubes

https://scrapbookcampus.com
for beginner and seasoned scrappers and designers and other PSP users
papalazaru
Posts: 11
Joined: Thu Oct 06, 2016 10:40 am
operating_system: Vista Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: Any donations (of advice) gratefully received

Post by papalazaru »

Was trying to follow the steps of your script, and not sure how to replicate these two;
# Vector Selection Update
App.Do( Environment, 'VectorSelectionUpdate', {
'Path': (0,-1,[],False),
'Type': App.Constants.ObjectSelection.Select,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Default,
'Version': ((19,0,0),1)

selectionPoint = FindSelectionPoint(Environment)
# Fill
App.Do( Environment, 'Fill', {
'BlendMode': App.Constants.BlendMode.Normal,
'MatchMode': App.Constants.MatchMode.None,
'Material': {
'Color': (255,255,255),
'Pattern': None,
'Gradient': None,
'Texture': None,
'Art': None
},
'UseForeground': True,
'Opacity': 100,
'Point': selectionPoint,
'SampleMerged': False,
'Tolerance': 20,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((9,0,1),1)

Not sure where to find these, idiots guide please. :wink:
papalazaru
Posts: 11
Joined: Thu Oct 06, 2016 10:40 am
operating_system: Vista Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: Any donations (of advice) gratefully received

Post by papalazaru »

Was trying to follow the steps of your script, and not sure how to replicate these two;
# Vector Selection Update
App.Do( Environment, 'VectorSelectionUpdate', {
'Path': (0,-1,[],False),
'Type': App.Constants.ObjectSelection.Select,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Default,
'Version': ((19,0,0),1)

selectionPoint = FindSelectionPoint(Environment)
# Fill
App.Do( Environment, 'Fill', {
'BlendMode': App.Constants.BlendMode.Normal,
'MatchMode': App.Constants.MatchMode.None,
'Material': {
'Color': (255,255,255),
'Pattern': None,
'Gradient': None,
'Texture': None,
'Art': None
},
'UseForeground': True,
'Opacity': 100,
'Point': selectionPoint,
'SampleMerged': False,
'Tolerance': 20,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((9,0,1),1)

Not sure where to find these, idiots guide please. :wink:
papalazaru
Posts: 11
Joined: Thu Oct 06, 2016 10:40 am
operating_system: Vista Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: Any donations (of advice) gratefully received

Post by papalazaru »

Was trying to follow the steps of your script, and not sure how to replicate these two;
# Vector Selection Update
App.Do( Environment, 'VectorSelectionUpdate', {
'Path': (0,-1,[],False),
'Type': App.Constants.ObjectSelection.Select,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Default,
'Version': ((19,0,0),1)

selectionPoint = FindSelectionPoint(Environment)
# Fill
App.Do( Environment, 'Fill', {
'BlendMode': App.Constants.BlendMode.Normal,
'MatchMode': App.Constants.MatchMode.None,
'Material': {
'Color': (255,255,255),
'Pattern': None,
'Gradient': None,
'Texture': None,
'Art': None
},
'UseForeground': True,
'Opacity': 100,
'Point': selectionPoint,
'SampleMerged': False,
'Tolerance': 20,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((9,0,1),1)

Not sure where to find these, idiots guide please. :wink:
papalazaru
Posts: 11
Joined: Thu Oct 06, 2016 10:40 am
operating_system: Vista Home Premium
System_Drive: C
32bit or 64bit: 64 Bit

Re: Any donations (of advice) gratefully received

Post by papalazaru »

Triple posted cos my computer seized up, embarassing :oops: No, I haven't done anything with the first image, will post you another tomorrow if you wish.
LeviFiction
Advisor
Posts: 6831
Joined: Thu Oct 02, 2008 1:07 pm
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Alienware M17xR4
processor: Intel Core i7-3630QM CPU - 2_40GH
ram: 6 GB
Video Card: NVIDIA GeForce GTX 660M
sound_card: Sound Blaster Recon3Di
Hard_Drive_Capacity: 500GB
Corel programs: PSP: 8-2023
Location: USA

Re: Any donations (of advice) gratefully received

Post by LeviFiction »

VectorSelectionUpdate moves down 1 layer.

FindSelectionPoint() is a custom function that's not built into PSP. It finds a single point that exists within a selection so that they can use the Fill tool in that location.

Fill, just click inside the selection.
https://levifiction.wordpress.com/
Post Reply