Search found 1325 matches
- Fri Jan 27, 2023 9:15 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 4
- Views: 347
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Can you please open your snippets in our Snippet Editor, verify the information is correct along with making sure a Shortcut is specified, then save. There has been changes since 2017 that may have affected loading older snippets in PrimalSense. You may need to restart PowerShell Studio in order for...
- Fri Jan 27, 2023 7:05 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 4
- Views: 347
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Thank you for reporting. I've been able to reproduce this behavior and have informed the development team. When I have more information, I'll post here.
- Thu Jan 26, 2023 7:28 am
- Forum: PowerShell
- Topic: HELP !!!!!
- Replies: 1
- Views: 386
Re: HELP !!!!!
Please refer to the following article:
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
- Thu Jan 26, 2023 7:25 am
- Forum: PowerShell Studio
- Topic: Details on Start sequence and use of Startup.pss and globals.ps1
- Replies: 1
- Views: 496
Re: Details on Start sequence and use of Startup.pss and globals.ps1
The script that is generated when you run in PowerShell Studio vs when you are packaging is the same other than the name. For packaging, the script generated is name ProjectName.package.ps1. When running, it is named ProjectName.Run.ps1. I'm not sure what your buttons that are not working are suppos...
- Wed Jan 25, 2023 3:35 pm
- Forum: PowerShell Studio
- Topic: Studio freezes at random times Cont.
- Replies: 17
- Views: 12909
Re: Studio freezes at random times Cont.
The original post was for service build 5.8.203. Has this been a consistent issue for you in builds since service build 5.8.203? Do you remember if you experienced the behavior before that?
Also, does this ever occur with files not saved on your network?
Also, does this ever occur with files not saved on your network?
- Mon Jan 23, 2023 8:10 am
- Forum: Former and Future Customers - Questions
- Topic: TypeNotFound when referencved in module file
- Replies: 1
- Views: 920
Re: TypeNotFound when referencved in module file
Can you please run your script in the console (Ctrl + F8) then copy and paste the error output here?
- Fri Jan 20, 2023 7:30 am
- Forum: Former and Future Customers - Questions
- Topic: Error installing PrimalSQL 2023
- Replies: 3
- Views: 829
Re: Error installing PrimalSQL 2023
Please try service build 4.5.82 and let me know if you are still experiencing this issue.
- Thu Jan 19, 2023 7:47 am
- Forum: Former and Future Customers - Questions
- Topic: Several problems about PrimalSense
- Replies: 16
- Views: 8514
Re: Several problems about PrimalSense
A fix for the second issue reported was released in service build 5.8.214.
- Thu Jan 19, 2023 7:43 am
- Forum: PowerShell Studio
- Topic: Write-Progress display does not display the correct length
- Replies: 4
- Views: 3989
Re: Write-Progress display does not display the correct length
This issue was addressed in service build 5.8.208.
Please let me know if you are still experiencing this behavior.
Please let me know if you are still experiencing this behavior.
- Thu Jan 19, 2023 7:38 am
- Forum: PowerShell Studio
- Topic: Custom Powershell Modules Shared value not saving
- Replies: 6
- Views: 3859
Re: Custom Powershell Modules Shared value not saving
Are you importing your module WinServer-Status in the Globals.ps1 file? If not there, where are you importing it?