home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / mcl / 1948 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.lisp.mcl
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!news.ils.nwu.edu!engber
  3. From: engber@ils.nwu.edu (Mike Engber)
  4. Subject: Re: color selected text
  5. Message-ID: <1993Jan7.150112.25568@ils.nwu.edu>
  6. Sender: usenet@ils.nwu.edu (Mr. usenet)
  7. Nntp-Posting-Host: aristotle.ils.nwu.edu
  8. Organization: The Institute for the Learning Sciences
  9. References: <58350@dime.cs.umass.edu>
  10. Distribution: usa
  11. Date: Thu, 7 Jan 1993 15:01:12 GMT
  12. Lines: 17
  13.  
  14. In article <58350@dime.cs.umass.edu> feng@.cs.umass.edu () writes:
  15. >
  16. >text-dialog-item. I want to color or change the font of the selected 
  17. >text in the editable-text-dialog-item. The build-in method set-part-
  18.  
  19. In oodles-of-utils (avail from the cambridge archives) there is
  20. a class te-view that will let you do what you want. You can change
  21. the font, size, style, & color of arbitrary selections within it.
  22.  
  23. Unfortunately, there are problems if you try to use more than one
  24. te-view in the same window. The cause isn't obvious (to me) and I
  25. haven't had time to really dig in and find it. I suspect it has to
  26. do with the protocals(undocumented) for switching from one current
  27. key handle to another. Or maybe QD has some wierdness if there is
  28. more than one TERecord for a port.
  29.  
  30. -ME
  31.