Progress dialog box

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Progress dialog box

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

ICS_support

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.