PowerShell Studio • Re: Powershell Studio automatically expanding commands
Please answer the following questions:- Does this expand when you are typing or after copying the line?- Are you using PowerShell 7 or Windows PowerShell when you see this behavior?- Does the script...
View ArticleCustomer Service • Change primary account user
Our primary account user is no longer with the organization. We need to change who can manage our licenses and users. I don't see an obvious way to do this. Can someone tell me how to change our...
View ArticleCustomer Service • Re: Change primary account user
Since we do not allow for the sharing of sensitive information such as activation keys in the forums, please email sales@sapien.com directly so we can assist you with this. Thank you!Statistics:...
View ArticlePowerShell GUIs • Calculating bottom right of screen to position
I am using the below to get the screen size , but not sure how to to calculate the bottom right .Please help if possible $height = (((Get-WmiObject -Class Win32_VideoController).VideoModeDescription...
View ArticlePowerShell GUIs • Re: Calculating bottom right of screen to position
this is working for me but would still like to se eif anyone else has a better way of doing it Add-Type -AssemblyName System.Windows.Forms$AllScreens =...
View ArticlePowerShell GUIs • trouble with responsive form
i went through the 'creating responsive forms' blog post and have a 99% working script but cannot find where to insert the $script:timer.Stop() to reset the loop in the below listbox snippet.the...
View ArticlePowerShell GUIs • Changing Forms
Product: PowerShell Studio 2023 (64 Bit)Build: v5.8.232OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.2.5Hello. I have a FORM that has many buttons, a Richtext Box for displaying output and Tab...
View ArticlePowerShell Studio • Re: Custom Powershell Modules Shared value not saving In...
I see the new release but I also see 2024 is also available , does 2024 have this fix as well?Statistics: Posted by halexand_sfwmd — Wed Jan 17, 2024 5:02 am
View ArticlePowerShell Studio • PowerShell 7.4.1 support
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.236OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.1Is there a date for the next build that will support PowerShell 7.4.1?Thank...
View ArticlePowerShell Studio • Re: PowerShell 7.4.1 support
A new build of PowerShell Studio with support for PowerShell 7.4.1 will be released sometime next week at the latest.Statistics: Posted by brittneyr — Wed Jan 17, 2024 3:32 pm
View ArticlePrimalScript • After PrimalScript 2024 upgrade, Edit in PrimalScript did not...
Product, version and build: PrimalScript 2024 version 8.1.197Operating system: Windows 10 22H2 (version 10.0.19045.3930)Same problem as with last year's initial PrimalScript 2023 release, same...
View ArticlePrimalScript • Re: After PrimalScript 2024 upgrade, Edit in PrimalScript did...
Problem is that HKEY_LOCAL_MACHINE\SOFTWARE\Classes\textfile\shell\open\command is not a key we set. It does not even exit on any of my machines here.Are you certain you have the root node...
View ArticleWish List and Feature Requests • WPF/XAML Support
Hello Sapien team!My team has been using/loving PowerShell Studio for our scripts/applications. Recently, in order to accommodate accessibility requests, we've been looking at moving towards using WPF...
View ArticleWish List and Feature Requests • Re: WPF/XAML Support
I have to second that. Would prevent from going from Visual Studio for the GUI editing then go to Powershell Studio for coding Powershell studio is already so good... why not make it even...
View ArticlePowerShell GUIs • Format Output in Richtext
Product: PowerShell Studio 2023 (64 Bit)Build: v5.8.232OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.2.5I used to know how to do this. I have some buttons on a form. You click a button and it...
View ArticlePowerShell GUIs • Re: Format Output in Richtext
no, format table does not work either. I could have sworn there was a setting on the richtext properties that fixed misaligned text...Statistics: Posted by mqh77777 — Fri Jan 19, 2024 1:22 pm
View ArticlePowerShell Studio • Re: Submit File to version recall
You submit files to VersionRecall from the ribbon (Source Control->Ribbon):If this is not what you are looking for, can you please clarify?Statistics: Posted by brittneyr — Fri Jan 19, 2024 2:09 pm
View ArticleVersionRecall • Re: Systray app crashing - Right click menu not availabe
I meant the Windows event log. That may have some clues on that crash. Can you please upload the .recall file here https://www.sapien.com/support/uploadStatistics: Posted by Alexander Riedel — Fri Jan...
View ArticlePowerShell Studio • Manually Add Help Files
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: Manually Add Help Files
If you right-click on a module in the object browser, you should see a topic "Refresh help". Clicking that should download and import the help for the selected module.Graph has a lot of modules...
View Article