[REBOL] field focus event
From: mike::yaunish::shaw::ca at: 17-Sep-2003 17:29
I am trying to find where I can drop some code into a view field the instant that the field becomes active. For example: view layout [ f1: field button [ focus f1 ] ] So that when I press the button and the field f1 becomes the focus I want some code to run. Can't seem to find this particular situation using detect or insert-event-func. Mike Yaunish