Search found 22 matches

by C3PO_R2D2
Mon Feb 11, 2019 7:44 am
Forum: Wish List and Feature Requests
Topic: 32 bit Mode Powershell
Replies: 1
Views: 4634

32 bit Mode Powershell

Hi, I notice the following: With Powershell Studio, you can run your scripts in 32 bit mode. Normally, this is seldom needed, however, I have some scripts that connect to a Notes object, which can only be loaded whilst in 32 bit mode. This works well if you run the script or if you debug the script....
by C3PO_R2D2
Fri Feb 10, 2017 4:51 am
Forum: PowerShell GUIs
Topic: Hide a form
Replies: 2
Views: 2513

Hide a form

Product, version and build: 32 or 64 bit version of product: 64 bit Operating system: 32 or 64 bit OS: 64 bit PowerShell Version: 5.4.134 Hello, I am trying to create a form that when I minimize it, it should minimize to the system tray, so nothing is visible in the task bar (I'm using the NotifyIco...
by C3PO_R2D2
Thu Apr 10, 2014 8:41 am
Forum: Wish List and Feature Requests
Topic: Array values don't show up during debugging
Replies: 4
Views: 5641

Re: Array values don't show up during debugging

Waaw, a lot of information -> thanks a lot for that.
I'll try to capture this very interesting info the coming days with my simple brain...
by C3PO_R2D2
Wed Apr 09, 2014 12:29 am
Forum: Wish List and Feature Requests
Topic: Array values don't show up during debugging
Replies: 4
Views: 5641

Re: Array values don't show up during debugging

Hello Bosporan, thanks a lot for your interesting reply. Do you have the time to explain me a bit more your coding techniques, as I'm just a simple system engineering occasionaly using Powershell. I don't understand some of your techniques: - Modify your profile to automatically import / dotsource t...
by C3PO_R2D2
Tue Apr 08, 2014 7:21 am
Forum: Wish List and Feature Requests
Topic: Array values don't show up during debugging
Replies: 4
Views: 5641

Array values don't show up during debugging

Well, I thought this issue: http://www.sapien.com/forums/viewtopic.php?f=9&t=6578 was going to be solved with the Powershell Studio 2014 product, but it's still the same. Isn't this really anoying for anyone? What I find a bit weird, is the fact that when you hoover your mouse over the array in ...
by C3PO_R2D2
Thu Jan 23, 2014 5:09 am
Forum: PowerShell Studio
Topic: Long time to load form when running it
Replies: 31
Views: 24103

Re: Long time to load form when running it

Well, I just installed version 3.1.28, and the problem is GONE :D
So something has changed in the code since version 3.1.23.

Thanks everyone for the feedback given in this post...
by C3PO_R2D2
Mon Dec 30, 2013 2:34 am
Forum: PowerShell Studio
Topic: Long time to load form when running it
Replies: 31
Views: 24103

Re: Long time to load form when running it

Hello Robert, thanks a lot for your investigation and your update. David, I don't use signed packages. Verisign is listed in the Trusted Certification Authority. But I must say that I do have the differences of a packaged .exe script, and one ran from the Powershell Studio Environment. For some reas...
by C3PO_R2D2
Thu Dec 12, 2013 2:59 am
Forum: PowerShell Studio
Topic: Long time to load form when running it
Replies: 31
Views: 24103

Re: Long time to load form when running it

Hello,

I did the test:

When I create an exe of the form, the form launches immediately.
When I launch the form within Powershell Studio, it takes like 30 seconds to launch. Looking at CPU, memory & disk, I don't see a difference in these counters.
And I don't sign the scripts...
by C3PO_R2D2
Thu Dec 12, 2013 1:47 am
Forum: PowerShell Studio
Topic: Long time to load form when running it
Replies: 31
Views: 24103

Re: Long time to load form when running it

Here's mine: I use a Windows Server 2008 R2, and I have the issue on both virtual & physical servers, and with SP1 installed or without it. These servers have a normal network card, but the there's no access to the Internet, because it's on an isolated network. I installed Powershell Studio 2012...
by C3PO_R2D2
Wed Dec 04, 2013 5:53 am
Forum: Wish List and Feature Requests
Topic: Run-time variables pane for Power Shell Studio 2012?
Replies: 3
Views: 6593

Re: Run-time variables pane for Power Shell Studio 2012?

:?: Any news :?:

To me this is a real issue, as Powershell makes use a lot of arrays, and if you can't show what's in the arrays when debugging, you're better off with the build in Powershell IDE...