Progress Bar issues

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 5 years and 3 weeks 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
mtartaglia
Posts: 101
Last visit: Mon Dec 19, 2022 11:45 am

Progress Bar issues

Post by mtartaglia »

Hi,

I have a marquee progressbar overlay I want to display on a form when someone clicks the button to download some files. I only want the progressbar to be visible and animate when this is going on but it only becomes visible and animated after the files are downloaded which defeats the purpose. Looks like the form is hung until the job is done.

If you need code please let me know.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Progress Bar issues

Post by davidc »

I recommend reading these articles on how to create a responsive form:

https://info.sapien.com/index.php/guis/ ... sive-forms

https://info.sapien.com/index.php/guis/ ... sive-loops
David
SAPIEN Technologies, Inc.
User avatar
mtartaglia
Posts: 101
Last visit: Mon Dec 19, 2022 11:45 am

Re: Progress Bar issues

Post by mtartaglia »

Thank you! That helped big time :D
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Progress Bar issues

Post by davidc »

I'm glad they help! Feel free to ask any questions on the forum.
David
SAPIEN Technologies, Inc.
This topic is 5 years and 3 weeks 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