DialogBlocks Demo

 

bullet

Warning:  Of all lectures which you may attend this semester, this lecture may well be the most important, since there is no text or web page that so concisely presents the information you need to effectively develop GUI-based applications.

bullet

Demo Outline:
bullet

Review the structure of a GUI-based application.

bullet

Introduce HW#8

bullet

Demonstrate DialogBlocks
bullet

Build a menubar, menu and menu item

bullet

Build a status bar

bullet

Build a grid of buttons

bullet

Add an event handler to a button (demonstrate the callback mechanism)

bullet

Demonstrate wxMessageBox for program feedback and debugging

bullet

Show how to modify GUI objects