PowerShell 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 ArticleCustomer 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 GUIs • Re: Format Output in Richtext
THAT WAS IT !!!!! Lucida Console font fixed it !! Thank you.Statistics: Posted by mqh77777 — Sat Jan 20, 2024 10:21 am
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 ArticlePowerShell Studio • Re: PSS packaging issue
General procedure in almost anything that builds applications, installers etc, is to not treat failure to sign as fatal.Mainly because it can be 'cured' by signing the file after the fact with...
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 • Different computer, different from designer display
Product, version and build: 237Operating system: win10 and 11PowerShell version(s): 5.1I have designed a form which looks fine on my main computer. I then edited that form on my laptop and when...
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 Article