SAPIEN Technologies is going to Tech Ed 2010 in New Orleans, June 7th-10th! We would love to see you there, so we are giving away three Tech-Ed passes! This includes one all-inclusive pass worth $2000, and two show floor only passes worth $500 each. All you need to do to qualify for this fantastic giveaway […]
Tag: PrimalForms
Feature Peek 2011: Snippet Editor
Feature Peek 2011 will consist of a series of blogs that will provide a sneak peek of new features which will appear in the 2011 edition of PrimalScript Studio products. In this blog we will provide you with a sneak peek at the new Snippet Editor tool for PrimalScript 2011 and Visual PowerShell 2011. (Fig […]
Microsoft Scripting Guys showing PrimalForms Community Edition
The Scripting Guys over at Microsoft have started a series on how to use PrimalForms Community Edition for various tasks. Have a look at their first installment here: http://blogs.technet.com/heyscriptingguy/archive/2010/03/01/hey-scripting-guy-march-1-2010.aspx Make sure to give Ed Wilson a shout if you like it and if there are any specific items you would like to see covered.
PrimalForms 2009: The Packager and Command line Arguments
Per forum request, this blog provides examples of how to access the packager’s command line arguments as well as provide some useful functions to parse the contents. These examples apply to PrimalForms 2009’s Packager and as well as PrimalScript 2009’s packager. The package’s script host provides a convenient string variable named $CommandLine. This variable contains […]
How safe are my scripts in PrimalScript/PrimalForms packages?
This is a question that has come up a lot lately. Our Script Packager used in PrimalScript 2009 and PrimalForms 2009 stores the scripts and additional data files encrypted and in some cases, compressed inside the executable.Some formats create temporary files and use the original Windows tool to run a script; others execute directly from […]
PrimalForms 2009: Exported Script Formatting
In order to start the planning stages of the next version of PrimalForms, we decided to conduct a review the current version. After gathering user feedback on the subject, we concluded that the script formatting needed a makeover to make it easier for the users to read the final script. In order to address user […]
December survey
Another month and another survey. This one is a little longer than usual so we will have more prizes. Take the survey now (December 1st 2009 – December 31st 2009) Because it’s Christmas this month I will throw in the following: 1 PrimalScript 2009 Studio 2 PrimalScript 2009 2 PrimalForms 2009 3 PowerShell V2 books […]
PrimalForms 2009: New Packager STA Mode
Last month’s service build included a new addition to PrimalForms 2009’s packager: STA Mode (Single Thread Apartment), which allows you to perform operations that may have previously failed, such as accessing Window’s Clipboard. Some of you may have attempted to use the Clipboard in your forms only to encounter issues within PowerShell. For example, if […]
Closing the Form: What you might expect and what really happens
Recently I was contacted by one of our PrimalForms users. He commented that the behavior of a script deviated from what he was expecting. He provided me with the following script block for the Button Click Event so that I could help clear up the confusion: $handler_button3_Click={ # Check that a logfile was specified. If […]
PrimalForms 2009: Integrated Help
PrimalForms 2009 features integrated help to assist users with their form scripting. This blog covers some of its features. Help Documentation: (Fig 1: Click on the Help button or press F1 key to access the help documentation.) PrimalForms allows users to access help on any panel or window simply by pressing the F1 key. Depending […]