Search found 7 matches

by pgessford
Thu Jul 14, 2022 7:08 am
Forum: PowerShell Studio
Topic: Compiled application won't display form
Replies: 3
Views: 1675

Re: Compiled application won't display form

Thanks for the suggestion. I checked the setting, and STA was enabled in the packager...same as in the designer. Unfortunately, I also attempted compiling and running the app with STA disabled (in both designer and packager) with the same result (runs in the designer but hangs once compiled). Form r...
by pgessford
Wed Jul 13, 2022 11:49 am
Forum: PowerShell Studio
Topic: Compiled application won't display form
Replies: 3
Views: 1675

Compiled application won't display form

Product: PowerShell Studio 2022 (64 Bit) Build: v5.8.208 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.19044.0 PSVersion: 7.2.2 Working on a very small project that uses a small form and accesses a Password Vault (KeePass) on the local machine. The form will run great in the designer when testing....
by pgessford
Tue Nov 23, 2021 6:24 am
Forum: PowerShell Studio
Topic: PowerShell Studio Forms are not compiling when using PS 7
Replies: 1
Views: 3150

PowerShell Studio Forms are not compiling when using PS 7

PSStudio 5.8.196 Operating system: Win10 PowerShell version(s): 7.2.0 Currently working on a GUI application in PowerShell Studio. When working with PS7 , my forms don't seem to compile or run. To test this, I have created a bare form with a text control (from the PSStudio templates) with no other c...
by pgessford
Fri Sep 24, 2021 11:49 am
Forum: PowerShell GUIs
Topic: Form Error when using "Break"
Replies: 3
Views: 3461

Re: Form Error when using "Break"

Thanks for that. Simply replacing the "Exit/Break" inside of function/event with "return" resolved the issue. Appreciate the help!
by pgessford
Thu Sep 23, 2021 8:36 pm
Forum: PowerShell Studio
Topic: Elevating Console in PowerShell Studio
Replies: 3
Views: 10780

Re: Elevating Console in PowerShell Studio

Thanks for the replies. That is exactly what I needed.
by pgessford
Thu Sep 23, 2021 8:28 pm
Forum: PowerShell GUIs
Topic: Form Error when using "Break"
Replies: 3
Views: 3461

Form Error when using "Break"

Product: PowerShell Studio 2021 (64 Bit) Build: v5.8.192 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.18363.0 I've been able to recreate this issue on a sample form with a single button. Having an issue when exit/break in an IF statement. Used the debugging features, and the error occurs immediat...
by pgessford
Sat Aug 28, 2021 8:56 pm
Forum: PowerShell Studio
Topic: Elevating Console in PowerShell Studio
Replies: 3
Views: 10780

Elevating Console in PowerShell Studio

Product, version and build: PowerShell Studio 2021 5.1.192 Operating system: WIN10 PowerShell version(s): 5.1.18362.1714 -and- 7.1.4 Good evening, New to PowerShell studio so please bear with me. I am attempting to test my scripts from within PowerShell Studio (on-prem Exchange work that needs eleva...