home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18200 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!microsoft!hexnut!ericsc
  3. From: ericsc@microsoft.com (Eric Schlegel)
  4. Subject: Re: Super-Floating Windows
  5. Message-ID: <1992Nov09.165423.25417@microsoft.com>
  6. Date: 09 Nov 92 16:54:23 GMT
  7. Organization: Microsoft Corporation
  8. References: <1d9d47INN241@zaphod.mps.ohio-state.edu>
  9. Lines: 23
  10.  
  11. In article <1d9d47INN241@zaphod.mps.ohio-state.edu> dsb@osustat.mps.ohio-state.edu (David S. Blumenthal) writes:
  12. >I am writing a "virtual keyboard" utility that will emulate a keyboard
  13. >on screen.  I would very much like to have the keyboard in a window that
  14. >remains fully visible and accessible at all times.  Sounds like a floating
  15. >window?
  16. >
  17. >OK.  Here's the trick.  The window stays in the front, no matter what
  18. >application is running.  The window itself is not associated with the
  19. >current application, however.  The utility will receive clicks in its
  20. >window, but will not cause the current application to move out of the
  21. >foreground.
  22.  
  23. This would be a perfect application of an input method, as supported by
  24. the Text Services manager in System 7.1. The Text Services manager is
  25. designed to do exactly what you want. The drawback, of course, is that
  26. you have to require 7.1. Documentation is also rather scarce at this point -
  27. I think only people who get the monthly developer mailing from Apple have
  28. gotten the 7.1 seed disks so far. Hopefully the Developer CDs will have
  29. information soon, though.
  30.  
  31. -eric
  32. -------
  33. My opinions, not Microsoft's.
  34.