home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / hypercar / 4714 < prev    next >
Encoding:
Text File  |  1993-01-05  |  815 b   |  26 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!mcsun!sunic!news.lth.se!pollux.lu.se!syo.lu.se!loa
  3. From: loa@syo.lu.se (Lars-Olof Albertson)
  4. Subject: Re: How to find if you are in the background?
  5. Message-ID: <1993Jan5.201827.11325@pollux.lu.se>
  6. Sender: news@pollux.lu.se (Owner of news files)
  7. Nntp-Posting-Host: kinetics-47.ldc.lu.se
  8. Organization: Lund University
  9. References: <1iacheINNdh4@moe.ksu.ksu.edu>
  10. Date: Tue, 5 Jan 1993 20:18:27 GMT
  11. Lines: 13
  12.  
  13. In article <1iacheINNdh4@moe.ksu.ksu.edu> Chandima Cumaranatunge 
  14. <chan@matt.ksu.ksu.edu> writes:
  15. > how can I find out if I'm in the background from within a HyperTalk
  16. > script?
  17.  
  18. if the checkmark of menuitem "Background" of menu "Edit" is true then
  19.   -- you are in the background
  20. else
  21.   -- you are not in the background
  22. end if
  23.  
  24. Regards
  25. Lars-Olof Albertson
  26.