PrevNextUpHome BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1

Chapter 3. Development with GUI Framework

3.1. SophiaFramework Application
3.1.1. Starting up the Application
3.1.2. Defining the Application Class
3.1.3. Implementing the Constructor
3.1.4. Implementing the Destructor
3.1.5. Implementing the Event Handler
3.1.6. Error Handling
3.2. Window
3.2.1. Defining and Implementing the Window class
3.2.2. Creating the Window
3.2.3. Destroying the Window
3.2.4. Testing on the BREW Simulator
3.3. Control
3.3.1. Creating the Button
3.3.2. Registering the Button Handler
3.3.3. Creating the Checkbox
3.3.4. Obtaining the Status of Checkbox
3.3.5. Creating the Radiobutton
3.3.6. Creating the ComboBox
3.3.7. Registering the Combobox Handler
3.3.8. Invalid and Invisible
3.3.9. Creating the Editbox Control
3.3.10. Obtaining the Text
3.4. Dialog
3.4.1. Create the Dialog
3.4.2. Customizing the Dialog