Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mouse interface routines - <b>@...prompt</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 @...PROMPT
 @...PROMPT with mouse support
------------------------------------------------------------------------------
 Syntax
      In Standard Clipper:
         @<nRow>,<nCol> PROMPT <cPrompt> [MESSAGE <cMsg>]

      Called as a seperate function
         __AtPrompt(<nRow>, <nCol>, <cPrompt>, <cMsg>)
 Arguments
      <nRow> - The row for the prompt
      <nCol> - The column for the prompt
      <cPrompt> - The prompt to use
      <cMsg> - The corresponding message

 Returns
       NIL
 Description
       This routine replaces the Clipper 5.0 __AtPrompt which is used
       to implement the @...PROMPT command. It operates transparently
       with or without the mouse. Additional Mouse Hot Spots can be
       defined for interactions which do not cause the menu to terminate.

      This routine is not limited to the 32 prompts that the CLIPPER
      documentation claims as its limit.
 Examples
      @ 1,1 PROMPT "Print" MESSAGE "Print Menu"

 Source: ATPROMPT.PRG

 Author: Leo Letendre

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson