FYI, we are running sale:
https://www.sapien.com/blog/2019/07/03/ ... -60-years/
Hopefully that will help!
Search found 5913 matches
- Fri Jul 05, 2019 10:50 am
- Forum: PowerShell Studio
- Topic: GUI - Mimic Console Window?
- Replies: 6
- Views: 17059
- Fri Jul 05, 2019 9:48 am
- Forum: PowerShell Studio
- Topic: GUI - Mimic Console Window?
- Replies: 6
- Views: 17059
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.
viewtopic.php?f=21&t=12969&hilit=redire ... t&start=10
It was the inspiration for the template.
- Fri Jul 05, 2019 8:41 am
- Forum: PowerShell
- Topic: Weird behavior from executable.
- Replies: 8
- Views: 13321
- Fri Jul 05, 2019 7:21 am
- Forum: PowerShell Studio
- Topic: GUI - Mimic Console Window?
- Replies: 6
- Views: 17059
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.
It allows you to run an external executable and the output is redirected to the TextBox control.
- Wed Jul 03, 2019 2:54 pm
- Forum: PowerShell Studio
- Topic: Auto-complete fails for dot sourced variables in collection project
- Replies: 1
- Views: 6965
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
https://sapien.com/requests
- Wed Jul 03, 2019 8:05 am
- Forum: PowerShell Studio
- Topic: Code Signing Fails with "ASN1 bad tag value met"
- Replies: 5
- Views: 14764
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.
The application doesn't have a feature to validate the certificate or the signature at this time.
- 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: 7514
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.
We will keep an eye out.
- 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: 437324
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.
- Tue Jul 02, 2019 7:35 am
- Forum: PowerShell Studio
- Topic: Code Signing Fails with "ASN1 bad tag value met"
- Replies: 5
- Views: 14764
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.
https://www.sapien.com/requests
That way we could address it in a future release.
- Tue Jul 02, 2019 7:32 am
- Forum: PowerShell Studio
- Topic: Classes in multiple files
- Replies: 2
- Views: 7218
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.
Maybe we could filter out these false errors in a future build.