home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / setbli / setblink.doc < prev   
Text File  |  1991-10-10  |  584b  |  18 lines

  1. The SETBLINK LEM allows you to switch between the blinking foreground
  2. attribute and the 16 color background as will be available in Clarion 3.0.
  3. The SETBLINK.COM program allows you to set the mode to 16 color background
  4. so you can see the effect while coding in EDITOR or DESIGNER. To reset to
  5. blinking foreground mode use RSTBLINK.COM.
  6.  
  7. Add these lines to your Clarion map:
  8.  
  9.               MODULE('SetBlink.bin'),BINARY
  10.                 PROC(SetBlink)
  11.               END
  12.  
  13. And everytime you want to toggle blinking/bacground mode issue the command:
  14.  
  15.   SETBLINK
  16.  
  17. Francis
  18.