Search found 1643 matches

by brittneyr
Wed Nov 15, 2023 7:29 am
Forum: PowerShell Studio
Topic: Glitch in Autoformating
Replies: 2
Views: 4663

Re: Glitch in Autoformating

What are your current editor and formating settings:
SPS_OptionsEditor.png
SPS_OptionsEditor.png (31.76 KiB) Viewed 4654 times
SPS_OptionsFormatting.png
SPS_OptionsFormatting.png (30.74 KiB) Viewed 4654 times
by brittneyr
Wed Nov 15, 2023 7:20 am
Forum: PowerShell Studio
Topic: Error when you start typing in the object browser
Replies: 3
Views: 5400

Re: Error when you start typing in the object browser

We'll look into the error in the output from using search in the .NET Browser into what is panel under the .NET browser, but I still was able to search. Was this the same behavior for you? I have not been able to reproduce the error under the WMI Browser. What were you typing? As for the Database Br...
by brittneyr
Wed Nov 15, 2023 7:10 am
Forum: PowerShell Studio
Topic: Formating changes do not save
Replies: 6
Views: 6804

Re: Formating changes do not save

All your settings are the same in each image. If you are referring to the text example, that is a preview for a single setting to see what the change would look like. The text also changes as while depending on the item just checked. Closing and reopening formatting options reverts back to the defau...
by brittneyr
Tue Nov 14, 2023 1:24 pm
Forum: PowerShell Studio
Topic: Looking for input and help with Code Signing Issue
Replies: 2
Views: 3109

Re: Looking for input and help with Code Signing Issue

Are you able to sign scripts with your new certificate from a console?
by brittneyr
Mon Nov 13, 2023 10:51 am
Forum: PowerShell Studio
Topic: Rename Variable changes all the variables even if you uncheck
Replies: 1
Views: 3226

Re: Rename Variable changes all the variables even if you uncheck

Thank you for reporting. A bug report has been filed for the development team. This issue will be addressed in a future release.
by brittneyr
Mon Nov 13, 2023 6:53 am
Forum: PowerShell ModuleManager
Topic: No Remote Connections possible
Replies: 2
Views: 6258

Re: No Remote Connections possible

What is the output in the Log panel when you attempt to connect/add connection? Can you copy and paste the output here?
by brittneyr
Thu Nov 09, 2023 9:26 am
Forum: PowerShell GUIs
Topic: ContextMenu and toolstripmenu items fore color
Replies: 6
Views: 4728

Re: ContextMenu and toolstripmenu items fore color

Can you upload the form with this behavior here:
https://www.sapien.com/support/upload
by brittneyr
Tue Nov 07, 2023 2:45 pm
Forum: PowerShell GUIs
Topic: ContextMenu and toolstripmenu items fore color
Replies: 6
Views: 4728

Re: ContextMenu and toolstripmenu items fore color

You can modify the Set-ControlTheme function to check if the control has a ContextMenuStrip set on the control like so: if ($target -is [System.Windows.Forms.Control]) { #Queue all the child controls foreach ($child in $target.Controls) { $Queue.Enqueue($child) } if ($target.ContextMenuStrip) #Added...
by brittneyr
Fri Nov 03, 2023 2:37 pm
Forum: PowerShell Studio
Topic: Unable to conect to PNP
Replies: 1
Views: 3227

Re: Unable to conect to PNP

You may find the following helpful:
https://github.com/pnp/powershell/issues/3331
by brittneyr
Mon Oct 30, 2023 1:41 pm
Forum: PowerShell Studio
Topic: Installing a newer Microsoft.Graph
Replies: 2
Views: 1529

Re: Installing a newer Microsoft.Graph

Yes, the cache builder should still work. If you run into any issues, please let us know.