|
Navigation: Guided Tour > System Folder > Sample Applications Icons |
![]() ![]()
|
Avatar Chat Sample
|
This is an enhanced version of the Sockets Chat sample application that also displays a Microsoft Agent avatar that speaks messages as they arrive. |
The sample code for this example is contained in the AvatarChat class.
Bouncing Balls Sample
|
Opens the Bouncing Balls demonstration that illustrates a simple method of creating flicker free animation with Dolphin. |
The sample code for this example is contained in the BouncingBallView class.
Hello World Sample
|
This is the ubiquitous "Hello World" application for Dolphin Smalltalk. This particular version is a GUI application. |
The sample code for this example is contained in the Hello World package.
Etch-A-Sketch Sample
|
This is a simple software version of the child's toy of the same name. It is intended to illustrate the use of a compound view with an additional embedded view component (in this case the Scribble view) |
The sample code for this example is contained in the EtchASketch class.
Notepad Sample
|
This is a slightly reduced functionality implementation of the standard Windows NOTEPAD.EXE intended to demonstrate the DocumentShell hierarchy in Dolphin's MVP framework. |
The sample code for this example is contained in the Notepad class.
Registry Editor Sample
|
This is a reduced functionality implementation of the standard Windows utility, REGEDIT.EXE. |
The sample code for this example is contained in the RegEdit class.
Scribble Pad Sample
|
This sample allows you to scribble with the mouse. It is intended to demonstrate the use of a specially created view class for displaying specialised model data (the mouse "ink") |
The sample code for this example is contained in the Scribble class.
Simple Web Browser Sample
|
This is a very simple Web browser sample intended to illustrate the use of the Microsoft Internet Explorer ActiveX control. |
The sample code for this example is contained in the WebBrowserShell class.
Smalltalk Calculator Sample
|
This calculator is intended to demonstrate the use of the Dolphin compiler in a run-time application. It is not like a normal push button calculator, instead you type Smalltalk expressions to be evaluated. |
The sample code for this example is contained in the Calculator class.
Sockets Chat Sample
|
This sample demonstrates the use of Sockets for the creation of a text messaging client. |
The sample code for this example is contained in the Chat class.
Video Library Sample
|
This is a sample videotape library application for indexing the recordings in a collection of video tapes. It is intended to illustrate the construction of a complete, form based, application. |
The sample code for this example is contained in the Video Library package.
WordPad Sample
|
This is a slightly reduced functionality implementation of the standard Windows WORDPAD.EXE utility intended to demonstrate the DocumentShell and RichText hierarchies in Dolphin's MVP framework. |
The sample code for this example is contained in the WordPad class.
XMLPad Sample
|
This is a simple text-based XML editor. It is intended to demonstrate the DocumentShell hierarchy, the Scintilla editing component and the use of MSXML. It is also useful for editing XML! |
The sample code for this example is contained in the XMLPad class.