home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / apple2 / 24079 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.9 KB  |  39 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!snorkelwacker.mit.edu!tamsun.tamu.edu!tamuts!j0p7771
  3. From: j0p7771@tamuts.tamu.edu (Jason Perez)
  4. Subject: Re: how to scroll in a TextEdit control?
  5. Message-ID: <1992Nov17.175534.1057@tamsun.tamu.edu>
  6. Sender: news@tamsun.tamu.edu (Read News)
  7. Organization: Texas A&M University, College Station
  8. References: <1992Nov12.065012.3601@tamsun.tamu.edu> <uerics.721719499@mcl>
  9. Date: Tue, 17 Nov 1992 17:55:34 GMT
  10. Lines: 27
  11.  
  12. In article <uerics.721719499@mcl> uerics@mcl.ucsb.edu (Eric D. Shepherd) writes:
  13. >Re: TextEdit
  14. >
  15. >First, horizontal scrolling is _not_ supported by TextEdit.  Apple has
  16. >left room to add that in the future, but it does not exist at this time.
  17. >So don't bother, unless you know something I don't.
  18. >
  19.   i'm not using TextEdit to do horizontal scrolling.  i just created a very large
  20. window with horizontal and vertical scroll bars, and a TextEdit record large
  21. enough to fit in it (though not all visible at once).  i can scroll through the
  22. text using the window's scroll bars and am calling DrawControls to redraw as needed.
  23.  
  24. >To have TaskMaster handle your TextEdit record, create it as a control
  25. >using NewControl2.  TENew is _only_ to be used when TaskMaster is not
  26. >going to be used to handle the record.  If you use NewControl2 and
  27. >TaskMaster (remember to set the idle and multi-click bits), you'll have a
  28. >much easier job.
  29.  
  30.    i'm not using TaskMaster to control the record because i am going to have
  31. multiple fonts/styles/sizes and i didn't think i could do this with TaskMaster. though
  32. i am using TaskMaster for everything else .  what i need is way to know when i'm
  33. at the bottom of the window so i can scroll up.  it looks like i'll have to keep
  34. a manual count of which line i'm on to figure it out.
  35.  
  36. Jason Perez                | "Frodo Lives!"       "Gig 'em!"
  37. j0p7771@tamuts.tamu.edu            | Texas A&M Univ. - it's not just for 
  38. j0p7771@sigma.tamu.edu            |                   farmers anymore!
  39.