Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!lll-winken!diego.llnl.gov!uejio From: uejio@diego.llnl.gov (Jeremy Uejio) Newsgroups: comp.windows.x Subject: lisp/CLIO property sheet w/edit fields question Keywords: CLX, CLIO Message-ID: <91090@lll-winken.LLNL.GOV> Date: 11 Feb 91 23:47:47 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: uejio@diego.llnl.gov (Jeremy Uejio) Organization: Lawrence Livermore National Laboratory Lines: 42 Nntp-Posting-Host: diego.llnl.gov 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