LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Double progress bar

The situation is:
I have an application with task, working in (for example) in 256 steps. On each step the main task call the subtask, working in 256 steps also. Is it possible to use a popup window with two progress bars (first for the subtask and the second - for the main task) on it? Where to get it if it exist?
0 Kudos
Message 1 of 3
(3,120 Views)

CVI does not have a native progress bar control: ProgressDIalogue functions included in the toolbox.fp simply programmatically create a popup panel with a horizontal level slide indicator inside, as you can see looking into the source code for this function.

I suggest you to add a simple panel to one of your UIRs with two of those indicator and use it as a progress bar indicator. With this solution you could even heavily customize panel appearance to meet your application standards and aesthetic.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,114 Views)
You can popup a new progress bar while one is already in progress, but I'm
not sure if it's the cleanest way to do it as Roberto also stated.
--
Guillaume Dargaud
http://www.gdargaud.net/


0 Kudos
Message 3 of 3
(3,098 Views)