PowerShell • Console freeze
Hello,I use the function below. It works well except that sometimes the console screen is frozen until a key is pressed.Do you have any idea what is wrong.Code: function...
View ArticleCustomer Service • Deployed powershell service consuming WAY too much RAM
Hello. So, I recently used powershell studio to create a Windows Service using a windows service project. I deployed it, and it seemed to work great. As time went on, however, I have noticed that the...
View ArticleCustomer Service • Re: Deployed powershell service consuming WAY too much RAM
If you have not done so yet, I recommend studying this blog article here:https://www.sapien.com/blog/2022/06/14/ ... e-project/By the nature of a service, stopping a service does terminate the...
View ArticleCustomer Service • Can I donate my Sapien DevSuite 2020 software to anyone?
Hello Sapien Software & Developement Team...I would like to know if I can donate my Sapien Dev Suite to someone?I would like to give it away and have someone make use of it.I am not able to focus...
View ArticlePowerShell Studio • Re: PowerShell 7.x – ProgressBarOverlay does not work (EXE)
Is there already a beta that fixes the problem?Thank you very muchStatistics: Posted by freeman — Mon Oct 14, 2024 11:28 am
View ArticlePrimalSQL • WDAC Compatibility Issue with PrimalSQL 2024
Product, version and build: PrimalSQL 2024Operating system: Windows 11 23H2 (build 22631.4317)PowerShell version(s): 5.1.22621.4249Issue Description: While using PrimalSQL, I noticed that dynamic DLL...
View ArticlePrimalSQL • Re: WDAC Compatibility Issue with PrimalSQL 2024
We will look into this and get back to you as soon as possible.Statistics: Posted by Alexander Riedel — Tue Oct 15, 2024 8:09 am
View ArticlePowerShell GUIs • Textbox Selected Item to String?
I know I have done this plenty of times before but I cannot get it to work today.I have a textbox that I populate with items from Active Directory. I want the selected item to show up in another...
View ArticleCustomer Service • Re: Can I donate my Sapien DevSuite 2020 software to anyone?
Hello Wayne,What a generous offer. We definitely have customers that would appreciate a donated copy of the software. We would be happy to remove this license from your account and offer it to someone...
View ArticlePowerShell Studio • Re: Temppoint files
Some additional changes have been made in the next service release to help address this issue. As we are not able to reproduce this behavior, this may be an ongoing process.Statistics: Posted by...
View ArticlePowerShell Studio • Mouse behaviour in script window
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell Studio • Re: Mouse behaviour in script window
In the editor view, the cursor is the standard text cursor. As for the cursor growing in size, that sounds like settings you have set through your computer. There is no option to change cursor...
View ArticlePowerShell • Issue with Event Handlers in Tray App for Dynamic Script Execution
Hi all,I'm developing a tray app to dynamically load and run my scripts. Loading directories and their scripts works fine. I also want to include themes, ensuring only one theme can be selected at a...
View ArticlePowerShell Studio • Re: Hang opening projects when files are unavailable
I can confirm the issue has been resolved. Upon startup, the output window now shows "The cloud file provider is not running", but I still able to work. If I try to open a project, I get the "selected...
View ArticlePowerShell Studio • Warning on filter function requiring Process block
Operating system: Windows 11PowerShell version(s): 5.8.249There is an incorrect warning on filter functions using pipeline values. Code: filter Get-AbsoluteFilePath...
View ArticlePowerShell Studio • Re: Warning on filter function requiring Process block
Thank you for reporting. A bug report has been filed for our development. This issue will be addressed in the next service release.Statistics: Posted by brittneyr — Thu Oct 24, 2024 9:13 am
View ArticleCustomer Service • $Script:Variable work in debug mode but not in build
Hi Community,I declared a variable :Code: [Boolean]$sortDescending = $FalseWhen I modify it in a function, it works in debug mode. It no longer works in the compiled exe. Code:...
View ArticleCustomer Service • Re: $Script:Variable work in debug mode but not in build
You account has no eligible license for support. Please contact support@sapien.com with your license details.Statistics: Posted by Alexander Riedel — Mon Oct 28, 2024 4:13 am
View ArticlePowerShell Studio • Re: Auto Collapsing of Regions on Load
Please try the latest service build 5.8.250 and let me know if this is still an issue.Statistics: Posted by brittneyr — Mon Oct 28, 2024 2:46 pm
View ArticlePowerShell • $Host.Name / (Get-Host).Name and Using it with Invoke-Command
I have a PowerShell/JEA Session Configuration/endpoint. I want my form/application to be the only entity allowed to use it. This is to say, that I don't want people using it from the ConsoleHost,...
View Article