Search found 9 matches

by Alcha212
Sat Apr 08, 2017 10:36 pm
Forum: PowerShell GUIs
Topic: Display Download progress in Progressbar
Replies: 2
Views: 2568

Re: Display Download progress in Progressbar

As far as I know, you can't actually forward the output from the progress bar.

However, if you look up the $ProgressPreference variable in about_Preference_Variables as jvierra mentioned you can use it to silence the PowerShell progress bar and display your own using the ProgressBarOverlay.
by Alcha212
Sat Mar 11, 2017 10:56 pm
Forum: PowerShell GUIs
Topic: Studio Issue or Code?
Replies: 19
Views: 8530

Re: Studio Issue or Code?

To also help you get started, here are two entries on info.sapien.com that cover the Progress Bar: Spotlight Article: http://info.sapien.com/index.php/guis/gui-controls/spotlight-on-the-progressbar-control?highlight=WyJwcm9ncmVzcyJd Creating Responsive Loops: http://info.sapien.com/index.php/guis/gu...
by Alcha212
Sat Mar 11, 2017 10:54 pm
Forum: PowerShell GUIs
Topic: Studio Issue or Code?
Replies: 19
Views: 8530

Re: Studio Issue or Code?

After replacing the file I get the below errors in the console: I have just been running from the designer, but I did export to EXE and try with the same result. It seems all actions are completing properly. ERROR: Exception calling "AppendText" with "1" argument(s): "Objec...
by Alcha212
Sat Mar 11, 2017 7:01 pm
Forum: PowerShell GUIs
Topic: Studio Issue or Code?
Replies: 19
Views: 8530

Re: Studio Issue or Code?

I modified your original MainForm.psf and added a JobTracker to handle the functional code in the background. I'm not sure this will actually fix the problem as I'm unable to test it against your system but it might help. The only change to your code that's actually executed is instead of adding you...
by Alcha212
Mon Feb 27, 2017 4:41 pm
Forum: iPowerShell
Topic: Can't change server type with text in fields
Replies: 3
Views: 16010

Re: Can't change server type with text in fields

Thanks for the timely fix!
by Alcha212
Thu Feb 09, 2017 1:40 pm
Forum: iPowerShell
Topic: Can't change server type with text in fields
Replies: 3
Views: 16010

Can't change server type with text in fields

Product and version: 5.0.142 OS version: 10.2.1 I just discovered a bug while messing with the servers part of the app. If you are adding a server to the list and you have text in the fields such as IP and nickname, you can't change the server type from PSWA to SSH. You first have to clear the text ...
by Alcha212
Wed Feb 08, 2017 10:09 pm
Forum: PowerShell GUIs
Topic: Code Contributions...Where?
Replies: 3
Views: 2248

Re: Code Contributions...Where?

Dear SAPIEN Moderators, If I have code I would like to share with the rest of Forum users for the sake of community spirit so I can gather feedback and comments for continuous improvement... ...where should I post it? Regards Ramon Would you be willing to share here whatever it was you were initial...
by Alcha212
Wed Feb 08, 2017 10:04 pm
Forum: PowerShell GUIs
Topic: WebBrowser Object and Java
Replies: 4
Views: 2780

Re: WebBrowser Object and Java

This article from Microsoft might help you out with installing Java specifically for IE:

https://support.microsoft.com/en-us/hel ... stall-java
by Alcha212
Wed Feb 08, 2017 9:45 pm
Forum: PowerShell
Topic: Compiled script generates incomplete reporting
Replies: 5
Views: 3153

Re: Compiled script generates incomplete reporting

You can also check out the info.sapien.com page, they have some helpful guides there:

http://info.sapien.com/index.php/how-to ... udio-howto