This is just absolutely frustrating. No one from customer help will help me. So I am hoping someone here can. For some reason I can NOT write a script that will work in any other version accept for X4. As far as I can figure it comes down to one command that comes up that no other version of PSP recognizes. It happens when I go to the different layers to start the shading etc. Any help is appreciated. I have pasted the command that appears below. Thanks in advance! ANd I'm not even working with vector layers, they are ALL raster layers lol
# Vector Selection Update
App.Do( Environment, 'VectorSelectionUpdate', {
'Path': (0,2,[],False),
'Type': App.Constants.ObjectSelection.Select,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Default,
'Version': ((14,0,0),1)
}
})