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 #82 background imageLoading...
Page #82 background image
r.wTop = 5;
bar = new PegProgressBar(r, FF_THIN|PS_SHOW_VAL|PS_PERCENT);
AddR(bar);
}
void ProgressWindow::Task()
{
for(int i=1;i<10000001;i++)
{
for(int j=0;j<100;j++);
if(i%100000 == 0)
{
bar->Update(i/100000);
}
}
}
In this example Task() could be called from a user event, like clicking on a button. Here
is a screenshot where a toolbar button starts Task():
For more information, including a complete list of constructors and member functions for
each control class, see the ClassPad 300 SDK Reference Guide.
82

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