This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > PainShop Pro Scripting > March 2006 > PING Bart Hickman





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author PING Bart Hickman
Joske

2006-03-14, 6:22 pm

There is an interest in a PSP 9 version of your Chipboard Script in
the Scrapbooking newsgroup.

Just a few changes will make it work in both 9 and X. I posted how
these changes could be made, but would you be willing to put up a
new version yourself?

Joske


Patricia

2006-03-15, 3:17 am

I tried the changes that you mentioned Joske but I couldn't get it to work
for me in 9. Have never edited a script before so probably doing something
wrong. Thanks for the tip anyway...Pat


"Joske" <j.backer@home.nl> wrote in message news:4416b4ab$1_2@cnews...
> There is an interest in a PSP 9 version of your Chipboard Script in
> the Scrapbooking newsgroup.
>
> Just a few changes will make it work in both 9 and X. I posted how
> these changes could be made, but would you be willing to put up a
> new version yourself?
>
> Joske
>
>



Joske

2006-03-22, 6:21 pm

Patricia wrote:
> "Joske" wrote


[color=darkred]
[color=darkred]
> I tried the changes that you mentioned Joske but I couldn't get
> it to work for me in 9. Have never edited a script before so
> probably doing something wrong. Thanks for the tip anyway...


It should work, I checked it. These are the only lines to be
changed, the indents should stay in place:

from JascApp import *

'Host': 'Paint Shop Pro ',

'Host Version': ''

I still hope Bart himself will turn up and change and post a new
version.

Joske











Patricia

2006-03-23, 3:16 am

Joske started from scratch again and it still wouldn't work for me so
decided to try what Karen mentioned re adding my version and it runs fine
now. Thanks for taking the time to help..Pat


"Joske" <j.backer@home.nl> wrote in message news:44214d0f_3@cnews...
> Patricia wrote:
>
>
>
>
> It should work, I checked it. These are the only lines to be
> changed, the indents should stay in place:
>
> from JascApp import *
>
> 'Host': 'Paint Shop Pro ',
>
> 'Host Version': ''
>
> I still hope Bart himself will turn up and change and post a new
> version.
>
> Joske
>
>
>
>
>
>
>
>
>
>
>



Lori Davis

2006-03-23, 6:19 pm

"Joske" <j.backer@home.nl> wrote in message news:4416b4ab$1_2@cnews...
> There is an interest in a PSP 9 version of your Chipboard Script in
> the Scrapbooking newsgroup.
>
> Just a few changes will make it work in both 9 and X. I posted how
> these changes could be made, but would you be willing to put up a
> new version yourself?
>


Bart, yesterday I posted the following message in the original chipboard
thread, but in case you miss it here it is in an easier-to-find place:

Hi, Bart

