Search found 1642 matches

by brittneyr
Wed Mar 27, 2024 8:29 am
Forum: PowerShell GUIs
Topic: Cut & Paste of buttons make them not work
Replies: 2
Views: 97

Re: Cut & Paste of buttons make them not work

Copying controls does not copy their associated event handlers.
You need to copy over all the event handlers and then add them to the copied controls from the designer.

You may find the following helpful:
https://www.sapien.com/blog/2021/04/12/ ... -designer/
by brittneyr
Tue Mar 26, 2024 7:43 am
Forum: PowerShell Studio
Topic: How to use ISE color theme in PowerShell Studio?
Replies: 1
Views: 126

Re: How to use ISE color theme in PowerShell Studio?

You cannot directly use the ps1xml file.
You can set colors for the editor in Options -> Editor -> Font & Color:
SPS.OptionsFontColorpng.png
SPS.OptionsFontColorpng.png (65.67 KiB) Viewed 112 times
by brittneyr
Mon Mar 25, 2024 7:47 am
Forum: PowerShell Studio
Topic: Search history
Replies: 1
Views: 54

Re: Search history

What do you see in the dropdown in the Find/Replace dialog (CTRL+F)?
You should be able to close files or the window and it should retain the search in the dropdown.
SPS_FindReplaceDropdown.png
SPS_FindReplaceDropdown.png (14.26 KiB) Viewed 37 times
by brittneyr
Mon Mar 25, 2024 7:07 am
Forum: Wish List and Feature Requests
Topic: Change Automatic Formatting of Colons For Ternary Expressions
Replies: 1
Views: 243

Re: Change Automatic Formatting of Colons For Ternary Expressions

Thank you for reporting this behavior. I've been able to reproduce this behavior and will file a bug report for the development team. When I have any updates, I'll post here.
by brittneyr
Thu Mar 21, 2024 7:12 am
Forum: PowerShell Studio
Topic: WebView2 & PowerShell Studio Problematic
Replies: 4
Views: 426

Re: WebView2 & PowerShell Studio Problematic

Changes have been made to the next service build regarding the WebView2 control. I don't have an ETA on when that will be released, but I will update you when I have more information.
by brittneyr
Fri Mar 15, 2024 10:46 am
Forum: PowerShell Studio
Topic: Unable to Install PowerShell Studio 2024
Replies: 4
Views: 182

Re: Unable to Install PowerShell Studio 2024

This problem seems to occur when the installer is set to remove any previous instances before installing an upgrade, and Windows Installer is unable to remove the previous instance. This is normally due to a corruption or loss of required entries/files on your system in order to uninstall the softwa...
by brittneyr
Thu Mar 14, 2024 7:33 am
Forum: PowerShell Studio
Topic: Unable to Install PowerShell Studio 2024
Replies: 4
Views: 182

Re: Unable to Install PowerShell Studio 2024

Please try the following tool to remove your previous installation of PowerShell Studio:
https://sapien.s3.us-east-1.amazonaws.c ... lFix64.exe
by brittneyr
Wed Mar 13, 2024 1:34 pm
Forum: PowerShell Studio
Topic: Message: PowerShell cannot be instantiated
Replies: 4
Views: 155

Re: Message: PowerShell cannot be instantiated

Please look at the following and see if this applies to your issue: https://superuser.com/questions/1399906/powershell-error-the-type-initializer-for-system-net-servicepointmanager-thre If this is not the case, can you upload your script and psbuild file here: https://www.sapien.com/support/upload
by brittneyr
Tue Mar 12, 2024 6:57 am
Forum: PowerShell GUIs
Topic: Dynamically create buttons with on click events
Replies: 2
Views: 343

Re: Dynamically create buttons with on click events

[Topic was moved to PowerShell GUIs forum by moderator]
by brittneyr
Wed Mar 06, 2024 3:14 pm
Forum: PowerShell Studio
Topic: Expand All Aliases to Cmdlets keyboard shortcut not working
Replies: 6
Views: 672

Re: Expand All Aliases to Cmdlets keyboard shortcut not working

The context menu item 'Expand to Cmdlet' is only for the currently highlighted alias. It is not the same as the 'CTRL + SHIFT + A' shortcut to expand all aliases. This shortcut has not been removed. Just to clarify, is it just aliases specified in custom functions? Can you provide a script? If so, y...