Search found 1659 matches

by brittneyr
Thu Feb 22, 2024 12:55 pm
Forum: PowerShell Studio
Topic: Possible to recover files and project from compiled ps1?
Replies: 1
Views: 693

Re: Possible to recover files and project from compiled ps1?

Projects that have been exported to a script can only be recovered if recovery data is included in the exported file. It would look similar to the following: SPS_ProjectRecoveryData.png This is a setting that can be set in options (Designer->Export). You may find the following article helpful: https...
by brittneyr
Tue Feb 20, 2024 7:43 am
Forum: PowerShell GUIs
Topic: Relative Element Positioning & Properties Palette
Replies: 3
Views: 1302

Re: Relative Element Positioning & Properties Palette

You can put the logic in an event. For the initial load of the application, you can put the logic in the Form load event handler. If the dialog is able to be resized, then you should also add the logic to a resize event. You may find the following helpful: https://info.sapien.com/index.php/guis/gui-...
by brittneyr
Tue Feb 20, 2024 7:40 am
Forum: PowerShell Studio
Topic: Can't Debug because AnalyzeScript fails with file not found
Replies: 2
Views: 709

Re: Can't Debug because AnalyzeScript fails with file not found

This issue was addressed in service build 5.8.236. Please update and let us know if this is still an issue for you.
by brittneyr
Fri Feb 16, 2024 7:31 am
Forum: PowerShell Studio
Topic: FormClosingEventHandler does not work
Replies: 3
Views: 834

Re: FormClosingEventHandler does not work

Based on the files provided, the event handler was not added to the form control. Did you manually add the FormClosing event handler? If you want the code of adding/removing the event handler automatically generated for you, you need to connect the event handler in the designer. This can be done by ...
by brittneyr
Thu Feb 15, 2024 3:11 pm
Forum: PowerShell Studio
Topic: Heat/FIPS error during build (HEAT0308)
Replies: 17
Views: 1509

Re: Heat/FIPS error during build (HEAT0308)

Please try service build 5.8.238 and let us know if this is still an issue for you.
by brittneyr
Thu Feb 15, 2024 7:06 am
Forum: PowerShell Studio
Topic: FormClosingEventHandler does not work
Replies: 3
Views: 834

Re: FormClosingEventHandler does not work

Please upload your file or a test file demonstrating this behavior here:
https://www.sapien.com/support/upload
by brittneyr
Mon Feb 12, 2024 7:37 am
Forum: PowerShell Studio
Topic: Different computer, different from designer display
Replies: 16
Views: 4555

Re: Different computer, different from designer display

The form shown in the designer with size based on the display and set properties. This means controls will 'resize themselves' in the designer similar to when running the form on different displays.

While we can look into adding a possible workaround to this, there is no ETA on that.
by brittneyr
Mon Feb 12, 2024 7:28 am
Forum: PowerShell GUIs
Topic: Relative Element Positioning & Properties Palette
Replies: 3
Views: 1302

Re: Relative Element Positioning & Properties Palette

No, you cannot see this in the designer.
If you are dynamically setting a property, you need to preview/run the psf to see the results.
by brittneyr
Wed Feb 07, 2024 7:11 am
Forum: PowerShell Studio
Topic: "Product version has incorrect format", but format is correct.
Replies: 1
Views: 570

Re: "Product version has incorrect format", but format is correct.

Are you packaging your single-form application into an executable before creating an installer? If this is the case, can you provide a screenshot of your settings on the Version Information tab?

If this is not the case, can you copy and paste here the entire output when you attempt to build?