[logo] JX Application Framework
   
Home     
* Cart

Introduction

Why use a framework?

Download

GitHub

Vision
    API stability

    Code optimization

    Bibliography

Features
    Object messaging

    Extensibility

    Drag-and-Drop

    Networking

    3D Graphics

    Powerful tables

    Styled text editor

    Memory leak debugger

    Tutorial
    Class tree

    Open protocols

    Known bugs

    Future plans
    Projects

FAQ

Donate

Other software

What's new!

Log in  

   
     

Displaying the progress of a lengthy operation

The JX Application Framework provides an object to display the progress of a lengthy operation. The normal way to use this is via the JXStandAlonePG class which creates its own window, as shown below. However, one can also display the widgets in an existing window by using the JXProgressDisplay class.

This shows the case when the process has a fixed, known length.

This shows the case when one does not know the length of the process before one starts.

Copyright © 2010 New Planet Software