
		DESIGN EXAMPLE PROGRAM DIRECTORIES:
 
handlers   - programs illustrating the use of callbacks, 
             input handlers, event handlers, input handlers

layout     - Manager layout examples

xvlang     - visual programming example programs

xvobjects  - visual object example programs

xvutils    - examples using GUI utilities 

xvwidgets  - GUI object and layout example programs


	The bootstrap, dataserv, and khoros toolboxes must all 
	be installed and compiled in order to compile the examples.

To compile all the example programs execute:
	% make Makefile Makefiles
	% make 

To compile one example program
	% cd {to desired example}
	% make Makefile
	% make

==================================================================================

        PROBLEMS IN EXAMPLE PROGRAMS AS TESTED ON IBM RS6000 4/19/95


design/examples/layout/11.layout
        if you resize smaller than the star pattern, the star pattern
        is not maintained as the readme might suggest.  I might just
        be misunderstanding the readme. 

design/examples/xvlang/04.restore_workspace
        readme claims that you can run example <workspace file> but it
        won't let you do that ... the default workspace comes up fine
        though.

design/examples/xvobjects/01.canvas
        Segmentation Fault

design/examples/xvobjects/09.help
        complains about this when formatting :
<standard input>(1169): .section 0 followed by .section 2
<standard input>(1170): .indexEntry macro takes two or three arguments
<standard input>:1170: warning: `CN' not defined

<standard input>(1169): .section 0 followed by .section 2
<standard input>(1170): .indexEntry macro takes two or three arguments
<standard input>:1170: warning: `CN' not defined

design/examples/xvobjects/13.notify
        not seeing any messages in the notify window

design/examples/xvobjects/19.console
        text cuts-off the dangling characters on the previous lines
        (ie the bottoms of g's and p's are cut off)


