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

[REBOL] Re: double-click check function

From: peoyli:algonet:se at: 16-Apr-2001 0:05

> Hi, > > Noticed that there were no such thing yet so... Almost lile AmigaOS/Intuition > function DoubleClick() > > /PeO
...
> ;------------------------- Example ----------------------------------
...
> view layout/offset [ > l: text-list 100x200 data ["a" "b" "c"] [ > time2: now/time/precise
change to.. time2: now/precise time2: time2/time + to-time join time2/date - 1-Jan-1970 * 24 ":00" to prevent double-clicks to occur between day changes (00:00:01 - 23:59:50 -23:59:49, which is always less than the specified double-click timeout) /PeO