Search found 5913 matches

by davidc
Fri Jul 05, 2019 10:50 am
Forum: PowerShell Studio
Topic: GUI - Mimic Console Window?
Replies: 6
Views: 15262

Re: GUI - Mimic Console Window?

FYI, we are running sale:

https://www.sapien.com/blog/2019/07/03/ ... -60-years/

Hopefully that will help!
by davidc
Fri Jul 05, 2019 9:48 am
Forum: PowerShell Studio
Topic: GUI - Mimic Console Window?
Replies: 6
Views: 15262

Re: GUI - Mimic Console Window?

Sorry, I did not notice you were using 2016. This template is included in the 2019 version. You can try looking at this topic thread:

viewtopic.php?f=21&t=12969&hilit=redire ... t&start=10

It was the inspiration for the template.
by davidc
Fri Jul 05, 2019 8:41 am
Forum: PowerShell
Topic: Weird behavior from executable.
Replies: 8
Views: 12162

Re: Weird behavior from executable.

This article may be of assistance to you:

https://info.sapien.com/index.php/guis/ ... i-displays
by davidc
Fri Jul 05, 2019 7:21 am
Forum: PowerShell Studio
Topic: GUI - Mimic Console Window?
Replies: 6
Views: 15262

Re: GUI - Mimic Console Window?

I recommend looking at the Text Box - Redirect Process Output form template.

It allows you to run an external executable and the output is redirected to the TextBox control.
by davidc
Wed Jul 03, 2019 2:54 pm
Forum: PowerShell Studio
Topic: Auto-complete fails for dot sourced variables in collection project
Replies: 1
Views: 6395

Re: Auto-complete fails for dot sourced variables in collection project

Yes, we use the term PrimalSense. At this time, our dot sourcing PrimalSense does not collect the variable information. I highly recommend submitting a feature request here:

https://sapien.com/requests
by davidc
Wed Jul 03, 2019 8:05 am
Forum: PowerShell Studio
Topic: Code Signing Fails with "ASN1 bad tag value met"
Replies: 5
Views: 13409

Re: Code Signing Fails with "ASN1 bad tag value met"

Do you mean validate the signature or the certificate itself?

The application doesn't have a feature to validate the certificate or the signature at this time.
by davidc
Wed Jul 03, 2019 8:01 am
Forum: PowerShell Studio
Topic: Code colouring not working properly after here-string in Invoke-Command
Replies: 2
Views: 6906

Re: Code colouring not working properly after here-string in Invoke-Command

It seems the tokenizer might have hiccupped while editing. When you modified the line near the end of the here string, it corrected the issue by finding the actual end of the here string.

We will keep an eye out.
by davidc
Tue Jul 02, 2019 7:38 am
Forum: PowerShell Studio
Topic: Not stopping at ANY breakpoints Win10 (1809) PowerShell v 5.1
Replies: 20
Views: 434689

Re: Not stopping at ANY breakpoints Win10 (1809) PowerShell v 5.1

Thank you for the additional information. This is very strange and have been unable to reproduce it so far. We will update you as soon as we have more details.
by davidc
Tue Jul 02, 2019 7:35 am
Forum: PowerShell Studio
Topic: Code Signing Fails with "ASN1 bad tag value met"
Replies: 5
Views: 13409

Re: Code Signing Fails with "ASN1 bad tag value met"

There is no password field at this time for the signing process. I recommend submitting a feature request here:

https://www.sapien.com/requests

That way we could address it in a future release.
by davidc
Tue Jul 02, 2019 7:32 am
Forum: PowerShell Studio
Topic: Classes in multiple files
Replies: 2
Views: 6566

Re: Classes in multiple files

When PowerShell Studio runs a syntax check, it only does it for the open file. That is why PowerShell reports that it can't resolve the type.

Maybe we could filter out these false errors in a future build.