15 Example: Using The Interface Builder

15.8 Testing the example interface

You have now finished specifying the example interface and its callback functions, so you can test it.

1. Choose File > Save in the editor to saveib-example.lisp,ib-callbacks.lisp, anddefsys.lisp if you have not already done so.

Next, you need to load theib-test system into the environment.

2. In the editor, make sure that the filedefsys.lisp is visible, and choose File > Compile and Load to compile and load it into the environment.

3. Press Space when the compilation has finished.

4. In the listener, type the following form.

(load-system 'ib-test)

Theib-test system, together with its members, is loaded into the environment.

5. To test the interface, type the following form into the listener.

(cl-user::test-ib-example)

A fully functional instance of the example interface is created for you to experiment with.


Common LispWorks User Guide, Liquid Common Lisp Version 5.0 - 18 OCT 1996

Generated with Harlequin WebMaker