Customer Service • Re: Windows Form with a service
While there is a service attribute to let a service interact with the desktop, it is only used in very limited circumstances. The UI experience is jarring at best.Typically your service is UI-less....
View ArticlePowerShell Studio • How to use ISE color theme in PowerShell Studio?
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: How to use ISE color theme in PowerShell Studio?
You cannot directly use the ps1xml file.You can set colors for the editor in Options -> Editor -> Font & Color:Statistics: Posted by brittneyr — Tue Mar 26, 2024 7:43 am
View ArticlePowerShell GUIs • Cut & Paste of buttons make them not work
I recently created a Form in PowerShell Studio 2024 that included a tabcontrol and each tab had its own series of buttons and textboxes and everything worked as expected. Based on feedback from my...
View ArticlePowerShell GUIs • Re: Cut & Paste of buttons make them not work
Copying controls does not copy their associated event handlers.You need to copy over all the event handlers and then add them to the copied controls from the designer.You may find the following...
View ArticlePowerShell • Supress output from a build file (.exe)
hi,i have this code in my script: ($myIP = Get-NetIPAddress -AddressFamily IPv4 | Select-Object IPAddress)When i build the script and run it (.exe file) i receive this in the console: I have tried to...
View ArticlePowerShell • Re: Supress output from a build file (.exe)
[Topic was moved by moderator to PowerShell Forum]Statistics: Posted by brittneyr — Thu Mar 28, 2024 7:24 am
View ArticlePowerShell GUIs • CheckedListBox prevent user from unchecking all boxes and...
First let me be clear although i do have a license for Powershell Studio 2022, i'm not using it in this example.. it seems very overwhelming to me, i am just too new at trying to create GUIs to know...
View ArticlePowerShell GUIs • Re: CheckedListBox prevent user from unchecking all boxes...
Simplest way, at the end of your event handler you iterate through all elements in the list. Add 1 to counter if an item is checked.Once you iterated through all items and your counter is still zero,...
View ArticlePowerShell Studio • Write-Host $null -NoNewline Writes a Space
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.238OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.1A small, but annoying event occurs when executing the following code:Code: Write-Host...
View ArticlePowerShell Studio • Re: Write-Host $null -NoNewline Writes a Space
We are looking into this and will get back to you as soon.Statistics: Posted by brittneyr — Fri Apr 05, 2024 7:17 am
View ArticlePowerShell Studio • Re: WebView2 & PowerShell Studio Problematic
Service build 5.8.239 has been released. This build includes many changes for WebView2 support. Please let me know if you have any issues.Statistics: Posted by brittneyr — Mon Apr 08, 2024 10:32 am
View ArticlePowerShell Studio • Re: Expand All Aliases to Cmdlets keyboard shortcut not...
Please try service build 5.8.239 and let me know if this is still an issue for you.Statistics: Posted by brittneyr — Mon Apr 08, 2024 10:33 am
View ArticlePowerShell Studio • Re: -inotin producing an coding error when copied in...
Please try service build 5.8.239 and let me know if this is still an issue for you.Statistics: Posted by brittneyr — Mon Apr 08, 2024 10:33 am
View ArticleInstallation Issues • PowerShell Studio installlation error
Hi,I am trying to install PowerShell Studio on a computer with limited Internet access.When using the PowerShell Studio Installer EXE, I get the following error:It was not possible to connect to the...
View ArticleInstallation Issues • Re: PowerShell Studio installlation error
This is a system message about verifying digital signatures. Most likely you system is trying to verify our website's certificate for https.That requires contacting a revocation server that lists...
View ArticlePowerShell Studio • Problems in Output windows
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.239OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.4.1Just upgraded to this new version and now getting follow output scroll to Output window on...
View ArticlePowerShell Studio • Re: Problems in Output windows
Does this happen with all files or just a specific one?Can you upload your form here: https://www.sapien.com/support/uploadStatistics: Posted by brittneyr — Mon Apr 08, 2024 1:13 pm
View ArticleFormer and Future Customers - Questions • Can't add buttons after update
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 ArticleFormer and Future Customers - Questions • Re: Can't add buttons after update
We are looking into this and will get back to you as soon.Statistics: Posted by brittneyr — Tue Apr 09, 2024 9:54 am
View Article