The “Spotlight on Controls” series focuses on a single WinForms control in PowerShell Studio 2012, details the important Properties, Methods, and Events of the control and demonstrates how to utilize the control. Most of the information about the controls is still applicable to previous versions of PrimalForms. Last time we took a look at the […]
Tag: powershell
PowerShell Studio 2012 Review
I stumbled upon the following review of PowerShell Studio 2012 and I thought I share it with our readers. The review was written by Robert C. Cain who according to his bio is a Microsoft MVP for SQL and has been in the IT business for over 20 years. Arcane Code Review of PowerShell Studio […]
MSTechEd 2012
Well, MSTechEd 2012 is done. It was a great show, very busy, lots of PowerShell related inquiries and a lot of fun. We had a great location on the show floor, at the crossroads of two major sections, with great traffic and visibility. Robert Morey and David Corrales (lead developer on PowerShell Studio) worked very […]
PrimalPad gets a 2012 refresh
Our “no installation required” PowerShell, VBScript and JScript editor got a 2012 face lift. Now sporting the becoming more commonplace ribbon interface, the new 2012 version is available for download from www.sapien.com/download in the “Community Tools” folder Available in 32 and 64 bit it joins the previous version rather than replacing it. So if you […]
PowerShell Studio 2012: New Control Set Option
In the service release blog article we mentioned a new Control Set option for PowerShell Studio 2012 v3.0.4. In this article we will detail this option and how to use it. “Use Existing Type (Match Name)” Option When creating a control set you now have a new option that you can apply to non-visual controls […]
PowerShell Studio 2012: Service Release (v3.0.4)
A new version of PowerShell Studio 2012 is now available. Registered users can download the latest service builds from MySAPIEN. Release Notes: PowerShell Studio 2012 v3.0.4 FIX: Duplicate nodes after renaming a function in the Function Explorer FIX: File association “Open with PrimalForms”FIX: Issue where the editor wouldn’t use the font size after moving font […]
SAPIEN at Tech-Ed 2012
Once again, SAPIEN will be in attendance at Tech-Ed 2012, this year held in Orlando from June 11th – 14th. If you are going to be there, look for us at booth 1748. This year, we will be focussing on our Powershell related products: PrimalScript 2012, PowerShell Studio 2012 and iPowerShell Pro. PrimalScript 2012 […]
SAPIEN Superheroes
We have some cool new T-Shirts here at SAPIEN and we started sending them out to selected individuals. Check out Jason Helmick from Interface TT during a recent PowerShell class. For now you have to be pretty special to get one of these, but if you stop by our booth at TechEd in Orlando you […]
PSModulePath discrepancies
While investigating a bug report about ChangeVue’s installer we stumbled across a discrepancy with PowerShell’s PSModulePath environment variable. On a virgin Windows 7 machine the environment variable is set to “C:\windows\system32\WindowsPowerShell\v1.0\Modules\” via a System Environment Variable.There is no default that links to the per-user module path. If you query the environment variable in CMD you […]
PowerShell Studio: Creating Responsive Forms
When working with GUIs you may have noticed that the Form can freeze when running long scripts. Previously I discussed how to make your loops more responsive in this article, but not every long script comes in the form of a loop. If you truly want to make your forms responsive, you will need to […]