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

[REBOL] Re: Rebol/View 'Key Event Problem

From: nick:guitarz at: 7-Oct-2009 20:29

Hi Thorsten, You could just use a timer event on the info style: view layout [ i: info rate 0 feel [ engage: func [f a e] [ if a = 'time [ l: length? parse m/text none i/text: join "Wordcount: " l show i ] ] ] m: area ] HTH :) - Nick Quoting Thorsten Moeller <tmoeller-fastmail.fm>: