home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!ux1.cso.uiuc.edu!m.cs.uiuc.edu!torng
- From: torng@m.cs.uiuc.edu (Ming-Hwa Torng)
- Subject: Turbo Vision
- Message-ID: <1992Jul31.190441.5192@m.cs.uiuc.edu>
- Keywords: TInputLine
- Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL
- Date: Fri, 31 Jul 1992 19:04:41 GMT
- Lines: 31
-
- Hope you, the experienced Vision programmers, can give me a hint
-
- I have inserted, say 8 TInputline, into a Dialog. Let's name them
- control1, control2, ... control8 for each TInputLine.
-
- In diaglog, it will be like
-
- control1 coontrol2
- control3 coontrol4
- control5 coontrol6
- control7 coontrol8
-
- By deafulat, Tab key will cycle this, namely Tab key will go from control1,
- control2, ...control8, control1, ....
-
- Now, my question.
-
- Isn't it good that I can have a arrow key that can cycle column only. i.e. At
- control1, press down arrow key will go to control3, control5, control7,
- control1 ... Similarly for other column.
-
- 2nd question, How can program tell which focused TInputLine is currently at?
-
- Thanks for any suggestions.
-
- - Ming
-
- --
- Ming-Hwa Torng e-mail: torng@cs.uiuc.edu
- Department of Computer Science
- University of Illinois at Urbana
-