home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6133 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.1 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!usc!news.service.uci.edu!dec5200.acs.uci.edu!rmyers
  2. From: rmyers@dec5200.acs.uci.edu (Richard Myers)
  3. Subject: Scrolly String thing.
  4. Nntp-Posting-Host: dec5200.acs.uci.edu
  5. Message-ID: <2AB381FD.20938@news.service.uci.edu>
  6. Summary: I'm looking for an object. 
  7. Newsgroups: comp.sys.next.programmer
  8. Organization: University of California, Irvine
  9. Lines: 22
  10. Date: 13 Sep 92 18:01:33 GMT
  11.  
  12. When using IB to design menus, it's possible to grab one menu item
  13. and move it to a different 'slot'.  I'm looking for a similar thing
  14. for text in a 'view' or somesuch.
  15.  
  16.     +-------------------------------+
  17.     | Item 1                        |
  18.     | Item 2                        |
  19.     | Item 3                        |
  20.     +-------------------------------+
  21.  
  22. Grab 'Item 2' and drag it down, release it, and wind up with:
  23.     
  24.     +-------------------------------+
  25.     | Item 1                        |
  26.     | Item 3                        |
  27.     | Item 2                        |
  28.     +-------------------------------+
  29.  
  30. I though I'd seen something like that before, but I can't find it.
  31. Would someone please give me a pointer to such a thing?
  32. Thanks,
  33. Kurt
  34.