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

[REBOL] Re: On Enter / On Exit events for fields ?

From: ale870:g:mail at: 8-Aug-2007 21:48

Hi, about onExit, you can simply add code to the field:
>> view layout [ field [ print "Exit event!" ] ]
about OnEnter... I'm still studying.... :-) On 8/8/07, Kai Peters <kpeters-otaksoft.com> wrote:
> > Is there a way to create these events? Coming from Delphi & Revolution, > I really miss their functionality... > > As always, thanks for any help > Kai > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- --Alessandro