Search found 107 matches

by StupidSexyFlanders
Mon Jan 14, 2013 4:28 am
Forum: ChangeVue
Topic: ChangeVue 2012 crashing at launch
Replies: 11
Views: 33759

ChangeVue 2012 crashing at launch

I see a UI for a few seconds before Window indicates the error. I've attached a screenshot of exactly what I see.

Attached files
by StupidSexyFlanders
Wed Jan 09, 2013 6:20 am
Forum: ChangeVue
Topic: ChangeVue 2012 crashing at launch
Replies: 11
Views: 33759

ChangeVue 2012 crashing at launch

A few days ago ChangeVue started crashing a few seconds after it started. Version 2.1.54 Troubleshooting: *Tried running as administrator *Uninstalled, downloaded latest version (which I think was what I was already running), and reinstalled Logs: I tried adding the '/l:4' after the executable path,...
by StupidSexyFlanders
Fri Nov 09, 2012 9:01 am
Forum: PowerShell Studio
Topic: Keeping a form 'clickable' while running...
Replies: 1
Views: 1625

Keeping a form 'clickable' while running...

My form launches a series of processes that can take a while, depending of the options the user chooses. As various results are determined, a text box is updated in real-time. However, nothing in the form is accessible while until the processes are complete. The users can't use the scrollbar to see ...
by StupidSexyFlanders
Tue Oct 30, 2012 11:21 am
Forum: PowerShell
Topic: Getting results from a remote job
Replies: 1
Views: 1355

Getting results from a remote job

I made some changes and now it works. The variable $s is the same. For $j I replaced 'start-job' with 'invoke-expression' and explicitly defined it as a background job. For the $results I dumped everything but receive-job. New (working) code: $s = new-pssession -computername 'MyRemoteServer' $j = in...
by StupidSexyFlanders
Tue Oct 30, 2012 10:39 am
Forum: PowerShell
Topic: Getting results from a remote job
Replies: 1
Views: 1355

Getting results from a remote job

I could not get this to work and eventually just copied/pasted the text directly from the PowerShell Get-Help information...still didn't work. So, I am stumped. Here is the code I am using, taken from Get-Help Receive-Job -full (Example 4): $s = new-pssession -computername 'MyRemoteServer' $j = invo...
by StupidSexyFlanders
Wed Oct 10, 2012 3:46 am
Forum: PowerShell Studio
Topic: Progress bar text overlay
Replies: 2
Views: 2774

Progress bar text overlay

I am pleased to say that your most recent version of PowerShell Studio now supports this (i.e. ProgressBarOverlay)! ^_^
by StupidSexyFlanders
Tue Oct 09, 2012 12:11 pm
Forum: PowerShell Studio
Topic: One Click to rule them all?
Replies: 1
Views: 1616

One Click to rule them all?

As soon as my form loads it immediately checks the users current domain. If it's not an approved domain, all the form controls are disabled. Currently, I am doing an IF($ENV:USERDOMAIN -ne 'mydomain') and them manually enabling/disabling all the controls based on the results. Is there a command that...
by StupidSexyFlanders
Mon Oct 08, 2012 9:33 am
Forum: PowerShell
Topic: Textbox.Multiline: Formatting appended text per-line
Replies: 1
Views: 1846

Textbox.Multiline: Formatting appended text per-line

I am using a forloop to add information (using appendtext) to a multiline textbox. Can the text be formatted differently on a per-line basis? For example, could I leave the first line at the default formatting and make the next line bold? $outputWindow.AppendText("Default text format") $ou...
by StupidSexyFlanders
Wed Sep 26, 2012 10:38 am
Forum: PowerShell Studio
Topic: Powershell 3.0 in Powershell Studio 2012
Replies: 11
Views: 16950

Powershell 3.0 in Powershell Studio 2012

The reason people are pushing for this is *because* they rely on it in production environment (i.e. currently released versions of Windows) . We are not asking for you to jump the curve and support some beta OS. We are wanting PowerShell Studio 2012 to work with PowerShell v3 (release over three wee...
by StupidSexyFlanders
Wed Sep 26, 2012 9:27 am
Forum: PowerShell Studio
Topic: Powershell 3.0 Support
Replies: 5
Views: 3363

Powershell 3.0 Support

Indeed! Thanks for the clarification. I have always assumed the internal host was just an embedded console displaying the output of the PS engine installed on the OS.