Progress Bar

Last updated 1995.03.05


Version
None specified
Terms
TStaticText; TView::setData

To create a progress bar, you can derive a class from TStaticText which will allow setting of colour and re-displaying the string (via a setData() member function). This can be used to display a bar and then periodically update it.