home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19716 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.6 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!yale!gumby!destroyer!cs.ubc.ca!newsserver.sfu.ca!sfu.ca!quinlan
  3. From: quinlan@fraser.sfu.ca (Brian Quinlan)
  4. Subject: Any ideas for a spread sheet?
  5. Message-ID: <quinlan.724151039@sfu.ca>
  6. Summary: Need help implementing a spread sheet
  7. Keywords: List Spreed Sheet Help
  8. Sender: news@sfu.ca
  9. Organization: Simon Fraser University, Burnaby, B.C., Canada
  10. Date: Sat, 12 Dec 1992 09:03:59 GMT
  11. Lines: 20
  12.  
  13.     I'm currently writing an application that analysis data. This
  14. data is entered in two fields. Currently I only let the user see one
  15. data item at the same time (just the two fields in the one data item).
  16. However, this seems a little unmaclike and I think that using a spread sheet
  17. two columns wide would be a better way to go. The spread sheet would
  18. only allow the user to see a fixed amount of rows (say 5) and would only
  19. allow the user to scroll an entire row. This sounds nice, but how do I
  20. implement it? I could use 10 text items and just move the data between
  21. the text items as the user scrolls but that seems a little messy. What
  22. I would like to do is use the List Manager to handle the data and just
  23. handle the field that the user is manipulating using text edit. This
  24. seems impossible, however, since you can't remove a single cell from the
  25. list. Anyone have any other ideas? Anything would be helpfull (except
  26. telling me that I should write my own Spread Manager in assembly language,
  27. I'd rather abandon the problem)
  28.   Thanks,
  29.       Brian Quinlan
  30. quinlan@sfu.ca
  31. (By the way I wrote this at 1:25 A.M. and I only got 3 hours of sleep last
  32. night so forgive my lack of clarity)
  33.