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

[REBOL] Re: Input timeout

From: coussement:c:js:mil:be at: 11-Jul-2001 15:19

Hi Mario: did you try:
>> ? inform
USAGE: INFORM panel /offset where /timeout time DESCRIPTION: Display an exclusive focus panel for alerts, dialogs, and requestors. INFORM is a function value. ARGUMENTS: panel -- (Type: object) REFINEMENTS: /offset where -- Offset of panel (Type: pair) /timeout <<<<<<<<<<<<<<<<< time -- (Type: any) OR
>> ? request
USAGE: REQUEST str /offset xy /ok /only /confirm /timeout time DESCRIPTION: Requests an answer to a simple question. REQUEST is a function value. ARGUMENTS: str -- (Type: string block object none) REFINEMENTS: /offset xy -- (Type: any) /ok /only /confirm /timeout <<<<<<<<<<<<<<< time -- (Type: any) Cheers, chr==