Search found 1660 matches

by brittneyr
Fri Feb 23, 2024 7:21 am
Forum: Customer Service
Topic: Unable to load projects "
Replies: 14
Views: 3537

Re: Unable to load projects "

Please check if the files you are attempting to open/edit are blocked. This can be done by right-clicking the file in File Explorer and selecting Properties.
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: 749

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: 1341

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: 752

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: 889

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: 1588

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: 889

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: 4618

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: 1341

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.