PSScriptPad pictures and copy issues

hi,
I have 2 issues with ScriptPad:

  1. after I using Pictures when close and reopen all pictures are gone. - it was fixed before but return in the new psscriptpad version.

  2. for some reason I can’t use CTRL+C / CTRL+V on some fields in PSscriptpad, for example:
    image
    can’t copy the values in the Size, (right mouse and copy is working)
    or the name in layout and more. (copy the font is working with CTRL+C / V)

please help

thanks

Hi @matzas,

I will open a couple of issues for these. They will be resolved in the 2021.9.0 release due out September 14th. If I get them resolved before then, I can provide pre-release builds with the fixes.

I cannot reproduce issue number 1. I am seeing picture retained after saving them. Is there any way you can share your PS1 files with me?

Issue 2 I can reproduce.

Thanks for your answer.

about the issue with the disappearing pictures:
to reproduce the problem you need to:

  1. start design and create some Picture boxes
  2. put pictures in them
  3. save (it will save the pictures and the script works fine)
  4. close the psscriptpad.
  5. reopen psscriptpad and load the designed script
  6. it will load without the pictures
  7. Now if you make some changes and save it, all pictures from the resource file will be deleted.

thanks in advance

Amir.

Solved:
After I noticed this error (it appears for less then a second):
image

I solved that by allowing scripts to run as CurrentUser and as LocalMachine.
set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine

thanks,
Amir.

1 Like

hi,
I’m Using the latest version, and it’s not working.

can’t copy and paste.

thanks.