LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add text to a progress bar?

Solved!
Go to solution
I want to be able to add text to a progress bar that updates with status as the bar is progressing.  I can’t seem to find any property nodes for this.  Any ideas on a clean/easy way to do this?
0 Kudos
Message 1 of 12
(5,330 Views)
use a string indecator to display what state you are in
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 2 of 12
(5,324 Views)
I had considered this but I don’t like the look and feel of doing it this way.  Perhaps a better question would be is there a way to make the container/border of a sting indicator transparent (like a label) so I can overlay the status text in the progress bar?
Message Edited by dubs on 11-30-2009 03:35 PM
0 Kudos
Message 3 of 12
(5,314 Views)

You can make the string indicator transparent with the paint tool (View>Tools Palette).

 

What kind of text do you want to display?

0 Kudos
Message 4 of 12
(5,305 Views)
Solution
Accepted by dubs

Like this?

 

 

Jean-Marc

0 Kudos
Message 5 of 12
(5,300 Views)
Yes, you can customize your control with the tools palette and go to set color and change it to the T for transparent
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 6 of 12
(5,297 Views)

J-M wrote:

Like this?

 

 

Jean-Marc


 

Perfect!  Thank you much.
0 Kudos
Message 7 of 12
(5,293 Views)
That's a pretty tedious way to display that. You don't have to select text display in order to show 'Progress: x%". The normal digital display will do this with a format statement of 'Progress: %d%%'. 
0 Kudos
Message 8 of 12
(5,290 Views)

True, but I want to display status text, not just % complete. 

0 Kudos
Message 9 of 12
(5,287 Views)
You can also use a .NET container and .NET control; I used to have an example of this somewhere...
0 Kudos
Message 10 of 12
(5,276 Views)