What do you mean exactly, "to prompt for a field" ? What should happen when F4 is pressed ?
The reason the code below doesn't work is that the window key handler just scans for the first face whose keycode matches the key pressed. Anton. > I would like to be able to press the "F4" key to prompt for a field. > Using this code it doesn't work as I would have imagined. > > view layout [ > > f1: field keycode 'F4 [ print "field #1" ] > f2: field keycode 'F4 [ print "field #2" ] > > ] > > field #1 is always grabbing the keycode action. > Any good ideas to work around this? -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
