Edit detail for Dabo Demos revision 3 of 3

1 2 3
Editor: Bennett Groshong
Time: 2012/02/12 14:59:17 GMT-5
Note:

changed:
- * **DaboDemo** - DaboDemo showcases the dabo control and layout widgets and includes the Bubblet and Montana games. It is designed to show developers how to use specific widgets, with an overview and demo code included with each demo.  The developer can select the widget that they want to see and that demo will be displayed on the screen.  Additionally, the can view and modify to code to see how changes affect the output. This demo is well worth exploring.
 * **DaboDemo** - This demo showcases the dabo control and layout widgets and includes the Bubblet and Montana games. It is designed to show developers how to use specific widgets, with an overview and demo code included with each demo.  The developer can select the widget that they want to see and that demo will be displayed on the screen.  Additionally, the can view and modify to code to see how changes affect the output. This demo is well worth exploring.

Dabo has an ever growing collection of demos. Demonstration code is as useful as tutorials or other documentation at teaching users of the framework how to code their applications. Demos provide examples that developers can use to better understand how the framework works. The collection of demos is actually quite extensive. Here are some of the different types of Demos available:

  • Simple Demos - These demos illustrate simple coding concepts. The SimpleDemo? and SimpleForm? demos provide the user with insight on how to code GUIs? in Dabo. The illustrate simple things like properties, absolute placement, data binding, and events.
  • Games - Currently, we have three games, Montana, Bubblet and Minesweeper. Montana is a card game, Bubblet is a simple strategy game, and Minesweeper is a clone of the Windows game. These demos were written to show that Dabo can be used for a wide variety of applications. We definitely invite you to take a look at the code for these demos, as it may provide insight into using more advanced features.
  • DaboDemo - This demo showcases the dabo control and layout widgets and includes the Bubblet and Montana games. It is designed to show developers how to use specific widgets, with an overview and demo code included with each demo. The developer can select the widget that they want to see and that demo will be displayed on the screen. Additionally, the can view and modify to code to see how changes affect the output. This demo is well worth exploring.
  • DataTypeDemos - This set of examples shows how basic datatypes can be edited with Dabo's data controls.