Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

What feel function could be used

 [1/3] from: moeller_thorsten::gmx::de at: 21-Aug-2001 16:03


Hi, I have a layout with a field. When something is entered in the field and the user presses Enter or tab key an action should be performed. Could anyone provide me a small sample how this could be done. All my efffords are leading into a hanging rebol or nothing could be entered into the field. Thanks Thorsten ICQ# 127316091 Mail: [thorsten--moeller--valleyroad--de] ****The Road goes ever on and on ..... ****

 [2/3] from: dockimbel:free at: 21-Aug-2001 16:23


Thorsten Moeller wrote:
> Hi, > > I have a layout with a field. When something is entered in the field and the user presses Enter or tab key an action should be performed. > > Could anyone provide me a small sample how this could be done. All my efffords are leading into a hanging rebol or nothing could be entered into the field.
Try:
>> view layout [f: field cr [print f/text]]
HTH, DocKimbel.

 [3/3] from: cyphre:volny:cz at: 21-Aug-2001 16:25


Hi Thorsten, here is simple example: view layout [field [print face/text]] Have fun! Cyphre ----- Original Message ----- From: "Thorsten Moeller" <[moeller_thorsten--GMX--De]> To: <[rebol-list--rebol--com]> Sent: Tuesday, August 21, 2001 4:03 PM Subject: [REBOL] What feel function could be used
> Hi, > > I have a layout with a field. When something is entered in the field and
the user presses Enter or tab key an action should be performed.
> Could anyone provide me a small sample how this could be done. All my
efffords are leading into a hanging rebol or nothing could be entered into the field.