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