We have a major service release this month for PrimalForms 2009. It features significant additions that take PrimalForms beyond just a forms editor. This service release (v1.1.0) includes the following: General PowerShell Script Editor PrimalForms 2009 is no longer limited to forms scripts. You now can create and edit your ps1 PowerShell scripts directly, making […]
Tag: PrimalForms
Get-GuiDate: A PowerShell Calendar Tool
Forms and dialogs can augment PowerShell scripts or even resurface them completely to make them more friendly for people who aren’t familiar with the command line. In some cases, a form can even function as a complete script in and of itself. The Get-GuiDate script, developed from a prototype written with PrimalForms, is an example of a script that is completely centered around a control (the Windows.Forms.MonthCalendar control) embedded in a Windows Form.
Windows IT Pro Community Choice Awards
Windows IT Pro is running their annual community choice awards. SAPIEN software is nominated in several categories and we would like you to go and vote for our products if you can. The following products and services have been nominated in their respective categories: Best Database Management Product: PrimalSQL 2009 Best Development Tool: PrimalForms 2009 […]
PrimalForms 2009 has been officially released!
We are happy to announce that PrimalForms 2009, the latest addition to PrimalScript 2009 Studio, has been officially released! Since PrimalForms 2009 is part of PrimalScript 2009 Studio, current Studio owners will automatically have full access to PrimalForms 2009 at no extra cost! PrimalForms 2009 provides a complete environment for your custom PowerShell GUI solutions. […]
PrimalForms 2009 becomes part of PrimalScript 2009 Studio
The soon to be released PrimalForms 2009 will become a part of PrimalScript 2009 Studio. Existing customers of PrimalScript 2009 Studio or Universal will receive the application with their regular service builds starting in August. The official release date for PrimalForms 2009 is August 1st with an introductory price of $89.00 available through www.scriptingoutpost.com. PrimalForms […]
New version of PrimalForms Community Edition Available
A new version of PrimalForms Community Edition is available for download at this location. What’s new in v1.0.4: – Resolved issue with fonts and international settings – Resolved the DataGridView crash issue – Columns can now be added to the DataGridView via the designer – Other minor fixes and changes A quick guide is available […]
PrimalForms 2009 Beta Testing
PrimalForms 2009 is Beta testing has begun! This is one test you won’t mind taking. PrimalForms 2009 provides a fast and easy way to create Windows Forms for Powershell. PrimalForms 2009 is an all-in-one product that allows you to design forms, edit your scripts with PrimalSense, and package your scripts into executables. If you […]
PrimalForms Community Quick Guide
SAPIEN is begun offering free product and technology Quick Guides. These are short (2-5 pages) guides on how to do a specific task. This month I just published a quick guide on getting started with PrimalForms Community Edition. The guide walks you through using this free tool to create a graphical front end to your […]
Updated PowerShell TreeForm
Not too long ago I wrote a blog post about a Windows Form PowerShell script to display a folder tree. I got some feedback about an error when running the script. The problem was that I was casting a variable in one of the functions to a specific type. Normally this is considered a best practice. But in this situation the [System.Windows.Forms.TreeNode] class depends on the parent class being loaded in your PowerShell session. Even though I thought I had tested thoroughly on PowerShell v1 and v2 I must have missed something and the [System.WIndows.Forms] class was getting loaded into my shell prior to running the script, which is why I never saw the error. Anyway, I’ve since modified the problematic function to remove the type casting.
It slices, it dices, and it makes forms!
Some of you may be familiar with our community version of PrimalForms (available on http://www.primaltools.com). If you are ready to take your PowerShell forms to the next level or want to add forms to your PowerShell scripts for the first time, then PrimalForms 2009 is for you. But wait! Some of you may ask: I […]