We released a new service build for PowerShell Studio 2015 (v4.2.94).
Here’s what’s new:
Folder Support in Projects
PowerShell Studio 2015 projects now support folders. The project folders reflect the folder structure of the project files. Therefore if you previously…
Read More
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data…
Read More
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data…
Read More
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. While many items in a script can be determined dynamically based on context and offered as a selection in a list, there are equally…
Read More
If you search the SAPIEN blog, you’ll realize that this is the not our first blog about scope in PowerShell GUIs. In March 2013, SAPIEN CTO Alex Riedel wrote First Rule of PowerShell Scoping Rules, a title that implies the…
Read More
I’m not a professional tester, but I am an expert at making mistakes. I take risks. I try everything. I gravitate to “corner cases” and odd circumstances. That makes me a great amateur tester and, due to a lifetime of experience with breaking…
Read More
If you create PowerShell GUI apps in PowerShell Studio, you become very familiar with the events of the Windows Forms types, like the Load event of forms, the Click event of buttons, and the TextChanged event of textboxes.
PowerShell Studio…
Read More
Source control systems usually operate in one of two ways: Check-in and check-out or with a concurrent submit. Check-in and check-out makes it easy to coordinate access to files in a project by team members. While a file is checked…
Read More
We released a new service release for PowerShell Studio 2015 (v4.2.92).
Here’s what’s new:
Memory Improvements
In this build we improved PowerShell Studio’s file memory usage. Larger files should now load faster and use up less memory than in previous…
Read More
As a beginner developer of PowerShell GUIs, I’m always looking for easy ways to make my simple applications more sophisticated and usable. One of the basic usability features in most applications is typing <Enter> in a textbox to invoke a…
Read More