Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twACSpotOff( nSpotNo )
 ----------------------------------------------------------------------------

     twACSpotOff() and the related function twACSpotOn() are used to
     disable and enable mouse action on an area of the screen defined
     by nSpotNo. These functions are useful if, for instance, you are
     calling another function, say,  a  picklist,  which also uses
     mouse hot spots. If you have a hotspot in the called function
     which overlies the region defined by a previous one, you may want
     to temporarily suspend some spots while you use others. The spots
     are retained in memory but no action is taken when a mouse click
     occurs in the region of the spot when it is disabled. When you
     leave the calling function, turn the old spots back on.

       Arguments:

     nSpotNo - 'N' Handle of the hot spot to be disabled.

       Return:

     NIL

       Example:

     See the demo code for examples.

See Also: twACHotSpot() twACChoice() twACLinePop()

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