Some of my scrapbooking students were asking about chipboard yesterday. Is
it OK if I share your script with them? (Or if you have the script available
on the web somewhere, I'd be happy to give the students the link.)

Thanks!
Lori


Bart Hickman

2006-03-24, 4:18 am

Lori Davis wrote:

>"Joske" <j.backer@home.nl> wrote in message news:4416b4ab$1_2@cnews...
>
>
>
>Bart, yesterday I posted the following message in the original chipboard
>thread, but in case you miss it here it is in an easier-to-find place:
>
>Hi, Bart
>
>Some of my scrapbooking students were asking about chipboard yesterday. Is
>it OK if I share your script with them? (Or if you have the script available
>on the web somewhere, I'd be happy to give the students the link.)
>
>Thanks!
>Lori
>
>
>
>


Sure. Spread it around. Let me go fix it--it need a break from taxes.
I think I've even improved it since I posted it here.

Bart
Bart Hickman

2006-03-24, 4:18 am

Okay, I fixed it. Read the comment text as it might be different than
before--I don't know which version(s) might be floating around out there.

By default, it pops up a little "helper" dialog box just before each
major operation to remind you what you need to do. If you don't like it
to do this, open the script in a text editor and near the top of the
main "Do" subroutine there's a variable called "interactive". Set it to
0 to turn off the helper dialogs.

The script is at:
http://home.comcast.net/~zumbari/Sc...ctive.PspScript

Bart
Joske

2006-03-24, 11:15 pm

Bart Hickman wrote:

> Okay, I fixed it. Read the comment text as it might be different
> than before--I don't know which version(s) might be floating
> around out there.


> By default, it pops up a little "helper" dialog box just before
> each major operation to remind you what you need to do. If you
> don't like it to do this, open the script in a text editor and
> near the top of the main "Do" subroutine there's a variable
> called "interactive". Set it to 0 to turn off the helper dialogs.


> The script is at:
>

http://home.comcast.net/~zumbari/Sc...ctive.PspScript

Thanks Bart. Just a little suggestion: if you zip the script, folks
can unpack it straight away to the folder (Trusted? Restricted?) you
tell them to. It's a bit more convenient than copy-pasting the text.

Joske




Lori Davis

2006-03-24, 11:15 pm

"Bart Hickman" <bart_hickman@comcast.net> wrote in message
news:4423abf1$1_3@cnews...
> Okay, I fixed it. Read the comment text as it might be different than
> before--I don't know which version(s) might be floating around out there.
>
> By default, it pops up a little "helper" dialog box just before each major
> operation to remind you what you need to do. If you don't like it to do
> this, open the script in a text editor and near the top of the main "Do"
> subroutine there's a variable called "interactive". Set it to 0 to turn
> off the helper dialogs.
>
> The script is at:
> http://home.comcast.net/~zumbari/Sc...ctive.PspScript
>


Thanks, Bart.

Lori (who really should be working on her own darn taxes!)


Bart Hickman

2006-03-26, 6:34 am

Joske wrote:

>Bart Hickman wrote:
>
>
>
>
>
>
>
>
>
>http://home.comcast.net/~zumbari/Sc...ctive.PspScript
>
>Thanks Bart. Just a little suggestion: if you zip the script, folks
>can unpack it straight away to the folder (Trusted? Restricted?) you
>tell them to. It's a bit more convenient than copy-pasting the text.
>
>Joske
>
>

Okay, thanks for the tip. I updated all my script links to zip files.
They're all restricted-enabled. Here they are:

Chipboard script:
http://home.comcast.net/~zumbari/Sc...Interactive.zip

Paint with light--includes the PWL script and the invert-material script:
http://home.comcast.net/~zumbari/Scripts/PWL.zip

Split layer to HSL group: splits the active layer into a group with
interactive Hue, Saturation, and Lightness channels. The Saturation and
Lightness channels are greyscale so adjustment layers can be applied to
them.
http://home.comcast.net/~zumbari/Sc...LtoGroupHSL.zip

Split layer to RGB group: splits the active layer into a group with
interactive Red, Green, and Blue channels. The channels are greyscale
so adjustment layers can be applied to them.
http://home.comcast.net/~zumbari/Sc...BtoGroupRGB.zip

Bart
Joske

2006-03-28, 6:55 pm

Bart Hickman wrote:
> Joske wrote:


[color=darkred]
> Okay, thanks for the tip. I updated all my script links to zip
> files. They're all restricted-enabled. Here they are:


> Chipboard script:

http://home.comcast.net/~zumbari/Sc...Interactive.zip

> Paint with light--includes the PWL script and the invert-material
>script:

http://home.comcast.net/~zumbari/Scripts/PWL.zip

> Split layer to HSL group: splits the active layer into a group
> with interactive Hue, Saturation, and Lightness channels. The
> Saturation and Lightness channels are greyscale so adjustment
> layers can be applied to them.

http://home.comcast.net/~zumbari/Sc...LtoGroupHSL.zip

> Split layer to RGB group: splits the active layer into a group
> with interactive Red, Green, and Blue channels. The channels are
> greyscale so adjustment layers can be applied to them.

http://home.comcast.net/~zumbari/Sc...BtoGroupRGB.zip

A nice collection. Looks good, Bart.

Joske
--
http://members.home.nl/j.a.c.backer/






Sponsored Links


Copyright 2003 - 2009 forum4designers.com  Software forum  Computer Hardware reviews