home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12895 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!van-bc!ubc-cs!eyes
  3. From: eyes@cs.ubc.ca (Eye Care Centre)
  4. Subject: Re: Creating a floating palette in MacApp
  5. Message-ID: <1992Jul23.031306.26057@cs.ubc.ca>
  6. Sender: usenet@cs.ubc.ca (Usenet News)
  7. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  8. References: <poon.711840774@roo>
  9. Date: Thu, 23 Jul 92 03:13:06 GMT
  10. Lines: 19
  11.  
  12. In article <poon.711840774@roo> poon@parc.xerox.com (Alex Poon) writes:
  13. >I want to create a floating palette in MacApp, much like Hypercard's tools
  14. >window.  I'd also like it to be resizable and scrollable.  I've created
  15. >a palette view in MacApp as a subview of TGridView, but the window that
  16. >it's installed in becomes hidden when another window is activated
  17. >on top of it.  I want the palette window to always be showing, and I don't
  18. >want any sense of it being activated or deactivated.
  19.  
  20. MacApp 2.0.1 has floating window support provided in a folder containing
  21. experimental enhancements (I forget the exact name of the folder). Just
  22. move the files in this folder to your MacApp libraries sources folder and
  23. examine the included examples to see how to use the new classes.
  24.  
  25. MacApp 3.0 has a built-in TFloatingWindow class. I'm not sure if it supports
  26. resizing, though, not having used it yet.
  27.  
  28. Bill Kiss, Programmer
  29. Dept. of Ophthalmology, UBC
  30.  
  31.