home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!sdd.hp.com!mips!mips!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!sousa.ltn.dec.com!mcntsh.enet.dec.com!long
- From: long@mcntsh.enet.dec.com (Rich Long)
- Newsgroups: comp.sys.mac.system
- Subject: Pointer-driven focus?
- Message-ID: <1357@sousa.ltn.dec.com>
- Date: 21 Jul 92 19:51:27 GMT
- Sender: newsa@sousa.ltn.dec.com
- Organization: Digital Equipment Corporation
- Lines: 19
-
- This is probably a long shot, but is there an INIT that would bring
- pointer-driven focus to the Mac? It's OK if it only works in the current
- appl., but it would be neat if it worked for all windows.
-
- What I'm thinking of is perhaps:
-
- if (! modal dialog up)
- {
- if ((pointer in window) && (window is not Front-Window))
- {
- if (window does not belong to the current appl)
- switch-to-owner-appl;
- bring-window-to-front;
- }
- }
-
- Richard C. Long long@mcntsh.enet.dec.com
- -or- ...!decwrl!mcntsh.enet.dec.com!long
- -or- long%mcntsh.dec@decwrl.enet.dec.com
-