Search found 1643 matches

by brittneyr
Thu Jan 25, 2024 2:57 pm
Forum: PowerShell Studio
Topic: Different computer, different from designer display
Replies: 16
Views: 4111

Re: Different computer, different from designer display

Similar to running a form on a different machine, the form shown in the designer with size based on the display and set properties. This means controls will 'resize themselves' in the designer on different displays.
by brittneyr
Tue Jan 23, 2024 3:37 pm
Forum: PowerShell Studio
Topic: Problem with codesigning for X64 exe
Replies: 1
Views: 18658

Re: Problem with codesigning for X64 exe

I apologize for the delayed response.
Is this still an issue for you?

We have seen this behavior before when something is blocking the signing process. Please try signing your executable from a console. This should reveal more helpful information.
by brittneyr
Tue Jan 23, 2024 3:19 pm
Forum: PowerShell Studio
Topic: Powershell Studio automatically expanding commands
Replies: 4
Views: 13608

Re: Powershell Studio automatically expanding commands

Based on my research, this may be happening from conflicting commands:
https://learn.microsoft.com/en-us/power ... -conflicts

Do you have multiple commands named Where-Object or Get-Content from different modules?
by brittneyr
Tue Jan 23, 2024 6:50 am
Forum: PowerShell Studio
Topic: Rewind In PowerShell Studio
Replies: 1
Views: 1295

Re: Rewind In PowerShell Studio

The Restore Points section can be found on the ribbon under Source Control.

If you have issues finding anything on PowerShell Studio's ribbon, you can use the search bar located at the top of the application.
by brittneyr
Mon Jan 22, 2024 7:26 am
Forum: PowerShell Studio
Topic: Submit File to version recall
Replies: 3
Views: 1987

Re: Submit File to version recall

That is the correct behavior as of build 5.8.237. If you wish to leave a comment, you will need to open VersionRecall.
by brittneyr
Fri Jan 19, 2024 2:09 pm
Forum: PowerShell Studio
Topic: Submit File to version recall
Replies: 3
Views: 1987

Re: Submit File to version recall

You submit files to VersionRecall from the ribbon (Source Control->Ribbon):
SPS_RibbonVersionRecall.png
SPS_RibbonVersionRecall.png (27.18 KiB) Viewed 1938 times
If this is not what you are looking for, can you please clarify?
by brittneyr
Fri Jan 19, 2024 7:21 am
Forum: Wish List and Feature Requests
Topic: WPF/XAML Support
Replies: 4
Views: 2058

Re: WPF/XAML Support

Thank you for the feedback. WPF support is on our TODO list for a future release of PowerShell Studio. There is no ETA yet.
by brittneyr
Fri Jan 19, 2024 7:03 am
Forum: PowerShell Studio
Topic: Custom Powershell Modules Shared value not saving In Empty form Project
Replies: 22
Views: 66797

Re: Custom Powershell Modules Shared value not saving In Empty form Project

If you are importing a module into a script, this will import the files of the module. The module will handle the management of such files. To import a module, you add the following to your script: Import-Module ModuleName This is what I was referring to when I said import. That is what you are doin...
by brittneyr
Thu Jan 18, 2024 3:26 pm
Forum: PowerShell Studio
Topic: Custom Powershell Modules Shared value not saving In Empty form Project
Replies: 22
Views: 66797

Re: Custom Powershell Modules Shared value not saving In Empty form Project

The file type that was addressed in service build 5.8.236 was PSM1. PSM1 files shared values should now be saved outside of module projects. You cannot set a png or an executable file as shared. The Shared property is for sharing function and class information between other files in a project. As of...
by brittneyr
Wed Jan 17, 2024 3:32 pm
Forum: PowerShell Studio
Topic: PowerShell 7.4.1 support
Replies: 1
Views: 1288

Re: PowerShell 7.4.1 support

A new build of PowerShell Studio with support for PowerShell 7.4.1 will be released sometime next week at the latest.