Customer Service • PowerShell Studio 2016 and 2024
I've used PowerShell Studio 2016 and have been using since then. I want to buy the new version but PSF files configured with 2016 are not compatible with 2024. I downloaded 2024 trial and checked all...
View ArticlePowerShell Studio • Re: Custom Powershell Modules Shared value not saving In...
It does but i do have a question.Lets forget the PowerShell app deployment toolkit. I have a command line tool I am creating a PowerShell wrapper for and want to include it in my gui projectI cant...
View ArticleCustomer Service • Re: PowerShell Studio 2016 and 2024
Eight years is a long time. Many things gave changed. DPI scaling, per monitor scaling, Windows Forms and the .NET runtime used by our products and Windows in general. all has changed.Also, many...
View ArticleVersionRecall • Re: VersionRecall on new server not logging changes
Where is .recall file located you are showing?Statistics: Posted by Alexander Riedel — Mon Jan 22, 2024 2:43 pm
View ArticlePowerShell Studio • PSS packaging issue
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.237OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.2.18I am using a code signing token and when I attempt to package a script when I have...
View ArticlePowerShell Studio • Re: PSS packaging issue
Correction...What is occurring is that PSS is identifying that the executable is not signed but it continues to run my post build executable which is moving files in place. It probably should not but...
View ArticlePowerShell Studio • Rewind 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: Rewind In PowerShell Studio
The Restore Points section can be found on the ribbon under Source Control. If you have issues finding anything on PowerShell Studio's ribbon, you can use the search bar located at the top of the...
View ArticlePowerShell GUIs • Proper Window Size When Run
Product: PowerShell Studio 2023 (64 Bit)Build: v5.8.232OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.2.5I have a form that has many buttons. When I compile it into an .EXE and run it on the...
View ArticlePowerShell GUIs • Re: Proper Window Size When Run
It may be different size displays. This requires some thought and coding:https://info.sapien.com/index.php/guis/ ... i-displaysStatistics: Posted by Lembasts — Tue Jan 23, 2024 1:17 pm
View ArticlePowerShell Studio • Re: Powershell Studio automatically expanding commands
Based on my research, this may be happening from conflicting commands:https://learn.microsoft.com/en-us/power ... -conflictsDo you have multiple commands named Where-Object or Get-Content from...
View ArticlePowerShell Studio • Re: Problem with codesigning for X64 exe
I apologize for the delayed response.Is this still an issue for you?We have seen this behavior before when something is blocking the signing process. Please try signing your executable from a console....
View ArticlePowerShell Studio • Re: Different computer, different from designer display
What are the resolutions and scaling factors of the two computers?Statistics: Posted by Alexander Riedel — Thu Jan 25, 2024 12:22 am
View ArticlePowerShell GUIs • GUI Application Version Comparison (to check if latest...
I've got a few GUI applications I've developed and I made them "check in" to see if they're running the latest version and if not, ask the user to update it.So far I've gotten away with the script...
View ArticlePowerShell Studio • Re: Manually Add Help Files
I need a guinea pig for an experimental online help import tool. Would you like to try?Also, can you add a text file with the list of files in C:\ProgramData\SAPIEN\Help Data\PowerShell?ls...
View ArticlePowerShell GUIs • Re: GUI Application Version Comparison (to check if latest...
Typically you split the version numbers in its three parts. Major, Minor, build, and convert them to integers.Then compare the major numbers, then minor and lastly build. if(oldmajor < newmajor)...
View ArticlePowerShell GUIs • ListView Gridlines and ShowGroups mutually exclusive
Product: PowerShell Studio 2023 (64 Bit)Build: v5.8.224OS: Windows 10 Enterprise (64 Bit)Build: v10.0.19045.0It seems Microsoft doesn't support a ListView control with both GridLines and ShowGroups...
View ArticleFormer and Future Customers - Questions • PrimalScript IDE "Use...
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 GUIs • Re: ListView Gridlines and ShowGroups mutually exclusive
[Moved to PowerShell GUIs form by moderator]Statistics: Posted by brittneyr — Tue Jan 30, 2024 3:25 pm
View ArticleFormer and Future Customers - Questions • Re: PrimalScript IDE "Use...
Seems to operate fine here. What are you doing differently?Statistics: Posted by Alexander Riedel — Tue Jan 30, 2024 4:31 pm
View Article