Search found 2 matches

by o0beaner
Tue Feb 09, 2016 9:04 am
Forum: PowerShell GUIs
Topic: GUI project going grey, (Not Responding)
Replies: 2
Views: 2061

Re: GUI project going grey, (Not Responding)

Alright, so I figured this out. My issue was actually related to calling a SaveFileDialog, and my compiler was not using STA mode, which SAPIEN states is required for that control[1]. This actually brings me to another question, however, still related to the same thread subject. I previously mention...
by o0beaner
Sun Feb 07, 2016 3:47 pm
Forum: PowerShell GUIs
Topic: GUI project going grey, (Not Responding)
Replies: 2
Views: 2061

GUI project going grey, (Not Responding)

Hey there! I am working on my first GUI project with Powershell Studio 2015, and have run into an odd issue. Let me preface this with saying, I have read the articles about creating responsive forms and have used that information extensively on my project. Most of the functions that I have created i...