[REBOL] Re: field focus event

2003-09-18 Thread Romano Paolo Tenca
Hi 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

[REBOL] Re: field focus event

2003-09-18 Thread Arie van Wingerden
has got focus. Or am I totally wrong? Arie van Wingerden - Original Message - From: Romano Paolo Tenca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 3:41 PM Subject: [REBOL] Re: field focus event Hi I am trying to find where I can drop some code

[REBOL] Re: field focus event

2003-09-18 Thread Anton Rolls
I would assume that he meant the button for demo purposes only. (?) I would modify the field (perhaps making a style, if you want multiple fields reacting this way), adding a facet named like: face/focus-action, then modify the focus function to look for that and do it if there is some code

[REBOL] Re: field focus event

2003-09-18 Thread Mike Yaunish
wrong? Arie van Wingerden - Original Message - From: Romano Paolo Tenca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 3:41 PM Subject: [REBOL] Re: field focus event Hi I am trying to find where I can drop some code into a view field the instant

[REBOL] Re: field focus event

2003-09-18 Thread Mike Yaunish
Hi Anton, That is exactly what I am looking for.I may investigate integrating some of my other special field functions a similar way. Lots of things to explore now. Thanks Anton Mike Yaunish I would assume that he meant the button for demo purposes only. (?) I would modify the field