Progress Bar

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
alvalenz79
Posts: 36
Last visit: Fri Jan 26, 2018 11:23 am

Progress Bar

Post by alvalenz79 »

I'm trying to understand how to get the progress bar overlay to work when the load button and export is used.

Any help is appreciated.
Attachments
Demo1.psf
(28.81 KiB) Downloaded 118 times
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Progress Bar

Post by jvierra »

A progress bar will not work during dedicated operations. There is nothing to cause the progress to increment. You can only use progress in long scripts that have many steps.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Progress Bar

Post by jvierra »

If you calls are long running consider using the JobTracker form control set. The Info Center has numerous blogs and articles on creating responsive forms.

http://info.sapien.com/index.php/guis
User avatar
alvalenz79
Posts: 36
Last visit: Fri Jan 26, 2018 11:23 am

Re: Progress Bar

Post by alvalenz79 »

Thank you
This topic is 7 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked