Search found 61 matches

by LtMandella
Tue Oct 04, 2016 10:57 am
Forum: PowerShell GUIs
Topic: pipeline stopped error when closing out-gridview
Replies: 10
Views: 5044

Re: pipeline stopped error when closing out-gridview

I will try to clarify. If you are not using a form and you are using the CmdLet Out-Gridview (not outgridview?) then the grid will load from the pipeline if you are feeding the result of the SP to the grid. Since we have no idea what you function does there is really no way to determine how your is...
by LtMandella
Mon Oct 03, 2016 2:43 pm
Forum: PowerShell GUIs
Topic: pipeline stopped error when closing out-gridview
Replies: 10
Views: 5044

Re: pipeline stopped error when closing out-gridview

I cannot see how this would be true. The grid will always load synchronously. You are probably right, I have not stopwatched it. Maybe it is just my imagination that the start-sleep actually reduces the time for the outgridview to load... In any event do you know if is it expected behavior that clo...
by LtMandella
Mon Oct 03, 2016 10:23 am
Forum: PowerShell GUIs
Topic: pipeline stopped error when closing out-gridview
Replies: 10
Views: 5044

Re: pipeline stopped error when closing out-gridview

agreed, start sleep does seem pointless. however much to my surprise, the first start sleep does at runtime definitely shorten the time it takes for the out-gridview to fully load from the time it first displays, which reduces the opportunity for user to close it before it is fully loaded. the store...
by LtMandella
Thu Sep 29, 2016 11:34 am
Forum: PowerShell GUIs
Topic: pipeline stopped error when closing out-gridview
Replies: 10
Views: 5044

pipeline stopped error when closing out-gridview

pipeline stopped error when closing out-gridview: Here's the code I am using to show data using an out-gridview (it's in a cell content click event of datagridview) The exec-proc function returns the first resultset returned from call to stored proc, and I make sure it always returns data that will ...
by LtMandella
Fri Sep 02, 2016 11:59 am
Forum: PowerShell
Topic: pipeworks
Replies: 4
Views: 3163

Re: pipeworks

nope, don't need a home thanks. I have a couple already.

Pipeworks is a suite of powershell modules intended to facilitate certain types of development deliverables.

Sorry, I thought this was a general windows powershell forum. My mistake.

ken
by LtMandella
Thu Sep 01, 2016 11:34 am
Forum: PowerShell
Topic: pipeworks
Replies: 4
Views: 3163

pipeworks

pipeworks looks way cool. Anyone have experience using it to implement web service?

thanks,
ken
by LtMandella
Tue Aug 02, 2016 8:25 pm
Forum: Wish List and Feature Requests
Topic: Powershell Studio- New Feature to "deregister" machine
Replies: 3
Views: 3415

Re: Powershell Studio- New Feature to "deregister" machine

[[if you do happen to have access to the software you only have to select the License Information button in the upper right followed by "Deactivate license" ]] hell, my bad. that is exactly the feature I was asking for, and it is already right there (hopefully in my version-2015?) thanks a...
by LtMandella
Mon Aug 01, 2016 5:52 pm
Forum: Wish List and Feature Requests
Topic: Powershell Studio- New Feature to "deregister" machine
Replies: 3
Views: 3415

Powershell Studio- New Feature to "deregister" machine

I seem to trash drives/laptops faster than most. And now I have trashed another drive (trying to do full system encryption) so I cannot install a second copy of PShell Studio on alternate machine. I own some other apps that support interactive "deregister" (Balsamiq is an example) so I can...
by LtMandella
Mon Jul 11, 2016 5:07 pm
Forum: PowerShell Studio
Topic: Unhandled exception: to use the Out-Gridvew cmdlet
Replies: 5
Views: 2695

Re: Unhandled exception: to use the Out-Gridvew cmdlet

I do not see that "refresh" icon in my 2015 version of pshell studio but it seems like it refreshed itself because the v2 and v3 choices are visible now in the dropdown.

thanks again for your help!

ken
by LtMandella
Tue Jul 05, 2016 3:34 pm
Forum: PowerShell Studio
Topic: Unhandled exception: to use the Out-Gridvew cmdlet
Replies: 5
Views: 2695

Re: Unhandled exception: to use the Out-Gridvew cmdlet

thanks, I guess that is the problem.

$PSVersionTable shows I have version 3 on my dev vm.

However, there is no option available in my pshell studio to select version 3.

only version 2, 64 or 32 bit.