EasyManuals Logo

Casio ClassPad 300 Programming Guide

Casio ClassPad 300
125 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #81 background imageLoading...
Page #81 background image
PegProgressBar
Class Name Derived From Styles Signals
PegProgressButton PegThing FF_NONE
FF_THIN
PS_SHOW_VAL
PS_RECESSED
PS_LED
PS_VERTICAL
PS_PERCENT
PSF_SIZED
PSF_FOCUS_RECEIVED
PSF_FOCUS_LOST
PSF_KEY_RECEIVED
PegProgressBar is a simple progress bar control used to indicate to an end user the
completion status of a slow activity. PegProgressBar can assume any scale value within
the range of the SIGNED data type, however it is most common to display a value that is
a percentage of the completion status.
The style, range, and initial value of a PegProgressBar object are passed to the object
constructor. As the operation being monitored progresses, the application software calls
the Update() member function to change the displayed completion value.
While you can create any number of PegProgessBar instances directly, it is more
common to use the PegProgressWindow class, as this is a simpler method of creating and
displaying a progress indicator to the end user.
The following example creates a PegProgressBar which gets updated during the Task()
function:
void ProgressWindow::CreateProgressBar()
{
PegRect r = mClient;
r.wLeft += 2;
r.wRight -= 5;
r.wBottom = 30;
81

Table of Contents

Other manuals for Casio ClassPad 300

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Casio ClassPad 300 and is the answer not in the manual?

Casio ClassPad 300 Specifications

General IconGeneral
BrandCasio
ModelClassPad 300
CategoryCalculator
LanguageEnglish

Related product manuals