Search found 23 matches

by mssapien
Wed Feb 15, 2012 9:56 pm
Forum: PrimalForms
Topic: Import-Module when EXE-packaged
Replies: 7
Views: 7950

Import-Module when EXE-packaged

Import-Module gives access to cmdlets when PS1-scripted, but not when EXE-packaged. What do I have to do so that the module gets imported and I can its cmdlets even when the script or project is packaged and run as an EXE?
by mssapien
Tue Jan 24, 2012 12:09 am
Forum: Former and Future Customers - Questions
Topic: How to address TreeView.node in BeforeCheck
Replies: 1
Views: 1600

How to address TreeView.node in BeforeCheck

What is the equivalent for $nodeToBeChecked in the code below?$treeview1_BeforeCheck=[System.Windows.Forms.TreeViewCancelEventHandler]{ if($nodeToBeChecked ...){ $_.Cancel = $true # do not want this node to be able to be checked }PS. It is possible to turn on checkbox for only top level nodes in the...
by mssapien
Tue Jan 03, 2012 3:39 am
Forum: Former and Future Customers - Questions
Topic: Primalforms 2011 Documentation?
Replies: 1
Views: 1504

Primalforms 2011 Documentation?

Where is the PrimalForms 2011 Documentation/Manual? If in the SAPIEN Document Explorer that can be installed with the trial version, then where?The community edition has a "Getting started" document, but I couldn't find any manual for the full version.