Hi Everybody,
I would like to show a progress dialog box. how can i do that? Is there any widget available for Showing the progress bar? Please let me know. Thank you,
saji_r
Tue, 07/03/2012 - 11:45
#1
Progress dialog box
I believe the O`Reilly Volume 6A has code for this that uses an XmSlider or an XmScrollBar as the index. The trick is to update the value regularly and then flush the output *and* have Xt do drawing updates. If the ORA code doesn`t include the flushing code, see the articles at http//www.motifzone.com/tmd/ , although the sample code there isn`t perfect.