Search found 7 matches

by DavidSunter
Fri May 10, 2019 3:03 am
Forum: PowerShell Studio
Topic: 5.6.162 Compilation Issues
Replies: 7
Views: 3657

Re: 5.6.162 Compilation Issues

Sorry for the delay in testing this, I've been tied up with other things.
I've just tested now and can confirm that our script is working again with the provided psbuild.exe. Do you know if this fix will be included in a future release?

Thanks
by DavidSunter
Mon Apr 29, 2019 8:32 am
Forum: PowerShell Studio
Topic: 5.6.162 Compilation Issues
Replies: 7
Views: 3657

Re: 5.6.162 Compilation Issues

Create a new form and add the following to the script: param ( [Parameter(Position = 0)] [string]$TestString, [string]$PatchWeek = "1", [string]$TestString2 = "DefaultValue" ) $form1_Load={ Write-Host $TestString2 } Package the form using 'SAPIEN PowerShell V5 Host (Command line)...
by DavidSunter
Mon Apr 29, 2019 1:56 am
Forum: PowerShell Studio
Topic: 5.6.162 Compilation Issues
Replies: 7
Views: 3657

5.6.162 Compilation Issues

Product, version and build: PowerShell Studio 2019 5.6.162 32 or 64 bit version of product: 64 bit Operating system: Windows 10 1709 16299.1087 32 or 64 bit OS: 64 bit We have a compiled form that has a param block at the very start of the psf file, which allows us to call the executable and pass ar...
by DavidSunter
Sun Apr 28, 2019 12:52 pm
Forum: PowerShell Studio
Topic: Consuming Module Classes in Forms Projects
Replies: 3
Views: 2199

Consuming Module Classes in Forms Projects

Product, version and build: PowerShell Studio 2019 5.6.162 32 or 64 bit version of product: 64 bit Operating system: Windows 10 1709 16299.1087 32 or 64 bit OS: 64 bit I have created a PowerShell module which contains classes. I have then created a new forms project and intend to use the classes exp...
by DavidSunter
Thu Apr 25, 2019 7:56 am
Forum: PowerShell Studio
Topic: PowerShell Service Template
Replies: 2
Views: 2541

PowerShell Service Template

Product, version and build: PowerShell Studio 2019 5.6.161 32 or 64 bit version of product: 64 bit Operating system: Windows 10 1709 16299.1087 32 or 64 bit OS: 64 bit I'm testing out the Service template, and simply taking the default template, adding a single Write-Host "Test" line withi...
by DavidSunter
Wed Apr 24, 2019 4:15 pm
Forum: PowerShell Studio
Topic: Cross File Class Support
Replies: 4
Views: 2467

Re: Cross File Class Support

Thanks, I've built and uploaded a demo project that showcases the mentioned issues and also raised a feature request as suggested.
by DavidSunter
Wed Apr 24, 2019 1:10 am
Forum: PowerShell Studio
Topic: Cross File Class Support
Replies: 4
Views: 2467

Cross File Class Support

Product, version and build: PowerShell Studio 2019 5.6.161 32 or 64 bit version of product: 64 bit Operating system: Windows 10 1709 16299.1087 32 or 64 bit OS: 64 bit I'm creating a new forms project and want to add a bunch of PowerShell classes/enums to the project. When I do this, there appears t...