home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!wupost!usc!news.service.uci.edu!dec5200.acs.uci.edu!rmyers
- From: rmyers@dec5200.acs.uci.edu (Richard Myers)
- Subject: Scrolly String thing.
- Nntp-Posting-Host: dec5200.acs.uci.edu
- Message-ID: <2AB381FD.20938@news.service.uci.edu>
- Summary: I'm looking for an object.
- Newsgroups: comp.sys.next.programmer
- Organization: University of California, Irvine
- Lines: 22
- Date: 13 Sep 92 18:01:33 GMT
-
- When using IB to design menus, it's possible to grab one menu item
- and move it to a different 'slot'. I'm looking for a similar thing
- for text in a 'view' or somesuch.
-
- +-------------------------------+
- | Item 1 |
- | Item 2 |
- | Item 3 |
- +-------------------------------+
-
- Grab 'Item 2' and drag it down, release it, and wind up with:
-
- +-------------------------------+
- | Item 1 |
- | Item 3 |
- | Item 2 |
- +-------------------------------+
-
- I though I'd seen something like that before, but I can't find it.
- Would someone please give me a pointer to such a thing?
- Thanks,
- Kurt
-