Search found 66 matches

by pdearmen
Mon Jul 07, 2014 2:49 pm
Forum: PowerShell Studio
Topic: ComboBox - SelectedItem Displays Length Value
Replies: 4
Views: 4901

Re: ComboBox - SelectedItem Displays Length Value

Ah yes - thanks -I missed that little line in the above code
by pdearmen
Mon Jul 07, 2014 12:27 pm
Forum: PowerShell Studio
Topic: ComboBox - SelectedItem Displays Length Value
Replies: 4
Views: 4901

Re: ComboBox - SelectedItem Displays Length Value

use .selecteditem.tostring()

so if your dropdown list is named $clientSelector you would use

$clientSelector.selecteditem.tostring()
by pdearmen
Fri May 30, 2014 3:01 pm
Forum: PowerShell Studio
Topic: Sapien Suite 2012 to Sapien Suite 2014?
Replies: 3
Views: 3464

Re: Sapien Suite 2012 to Sapien Suite 2014?

I made the jump from Suite 2012 to 2014 and after the first few weeks and small odd little things - everything has been smooth sailing and I have been enjoying the usefulness of the new features and abilities of 2014. Its sometimes the little things that make the software.
by pdearmen
Fri May 02, 2014 1:13 pm
Forum: PowerShell Studio
Topic: Powershell Studio - Running App As Another User - Win 8.1
Replies: 4
Views: 11186

Re: Powershell Studio - Running App As Another User - Win 8.

It is a cosmetic issue - and only seems to be confusing my users - so not a detrimental thing but I don't want to have to rebuild our large toolset to avoid that confusion if I can avoid it :D Im using the packager and setting the options under Alternate Credentials to: RunMode: RunAsUser and then s...
by pdearmen
Fri May 02, 2014 9:34 am
Forum: PowerShell Studio
Topic: Powershell Studio - Running App As Another User - Win 8.1
Replies: 4
Views: 11186

Re: Powershell Studio - Running App As Another User - Win 8.

I have the embed default manifest option selected when i package the file. I'm not sure how to do an export of the code as another user??? Maybe i'm just having a blond moment. But what I did do was packaged the code to run as an elevated user account I have and ran it and was able to see the same i...
by pdearmen
Wed Apr 30, 2014 9:02 am
Forum: PowerShell Studio
Topic: Powershell Studio - Running App As Another User - Win 8.1
Replies: 4
Views: 11186

Powershell Studio - Running App As Another User - Win 8.1

An odd issue that currently only is seen by a small subset of my users at work but as windows 8 rolls out more I assume I will see this more. I wrote some code in Powershell Studio 2012 (latest version as of 3/25/2014). When I packaged the code into an exe it shows an odd behavior in windows 8.1 whe...
by pdearmen
Thu Apr 17, 2014 7:05 am
Forum: PowerShell Studio
Topic: Unable to open files saved from Powershell Studio 2012
Replies: 16
Views: 9196

Re: Unable to open files saved from Powershell Studio 2012

I uninstalled the x64 versions of the software and restarted my machine. After the restart I installed the latest 32 bit versions of the software and launched both. I waited for the 32 bit cache builder to finish before proceeding. I then attempted to open a file with the same results - the applicat...
by pdearmen
Wed Apr 16, 2014 7:54 am
Forum: PowerShell Studio
Topic: Unable to open files saved from Powershell Studio 2012
Replies: 16
Views: 9196

Re: Unable to open files saved from Powershell Studio 2012

Just tried something (since change vu wasn't enabled anyways now and wasn't tracking changed) - I created a new repo in change vue and deleted my old one. I then left the repo empty with no folders/projects in it.

I launched one of my problem files and it produced the same issue.
by pdearmen
Wed Apr 16, 2014 7:20 am
Forum: PowerShell Studio
Topic: Unable to open files saved from Powershell Studio 2012
Replies: 16
Views: 9196

Re: Unable to open files saved from Powershell Studio 2012

I performed the above test as requested. I created a new 10mb partition on my drive which was formatted as fat (not fat32) I copied one file to the new partition and made a backup of the original. I then deleted it from the original location. I tried to open the file from the new partition - and it ...
by pdearmen
Tue Apr 15, 2014 4:18 pm
Forum: PowerShell Studio
Topic: Unable to open files saved from Powershell Studio 2012
Replies: 16
Views: 9196

Re: Unable to open files saved from Powershell Studio 2012

As soon as I enabled source control on Primal Script 2014 (x64) I was able to reproduce the same behavior. Guess something is up with change vue?