home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / hypercar / 4732 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!think.com!rpi!uwm.edu!zazen!news
  3. From: demerit@vms.macc.wisc.edu (J. DeMerit)
  4. Subject: Re: Scrolling field problem....
  5. Message-ID: <1993Jan7.193517.8957@macc.wisc.edu>
  6. Sender: news@macc.wisc.edu (USENET News System)
  7. Organization:  University of Wisconsin Academic Computing Center
  8. Date:  7 JAN 93 13:30:41    
  9. Lines: 21
  10.  
  11. In article <1993Jan7.183928.25218@utkux1.utk.edu>, danny@martha.utcc.utk.edu (Danny William McCampbell) writes...
  12.  
  13. >Hi all.  I have two scrolling fields side by side.  Each contain text.
  14. >I have enabled an option to have the fields to scroll together or
  15. >seperately.  The problem is when the fields are set to scroll together
  16. >one field has more text than the other and the last few lines of the
  17. >other field are not visible.  I cannot have this.  Is there any way
  18. >to find out what the very last scroll number is in the field with
  19. >the longest text as well as the other field so when one gets to the
  20. >end I can set the other one to the end?  Please help me........
  21. >Any suggestions on maybe a different way to go about this would be
  22. >greatly appreciated.
  23.  
  24. You could write a script that counts the number of lines in each field -- 
  25. determines which is larger and by how many lines -- then adds that number of 
  26. returns (blank lines) to the smaller field.  Then you essentially have two 
  27. fields with the same number of lines/the same size.
  28.  
  29. Cathy (email: demerit@macc.wisc.edu
  30.