In this installment of our series about user interface design for administrators we explore the transformation of a command line script to a Windows application.
We start with a simple little script as shown below:
It just prompts for a…
Read More
This post is the first in a series describing some fundamental design guidelines. Software developers usually have some kind of training in designing user interfaces or they benefit from having a specially staffed department for this task. Administrator usually don’t…
Read More
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…
Read More
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…
Read More
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…
Read More
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…
Read More
New versions of PrimalScript, PowerShell Studio, PrimalSQL, PrimalXML, PrimalForms and ChangeVue are available. Registered users can download the latest service builds from MySAPIEN.
Release Notes:
2012 Versions:
PrimalScript 2012 v6.5.125
– VBScript debugger fails on 32 bit only machines
–…
Read More
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…
Read More
Last time we looked at the new script editor features. Now we will take a look at the new Function Explorer as well as other additions.
Function Explorer
The new Function Explorer displays a list of all the functions and…
Read More
Last time we looked at the new Control Sets. Now we will take a look at the new Script Editor features:
Improved Syntax Coloring
PowerShell Studio 2012 now colors cmdlet and functions parameters:
Convert Cmdlet & Aliases
Using the Context…
Read More