home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11870 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!ux1.cso.uiuc.edu!m.cs.uiuc.edu!torng
  3. From: torng@m.cs.uiuc.edu (Ming-Hwa Torng)
  4. Subject: Turbo Vision
  5. Message-ID: <1992Jul31.190441.5192@m.cs.uiuc.edu>
  6. Keywords: TInputLine
  7. Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL
  8. Date: Fri, 31 Jul 1992 19:04:41 GMT
  9. Lines: 31
  10.  
  11. Hope you, the experienced Vision programmers, can give me a hint
  12.  
  13. I have inserted, say 8 TInputline, into a Dialog. Let's name them 
  14. control1, control2, ... control8 for each TInputLine.
  15.  
  16. In diaglog, it will be like
  17.  
  18.              control1     coontrol2
  19.              control3     coontrol4
  20.              control5     coontrol6
  21.              control7     coontrol8
  22.  
  23. By deafulat, Tab key will cycle this, namely Tab key will go from control1,
  24. control2, ...control8, control1, ....
  25.  
  26. Now, my question.
  27.  
  28. Isn't it good that I can have a arrow key that can cycle column only. i.e. At 
  29. control1, press down arrow key will go to control3, control5, control7, 
  30. control1 ... Similarly for other column. 
  31.  
  32. 2nd question, How can program tell which focused TInputLine is currently at?
  33.  
  34. Thanks for any suggestions.
  35.  
  36. - Ming
  37.  
  38. -- 
  39. Ming-Hwa Torng     e-mail: torng@cs.uiuc.edu
  40. Department of Computer Science
  41. University of Illinois at Urbana
  42.