In Part 3 we discussed validating techniques. Now in the final part of this series we will discuss how to validate the form as a whole.
How to Trigger Validation when the Form is Closing:
If you have worked with…
Read More
In Part 2 we discussed how to validate a control. Now we will cover some techniques that can be utilize for validation.
Validating Techniques:
Regular Expressions:
For more complex validation, such as validating an email address, you may need to…
Read More
In Part 1 we discussed the import events and properties that are needed for validation. Now we will discuss how to validate a control.
How do I validate a control?
As it turns out, validating controls depends on what type…
Read More
A good user interface will validate user input to ensure it is in the correct format. This may come in the form of simply checking if there is an entry for a field, such as a name or a more…
Read More
It seems we had an old version of PrimalForms Community Edition on our servers instead of the current version (v1.0.10) that was announced in this blog: PrimalForms CE Update.
So if you downloaded PrimalForms CE and it doesn’t have a…
Read More
PrimalForms 2011 will ship with a number of predefined templates that will make things easier for you when creating a GUI for PowerShell.
(Fig 1: When you create a new form, a list of templates will appear.)
We know some…
Read More
Today we are officially announcing PrimalForms 2011. Some of you may have noticed vague mentions of PrimalForms in our previous Feature Peek 2011 blogs without explanation.
So what is PrimalForms 2011?
PrimalForms 2011 is a dedicated PowerShell editor which will…
Read More
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…
Read More
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…
Read More
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…
Read More