EasyManuals Logo
Home>Casio>Calculator>ClassPad 300

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 #63 background imageLoading...
Page #63 background image
the following Message() function calls SetStatusBar() with the message “Status:
Everything is OK” on a PM_SHOW message:
SIGNED YourModuleWindow::Message(const PegMessage &Mesg)
{
switch(Mesg.wType)
{
case PM_SHOW:
CPModuleWindow::Message(Mesg);
SetStatusBar("Status: Everything is OK");
break;
:
:
Buttons
PEG and the SDK provide several types of buttons that you can add to your application.
We will now go through each one providing examples on how to create the button, and a
screenshot of what the button looks like on the ClassPad.
Note: In most of these cases there is more than one constructor for each class. Refer to
the ClassPad 300 SDK Reference Guide to see details on all available constructors.
PegButton
Class Name Derived From Styles Signals
PegButton PegThing FF_NONE
FF_THIN
FF_THICK
BF_REPEAT
BF_DOWNACTION
PSF_SIZED
PSF_FOCUS_RECEIVED
PSF_FOCUS_LOST
PSF_KEY_RECEIVED
PSF_CLICKED
63

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