PowerShell Studio • PowerShell 7.x – ProgressBarOverlay does not work (EXE)
Hello,When I use a ProgressBarOverlay with PowerShell 7.4.5, it works as long as I run it through PowerShell Studio. However, when I generate an EXE, the progress bar is not displayed. Is there a...
View ArticlePowerShell Studio • Re: PowerShell 7.x – ProgressBarOverlay does not work (EXE)
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Mon Sep 30, 2024 6:56 am
View ArticlePowerShell Studio • Re: dot sourcing and debugging
So I had a ps1 file with multiple lines dotsourcing my functions like:. \\ps\functions$\add-thingy.ps1...and that all worked fine.I thought it was more efficient to not specify each line so I changed...
View ArticlePowerShell GUIs • variable available to all forms in a project
In need to have a project global variable that any form in my project can read and write to.Help PleaseThank youStatistics: Posted by CKMHC-it — Thu Oct 03, 2024 8:14 am
View ArticlePowerShell GUIs • Re: variable available to all forms in a project
Depending on the type of project, you might have a file named Globals.ps1. Declaring a variable here should make a it accessible from any form in your project.You can also declare a variable in the...
View ArticlePowerShell • Executing .bat files in powershell remotely
How to run a .bat file on a remote computer with invoke-command?Example: Invoke-Command -ComputerName $textbox4.Text -FilePath \\Server1\c$\\Fic.batCode: Statistics: Posted by CAFMAINE-ET-LOIRE — Wed...
View ArticlePowerShell • Re: Executing .bat files in powershell remotely
You may find the following helpful:https://stackoverflow.com/questions/321 ... powershellStatistics: Posted by brittneyr — Wed Oct 09, 2024 7:11 am
View ArticlePowerShell Studio • Auto Collapsing of Regions on Load
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.249OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.4.5I have noticed my PS1 scripts do not open with the Regions collapsed since last update.I...
View ArticlePowerShell Studio • Re: Auto Collapsing of Regions on Load
We have been able to reproduce the issue and have filed a bug report for the development team. I'll update you when I have any more information.Statistics: Posted by brittneyr — Wed Oct 09, 2024 1:19 pm
View ArticleWish List and Feature Requests • Re: Adding Pain Events Properties
With the exception of the ProgressBarOverlay control, all controls shown in the toolbox are the default controls in Windows Forms. We do not have any plans to modify these controls at this...
View ArticlePowerShell • 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 Article