Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!genbank!bionet!ig!arizona!sandra From: sandra@cs.arizona.edu (Sandy Miller) Newsgroups: comp.windows.x Subject: Associating an action routine with the value field of a dialog widget Keywords: Dialog widget, action routine, Athena widgets Message-ID: <15908@megaron.cs.arizona.edu> Date: 4 Dec 89 23:11:01 GMT Organization: U of Arizona CS Dept, Tucson Lines: 12 I am trying to associate an action routine with the value field (input line) of a dialog widget, and was wondering if anyone has done this before. I have a simple dialog widget which prompts the user to enter a filename. There are two command buttons for the user to "confirm" or "cancel" the filename, and these work fine. But I would also like to process the filename if the user types a carriage return, in the same way I process it if the confirm button is pressed. I can associate an action routine with the dialog widget, but that doesn't work for actions inside the "value" widget. Anyone have any ideas?? Thanks in advance for any help, -Sandy