Search found 5913 matches

by davidc
Thu Jun 13, 2019 12:21 pm
Forum: PowerShell Studio
Topic: Powershell module not working in IDE
Replies: 1
Views: 2319

Re: Powershell module not working in IDE

Please verify that you have the correct platform selected in PowerShell Studio:
Platform Settings.png
Platform Settings.png (12.98 KiB) Viewed 2305 times
For example, PowerShell V5 vs V2 or 64 bit vs 32 bit.
by davidc
Thu Jun 13, 2019 10:01 am
Forum: PowerShell GUIs
Topic: List all WebColors in a drop down
Replies: 13
Views: 5283

Re: List all WebColors in a drop down

FYI, we included a new control set to display colors in a combobox:

https://www.sapien.com/blog/2019/06/13/ ... of-colors/
by davidc
Thu Jun 13, 2019 9:58 am
Forum: PowerShell GUIs
Topic: Invoke-RestMethod disposal error
Replies: 5
Views: 2445

Re: Invoke-RestMethod disposal error

[TOPIC MOVED TO POWERSHELL GUIS FORUM BY MODERATOR]
by davidc
Wed Jun 12, 2019 3:51 pm
Forum: PowerShell Studio
Topic: Formatting - Place Brace on new line
Replies: 2
Views: 3109

Re: Formatting - Place Brace on new line

Yes, unfortunately we did not catch this on our end, but we will be releasing a service release that resolves the issue very soon.
by davidc
Wed Jun 12, 2019 7:34 am
Forum: PowerShell Studio
Topic: Control Set Chart errors
Replies: 5
Views: 4170

Re: Control Set Chart errors

Found the issue. Please replace the Update-Chart function's TitleIndex parameter declaration: [Parameter(Mandatory = $false, Position = 9)] $TitleIndex = '0', with: [Parameter(Mandatory = $false, Position = 9)] [int]$TitleIndex = 0, At some point the value was changed to a string '0' instead of 0. W...
by davidc
Tue Jun 11, 2019 3:32 pm
Forum: PowerShell Studio
Topic: Extra parenthesis auto-inserted on Round function
Replies: 5
Views: 4793

Re: Extra parenthesis auto-inserted on Round function

We are working on getting a build out as soon as possible.
by davidc
Tue Jun 11, 2019 9:45 am
Forum: PowerShell
Topic: PSJob not running for v5 Host (silent)
Replies: 5
Views: 4253

Re: PSJob not running for v5 Host (silent)

[TOPIC MOVED TO WINDOWS POWERSHELL FORUM BY MODERATOR] I recommend selecting a console host to debug the executable. The silent host suppresses all output, including errors. I addition, if you are doing any asynchronous operations, you much make sure you wait for the operation to complete otherwise ...
by davidc
Tue Jun 11, 2019 8:56 am
Forum: PowerShell
Topic: New-ExoPSSession not being recognized as a cmdlet
Replies: 3
Views: 4573

Re: New-ExoPSSession not being recognized as a cmdlet

PowerShell Studio (32 bit) will still run 64 Bit scripts. You have to select 64 bit from the Ribbon->Home->Platform:
Platform Settings.png
Platform Settings.png (12.98 KiB) Viewed 4565 times
by davidc
Tue Jun 11, 2019 8:06 am
Forum: PowerShell GUIs
Topic: Web browser control prompts script error, does not display content
Replies: 5
Views: 3594

Re: Web browser control prompts script error, does not display content

The WebBrowser control doesn't always work well with advanced web features. If the snippet doesn't work for you, then I recommend either opening the page with an external browser or possible looking for a third-party control.
by davidc
Tue Jun 11, 2019 8:00 am
Forum: PowerShell Studio
Topic: Unable to load psf (File Format: v3.1), because it was created with a different version of SAPIEN PowerShell S
Replies: 2
Views: 2847

Re: Unable to load psf (File Format: v3.1), because it was created with a different version of SAPIEN PowerShell S

Looks like the file you are trying to edit was modified or created with PowerShell Studio 2018 - 2019. The newer file format is not supported by 2017.

If there is no bak file, it probably means it was created with the newer version.