[comp.windows.x] lisp/CLIO property sheet w/edit fields question

uejio@diego.llnl.gov (Jeremy Uejio) (02/12/91)

Any CLX, CLUE, CLIO users out there?

I'm using CLIO 1.0 and am having trouble getting two edit fields
within a property sheet to work.  I have a property sheet popped up by
a dialog button.  Within the property sheet area, I have a
display-text-field, an edit-text-field, a display-text-field, and
another edit-text-field.

Something like this:

	------------------------------------------------
	|					       |
	|					       |
	|				               |
	|				               |
        |    First line:    ____________________ <--------first edit-text
	|				               |
	|				               |
        |   Second line:    ____________________ <--------second edit-text
        |				               |
        |				               |
        |				               |
        |				               |
        |        ---------     	  ---------            |
	|	 | Apply |        | Cancel|            |
	|	 ---------        ---------            |
	|				               |
	------------------------------------------------


No matter where I place the pointer, I seem to always be editing the
first edit-text line.  I cannot type into the second line.  But, I can
use the mouse to cut from either edit-text field.

Does anyone know what I can do to be able to move the pointer to each
line and type in each buffer?  It seems to be a problem in the
change-focus event handler for the text-editor contact, but it could
be that I only need to set some slot in the property sheet.


				thanks,
				jeremy uejio@lll-crg.llnl.gov