home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1146 < prev    next >
Encoding:
Text File  |  1996-08-05  |  987 b   |  28 lines

  1. Path: newsman.murdoch.edu.au!cleo!hassel
  2. From: hassel@cleo.murdoch.edu.au (Martin Hasselbacher)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Screen Problem in C.
  5. Date: 16 Jan 1996 02:31:25 GMT
  6. Message-ID: <4df2lt$cq1@newsman.murdoch.edu.au>
  7. NNTP-Posting-Host: cleo.murdoch.edu.au
  8. X-Newsreader: TIN [version 1.2 PL2]
  9.  
  10. What I need to do is to detect if a particular screen is visible on the monitor.
  11.  
  12. Lets say I make my own custom unmovable screen. As I proceed to click on the
  13. top right hand corner I eventualy get to my screen , but how does my code
  14. know it.
  15.  
  16. I have used IntuitionBase->ActiveScreen, but this is no good, since My screen
  17. wont be active unless I click inside its body.
  18.  
  19. struct Screen , has no flag to tell me if it is visible or not.
  20.  
  21. I might haveto resort to searching the system copper list for specific
  22. colours to detect if it is visible. EEk. no. If I do I will haveto detect
  23. AGA or OCS.
  24.  
  25. Can anybody give me a hint or an example would be better......... . . .. 
  26.  
  27.  
  28.